Class UnsignedSignaturePropertiesType

java.lang.Object
eu.europa.esig.xades.jaxb.xades122.UnsignedSignaturePropertiesType

public class UnsignedSignaturePropertiesType extends Object

Java class for UnsignedSignaturePropertiesType complex type.

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

<complexType name="UnsignedSignaturePropertiesType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="CounterSignature" type="{http://uri.etsi.org/01903/v1.2.2#}CounterSignatureType" maxOccurs="unbounded" minOccurs="0"/>
        <element name="SignatureTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
        <element name="CompleteCertificateRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteCertificateRefsType" minOccurs="0"/>
        <element name="CompleteRevocationRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteRevocationRefsType" minOccurs="0"/>
        <element name="AttributeCertificateRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteCertificateRefsType" minOccurs="0"/>
        <element name="AttributeRevocationRefs" type="{http://uri.etsi.org/01903/v1.2.2#}CompleteRevocationRefsType" minOccurs="0"/>
        <choice>
          <element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
          <element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
        </choice>
        <element name="CertificateValues" type="{http://uri.etsi.org/01903/v1.2.2#}CertificateValuesType" minOccurs="0"/>
        <element name="RevocationValues" type="{http://uri.etsi.org/01903/v1.2.2#}RevocationValuesType" minOccurs="0"/>
        <element name="ArchiveTimeStamp" type="{http://uri.etsi.org/01903/v1.2.2#}TimeStampType" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • UnsignedSignaturePropertiesType

      public UnsignedSignaturePropertiesType()
  • Method Details

    • getCounterSignature

      public List<CounterSignatureType> getCounterSignature()
      Gets the value of the counterSignature 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 counterSignature property.

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

         getCounterSignature().add(newItem);
      

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

    • getSignatureTimeStamp

      public List<TimeStampType> getSignatureTimeStamp()
      Gets the value of the signatureTimeStamp 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 signatureTimeStamp property.

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

         getSignatureTimeStamp().add(newItem);
      

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

    • getCompleteCertificateRefs

      public CompleteCertificateRefsType getCompleteCertificateRefs()
      Gets the value of the completeCertificateRefs property.
      Returns:
      possible object is CompleteCertificateRefsType
    • setCompleteCertificateRefs

      public void setCompleteCertificateRefs(CompleteCertificateRefsType value)
      Sets the value of the completeCertificateRefs property.
      Parameters:
      value - allowed object is CompleteCertificateRefsType
    • getCompleteRevocationRefs

      public CompleteRevocationRefsType getCompleteRevocationRefs()
      Gets the value of the completeRevocationRefs property.
      Returns:
      possible object is CompleteRevocationRefsType
    • setCompleteRevocationRefs

      public void setCompleteRevocationRefs(CompleteRevocationRefsType value)
      Sets the value of the completeRevocationRefs property.
      Parameters:
      value - allowed object is CompleteRevocationRefsType
    • getAttributeCertificateRefs

      public CompleteCertificateRefsType getAttributeCertificateRefs()
      Gets the value of the attributeCertificateRefs property.
      Returns:
      possible object is CompleteCertificateRefsType
    • setAttributeCertificateRefs

      public void setAttributeCertificateRefs(CompleteCertificateRefsType value)
      Sets the value of the attributeCertificateRefs property.
      Parameters:
      value - allowed object is CompleteCertificateRefsType
    • getAttributeRevocationRefs

      public CompleteRevocationRefsType getAttributeRevocationRefs()
      Gets the value of the attributeRevocationRefs property.
      Returns:
      possible object is CompleteRevocationRefsType
    • setAttributeRevocationRefs

      public void setAttributeRevocationRefs(CompleteRevocationRefsType value)
      Sets the value of the attributeRevocationRefs property.
      Parameters:
      value - allowed object is CompleteRevocationRefsType
    • getSigAndRefsTimeStamp

      public List<TimeStampType> getSigAndRefsTimeStamp()
      Gets the value of the sigAndRefsTimeStamp 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 sigAndRefsTimeStamp property.

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

         getSigAndRefsTimeStamp().add(newItem);
      

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

    • getRefsOnlyTimeStamp

      public List<TimeStampType> getRefsOnlyTimeStamp()
      Gets the value of the refsOnlyTimeStamp 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 refsOnlyTimeStamp property.

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

         getRefsOnlyTimeStamp().add(newItem);
      

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

    • getCertificateValues

      public CertificateValuesType getCertificateValues()
      Gets the value of the certificateValues property.
      Returns:
      possible object is CertificateValuesType
    • setCertificateValues

      public void setCertificateValues(CertificateValuesType value)
      Sets the value of the certificateValues property.
      Parameters:
      value - allowed object is CertificateValuesType
    • getRevocationValues

      public RevocationValuesType getRevocationValues()
      Gets the value of the revocationValues property.
      Returns:
      possible object is RevocationValuesType
    • setRevocationValues

      public void setRevocationValues(RevocationValuesType value)
      Sets the value of the revocationValues property.
      Parameters:
      value - allowed object is RevocationValuesType
    • getArchiveTimeStamp

      public List<TimeStampType> getArchiveTimeStamp()
      Gets the value of the archiveTimeStamp 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 archiveTimeStamp property.

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

         getArchiveTimeStamp().add(newItem);
      

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