Class XmlTimestampedObject

  • All Implemented Interfaces:
    Serializable

    public class XmlTimestampedObject
    extends Object
    implements Serializable

    Java class for TimestampedObject complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TimestampedObject">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
           </sequence>
           <attribute name="Token" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="Category" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}TimestampedObjectType" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlTimestampedObject

        public XmlTimestampedObject()
    • Method Detail

      • getToken

        public XmlAbstractToken getToken()
        Gets the value of the token property.
        Returns:
        possible object is Object
      • setToken

        public void setToken​(XmlAbstractToken value)
        Sets the value of the token property.
        Parameters:
        value - allowed object is Object
      • setCategory

        public void setCategory​(TimestampedObjectType value)
        Sets the value of the category property.
        Parameters:
        value - allowed object is String