Class TransportProfile
- java.lang.Object
-
- network.oxalis.vefa.peppol.common.model.AbstractSimpleIdentifier
-
- network.oxalis.vefa.peppol.common.model.TransportProfile
-
- All Implemented Interfaces:
Serializable,SimpleIdentifier
public class TransportProfile extends AbstractSimpleIdentifier implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TransportProfileAS2_1_0Deprecated.AS2v1 (busdox-transport-as2-ver1p0) deprecated in release V7.0 of "codelists" on 2020-04-30 and replaced byPEPPOL_AS4_2_0.static TransportProfileAS4static TransportProfileESENS_AS4static TransportProfilePEPPOL_AS2_1_0Deprecated.AS2v1 (busdox-transport-as2-ver1p0) deprecated in release V7.0 of "codelists" on 2020-04-30 and replaced byPEPPOL_AS4_2_0.static TransportProfilePEPPOL_AS2_2_0Deprecated.AS2v2 (busdox-transport-as2-ver2p0) deprecated in release V8.4 of "codelists" on 2023-02-24 and replaced byPEPPOL_AS4_2_0.static TransportProfilePEPPOL_AS4_2_0static TransportProfilePEPPOL_STARTDeprecated.START (busdox-transport-start) is deprecated and replaced byPEPPOL_AS4_2_0.static TransportProfileSTARTDeprecated.START (busdox-transport-start) is deprecated and replaced byPEPPOL_AS4_2_0.-
Fields inherited from class network.oxalis.vefa.peppol.common.model.AbstractSimpleIdentifier
value
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransportProfileof(String value)StringtoString()-
Methods inherited from class network.oxalis.vefa.peppol.common.model.AbstractSimpleIdentifier
equals, getIdentifier, hashCode
-
-
-
-
Field Detail
-
PEPPOL_START
@Deprecated public static final TransportProfile PEPPOL_START
Deprecated.START (busdox-transport-start) is deprecated and replaced byPEPPOL_AS4_2_0. START (busdox-transport-start) will be completely removed by 2023-08-24
-
START
@Deprecated public static final TransportProfile START
Deprecated.START (busdox-transport-start) is deprecated and replaced byPEPPOL_AS4_2_0. START (busdox-transport-start) will be completely removed by 2023-08-24
-
PEPPOL_AS2_1_0
@Deprecated public static final TransportProfile PEPPOL_AS2_1_0
Deprecated.AS2v1 (busdox-transport-as2-ver1p0) deprecated in release V7.0 of "codelists" on 2020-04-30 and replaced byPEPPOL_AS4_2_0. AS2v1 (busdox-transport-as2-ver1p0) will be completely removed by 2023-08-24
-
AS2_1_0
@Deprecated public static final TransportProfile AS2_1_0
Deprecated.AS2v1 (busdox-transport-as2-ver1p0) deprecated in release V7.0 of "codelists" on 2020-04-30 and replaced byPEPPOL_AS4_2_0. AS2v1 (busdox-transport-as2-ver1p0) will be completely removed by 2023-08-24
-
PEPPOL_AS2_2_0
@Deprecated public static final TransportProfile PEPPOL_AS2_2_0
Deprecated.AS2v2 (busdox-transport-as2-ver2p0) deprecated in release V8.4 of "codelists" on 2023-02-24 and replaced byPEPPOL_AS4_2_0. AS2v1 (busdox-transport-as2-ver1p0) will be completely removed by 2023-08-24
-
PEPPOL_AS4_2_0
public static final TransportProfile PEPPOL_AS4_2_0
-
ESENS_AS4
public static final TransportProfile ESENS_AS4
-
AS4
public static final TransportProfile AS4
-
-
Method Detail
-
of
public static TransportProfile of(String value)
-
toString
public String toString()
- Overrides:
toStringin classAbstractSimpleIdentifier
-
-