Class PModeLegErrorHandlingMicroTypeConverter
java.lang.Object
com.helger.phase4.model.pmode.AbstractPModeMicroTypeConverter<PModeLegErrorHandling>
com.helger.phase4.model.pmode.leg.PModeLegErrorHandlingMicroTypeConverter
- All Implemented Interfaces:
com.helger.xml.microdom.convert.IMicroTypeConverter<PModeLegErrorHandling>
public class PModeLegErrorHandlingMicroTypeConverter
extends AbstractPModeMicroTypeConverter<PModeLegErrorHandling>
XML converter for objects of class
PModeLegErrorHandling.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull com.helger.xml.microdom.IMicroElementconvertToMicroElement(@NonNull PModeLegErrorHandling aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) @NonNull PModeLegErrorHandlingconvertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) Methods inherited from class com.helger.phase4.model.pmode.AbstractPModeMicroTypeConverter
getTriStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.helger.xml.microdom.convert.IMicroTypeConverter
convertToMicroElement
-
Constructor Details
-
PModeLegErrorHandlingMicroTypeConverter
public PModeLegErrorHandlingMicroTypeConverter()
-
-
Method Details
-
convertToMicroElement
public @NonNull com.helger.xml.microdom.IMicroElement convertToMicroElement(@NonNull PModeLegErrorHandling aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) -
convertToNative
public @NonNull PModeLegErrorHandling convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement)
-