Package com.helger.phase4.model.pmode
Class PModePartyMicroTypeConverter
java.lang.Object
com.helger.phase4.model.pmode.PModePartyMicroTypeConverter
- All Implemented Interfaces:
com.helger.xml.microdom.convert.IMicroTypeConverter<PModeParty>
public final class PModePartyMicroTypeConverter
extends Object
implements com.helger.xml.microdom.convert.IMicroTypeConverter<PModeParty>
XML converter for objects of class
PModeParty.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.helger.xml.microdom.IMicroElementconvertToMicroElement(PModeParty aValue, String sNamespaceURI, String sTagName) convertToNative(com.helger.xml.microdom.IMicroElement aElement) Methods 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
-
PModePartyMicroTypeConverter
public PModePartyMicroTypeConverter()
-
-
Method Details
-
convertToMicroElement
@Nonnull public com.helger.xml.microdom.IMicroElement convertToMicroElement(@Nonnull PModeParty aValue, @Nullable String sNamespaceURI, @Nonnull String sTagName) - Specified by:
convertToMicroElementin interfacecom.helger.xml.microdom.convert.IMicroTypeConverter<PModeParty>
-
convertToNative
- Specified by:
convertToNativein interfacecom.helger.xml.microdom.convert.IMicroTypeConverter<PModeParty>
-