Class SignedSignaturePropertiesType


  • public class SignedSignaturePropertiesType
    extends java.lang.Object

    Java class for SignedSignaturePropertiesType complex type.

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

     <complexType name="SignedSignaturePropertiesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningTime" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningCertificate" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigningCertificateV2" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignaturePolicyIdentifier" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignatureProductionPlace" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignatureProductionPlaceV2" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignerRole" minOccurs="0"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignerRoleV2" minOccurs="0"/>
             <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SignedSignaturePropertiesType

        public SignedSignaturePropertiesType()
    • Method Detail

      • getSigningTime

        public javax.xml.datatype.XMLGregorianCalendar getSigningTime()
        Gets the value of the signingTime property.
        Returns:
        possible object is XMLGregorianCalendar
      • setSigningTime

        public void setSigningTime​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the signingTime property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getSigningCertificate

        public CertIDListType getSigningCertificate()
        Gets the value of the signingCertificate property.
        Returns:
        possible object is CertIDListType
      • setSigningCertificate

        public void setSigningCertificate​(CertIDListType value)
        Sets the value of the signingCertificate property.
        Parameters:
        value - allowed object is CertIDListType
      • getSigningCertificateV2

        public CertIDListV2Type getSigningCertificateV2()
        Gets the value of the signingCertificateV2 property.
        Returns:
        possible object is CertIDListV2Type
      • setSigningCertificateV2

        public void setSigningCertificateV2​(CertIDListV2Type value)
        Sets the value of the signingCertificateV2 property.
        Parameters:
        value - allowed object is CertIDListV2Type
      • getSignerRole

        public SignerRoleType getSignerRole()
        Gets the value of the signerRole property.
        Returns:
        possible object is SignerRoleType
      • setSignerRole

        public void setSignerRole​(SignerRoleType value)
        Sets the value of the signerRole property.
        Parameters:
        value - allowed object is SignerRoleType
      • setSignerRoleV2

        public void setSignerRoleV2​(SignerRoleV2Type value)
        Sets the value of the signerRoleV2 property.
        Parameters:
        value - allowed object is SignerRoleV2Type
      • getAny

        public java.util.List<java.lang.Object> getAny()
        Gets the value of the any 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 any property.

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

            getAny().add(newItem);
         

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

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String