Class XAdESSignatures

java.lang.Object
org.etsi.uri._2918.v1_2.XAdESSignatures
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class XAdESSignatures extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for XAdESSignaturesType complex type.

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

 <complexType name="XAdESSignaturesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • signatures

      protected List<no.digipost.org.w3.xmldsig.Signature> signatures
  • Constructor Details

    • XAdESSignatures

      public XAdESSignatures()
      Default no-arg constructor
    • XAdESSignatures

      public XAdESSignatures(List<no.digipost.org.w3.xmldsig.Signature> signatures)
      Fully-initialising value constructor
  • Method Details

    • getSignatures

      public List<no.digipost.org.w3.xmldsig.Signature> getSignatures()
      Gets the value of the signatures 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 JAXB object. This is why there is not a set method for the signatures property.

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

          getSignatures().add(newItem);
       

      Objects of the following type(s) are allowed in the list Signature

    • setSignatures

      public void setSignatures(List<no.digipost.org.w3.xmldsig.Signature> value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withSignatures

      public XAdESSignatures withSignatures(no.digipost.org.w3.xmldsig.Signature... values)
    • withSignatures

      public XAdESSignatures withSignatures(Collection<no.digipost.org.w3.xmldsig.Signature> values)
    • withSignatures

      public XAdESSignatures withSignatures(List<no.digipost.org.w3.xmldsig.Signature> value)