Class InstanceId
- java.lang.Object
-
- network.oxalis.sniffer.identifier.InstanceId
-
- All Implemented Interfaces:
Serializable
public class InstanceId extends Object implements Serializable
Represents the Instance Identifier used in the SBDH.- Author:
- steinar Date: 21.11.2016 Time: 09.22
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstanceId()Creates new InstanceId with random UUIDInstanceId(String value)Creates new InstanceId with supplied value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()network.oxalis.vefa.peppol.common.model.InstanceIdentifiertoVefa()InstanceIdvalueOf(String value)
-
-
-
Constructor Detail
-
InstanceId
public InstanceId()
Creates new InstanceId with random UUID
-
InstanceId
public InstanceId(String value)
Creates new InstanceId with supplied value
-
-
Method Detail
-
valueOf
public InstanceId valueOf(String value)
-
toVefa
public network.oxalis.vefa.peppol.common.model.InstanceIdentifier toVefa()
-
-