Class DigitalServiceElementHeader

  • All Implemented Interfaces:
    Serializable

    public abstract class DigitalServiceElementHeader
    extends Object
    implements Serializable
    DigitalServiceElementHeader provides a common base for all instance information from the access service. It implements Serializable.
    See Also:
    Serialized Form
    • Constructor Detail

      • DigitalServiceElementHeader

        public DigitalServiceElementHeader()
        Default Constructor sets the properties to nulls
      • DigitalServiceElementHeader

        public DigitalServiceElementHeader​(DigitalServiceElementHeader template)
        Copy/clone constructor set values from the template
        Parameters:
        template - object to copy