Class HashTreeType.Sequence

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

public static class HashTreeType.Sequence extends Object implements Serializable

Java class for anonymous complex type.

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

 <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>
 
See Also:
  • Field Details

    • digestValue

      protected List<byte[]> digestValue
    • order

      protected int order
  • Constructor Details

    • Sequence

      public Sequence()
  • Method Details

    • getDigestValue

      public List<byte[]> getDigestValue()
      Gets the value of the digestValue 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 digestValue property.

      For example, to add a new item, do as follows:

          getDigestValue().add(newItem);
       

      Objects of the following type(s) are allowed in the list byte[]

    • getOrder

      public int getOrder()
      Gets the value of the order property.
    • setOrder

      public void setOrder(int value)
      Sets the value of the order property.