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

      public @NonNull 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

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