Class 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 Detail

      • InstanceId

        public InstanceId()
        Creates new InstanceId with random UUID
      • InstanceId

        public InstanceId​(String value)
        Creates new InstanceId with supplied value
    • Method Detail

      • toVefa

        public network.oxalis.vefa.peppol.common.model.InstanceIdentifier toVefa()