Package eu.europa.esig.xmlers.jaxb
Class HashTreeType
java.lang.Object
eu.europa.esig.xmlers.jaxb.HashTreeType
- All Implemented Interfaces:
Serializable
Java class for HashTreeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HashTreeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Sequence" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="unbounded"/> </sequence> <attribute name="Order" use="required" type="{urn:ietf:params:xml:ns:ers}OrderType" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sequence property.
-
Field Details
-
sequence
-
-
Constructor Details
-
HashTreeType
public HashTreeType()
-
-
Method Details
-
getSequence
Gets the value of the sequence property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the sequence property.For example, to add a new item, do as follows:
getSequence().add(newItem);
Objects of the following type(s) are allowed in the list
HashTreeType.Sequence
-