Class HashTreeType

java.lang.Object
eu.europa.esig.xmlers.jaxb.HashTreeType
All Implemented Interfaces:
Serializable

public class HashTreeType extends Object implements 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:
  • Field Details

  • Constructor Details

    • HashTreeType

      public HashTreeType()
  • Method Details

    • getSequence

      public List<HashTreeType.Sequence> 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