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 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:
      convertToMicroElement in interface com.helger.xml.microdom.convert.IMicroTypeConverter<PModeParty>
    • convertToNative

      @Nonnull public PModeParty convertToNative(@Nonnull com.helger.xml.microdom.IMicroElement aElement)
      Specified by:
      convertToNative in interface com.helger.xml.microdom.convert.IMicroTypeConverter<PModeParty>