Package com.helger.smpclient.extension
Class SMPExtensionList
java.lang.Object
com.helger.smpclient.extension.SMPExtensionList
A list of generic
SMPExtension objects.- Since:
- 8.7.3
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal com.helger.commons.collection.impl.ICommonsList<SMPExtension> com.helger.xsds.bdxr.smp2.ec.SMPExtensionsTypecom.helger.commons.collection.impl.ICommonsList<com.helger.xsds.bdxr.smp1.ExtensionType> com.helger.xsds.peppol.smp1.ExtensionTypecom.helger.json.IJsonArrayinthashCode()static SMPExtensionListof(SMPExtension... aExtensions) static SMPExtensionListstatic SMPExtensionListofBDXR2(com.helger.xsds.bdxr.smp2.ec.SMPExtensionsType aExtensions) static SMPExtensionListfinal com.helger.commons.state.EChangesetExtensionAsString(String sExtension) toString()
-
Constructor Details
-
SMPExtensionList
public SMPExtensionList()
-
-
Method Details
-
extensions
@Nonnull @ReturnsMutableObject public final com.helger.commons.collection.impl.ICommonsList<SMPExtension> extensions() -
getExtensionsAsJson
-
getExtensionsAsJsonString
-
getFirstExtensionXMLString
-
setExtensionAsString
-
getAsPeppolExtension
@Nullable @ReturnsMutableCopy public com.helger.xsds.peppol.smp1.ExtensionType getAsPeppolExtension() -
getAsBDXRExtensions
@Nullable @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<com.helger.xsds.bdxr.smp1.ExtensionType> getAsBDXRExtensions() -
getAsBDXR2Extensions
@Nullable @ReturnsMutableCopy public com.helger.xsds.bdxr.smp2.ec.SMPExtensionsType getAsBDXR2Extensions() -
equals
-
hashCode
public int hashCode() -
toString
-
of
-
ofString
-
ofBDXR1
@Nullable public static SMPExtensionList ofBDXR1(@Nullable List<com.helger.xsds.bdxr.smp1.ExtensionType> aExtensions) -
ofBDXR2
@Nullable public static SMPExtensionList ofBDXR2(@Nullable com.helger.xsds.bdxr.smp2.ec.SMPExtensionsType aExtensions)
-