Class TransportProtocol
- java.lang.Object
-
- network.oxalis.vefa.peppol.common.model.AbstractSimpleIdentifier
-
- network.oxalis.vefa.peppol.common.model.TransportProtocol
-
- All Implemented Interfaces:
Serializable,SimpleIdentifier
public class TransportProtocol extends AbstractSimpleIdentifier implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TransportProtocolAS2static TransportProtocolAS4static TransportProtocolINTERNAL-
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 TransportProtocolof(String value)StringtoString()-
Methods inherited from class network.oxalis.vefa.peppol.common.model.AbstractSimpleIdentifier
equals, getIdentifier, hashCode
-
-
-
-
Field Detail
-
AS2
public static final TransportProtocol AS2
-
AS4
public static final TransportProtocol AS4
-
INTERNAL
public static final TransportProtocol INTERNAL
-
-
Method Detail
-
of
public static TransportProtocol of(String value) throws PeppolException
- Throws:
PeppolException
-
toString
public String toString()
- Overrides:
toStringin classAbstractSimpleIdentifier
-
-