Package eu.europa.esig.xmlers.jaxb
Class ArchiveTimeStampType
java.lang.Object
eu.europa.esig.xmlers.jaxb.ArchiveTimeStampType
- All Implemented Interfaces:
Serializable
Java class for ArchiveTimeStampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArchiveTimeStampType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="HashTree" type="{urn:ietf:params:xml:ns:ers}HashTreeType" minOccurs="0"/> <element name="TimeStamp" type="{urn:ietf:params:xml:ns:ers}TimeStampType"/> <element name="Attributes" type="{urn:ietf:params:xml:ns:ers}Attributes" minOccurs="0"/> </sequence> <attribute name="Order" use="required" type="{urn:ietf:params:xml:ns:ers}OrderType" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Attributes
protected HashTreeType
protected int
protected TimeStampType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the hashTree property.int
getOrder()
Gets the value of the order property.Gets the value of the timeStamp property.void
setAttributes
(Attributes value) Sets the value of the attributes property.void
setHashTree
(HashTreeType value) Sets the value of the hashTree property.void
setOrder
(int value) Sets the value of the order property.void
setTimeStamp
(TimeStampType value) Sets the value of the timeStamp property.
-
Field Details
-
hashTree
-
timeStamp
-
attributes
-
order
protected int order
-
-
Constructor Details
-
ArchiveTimeStampType
public ArchiveTimeStampType()
-
-
Method Details
-
getHashTree
Gets the value of the hashTree property.- Returns:
- possible object is
HashTreeType
-
setHashTree
Sets the value of the hashTree property.- Parameters:
value
- allowed object isHashTreeType
-
getTimeStamp
Gets the value of the timeStamp property.- Returns:
- possible object is
TimeStampType
-
setTimeStamp
Sets the value of the timeStamp property.- Parameters:
value
- allowed object isTimeStampType
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
Attributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value
- allowed object isAttributes
-
getOrder
public int getOrder()Gets the value of the order property. -
setOrder
public void setOrder(int value) Sets the value of the order property.
-