Class UnsignedSignaturePropertiesType


  • public class UnsignedSignaturePropertiesType
    extends java.lang.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">
           <choice maxOccurs="unbounded">
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}CounterSignature"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SignatureTimeStamp"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}CompleteCertificateRefs"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}CompleteRevocationRefs"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}AttributeCertificateRefs"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}AttributeRevocationRefs"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}SigAndRefsTimeStamp"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}RefsOnlyTimeStamp"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}CertificateValues"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}RevocationValues"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}AttrAuthoritiesCertValues"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}AttributeRevocationValues"/>
             <element ref="{http://uri.etsi.org/01903/v1.3.2#}ArchiveTimeStamp"/>
             <any namespace='##other'/>
           </choice>
           <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • counterSignatureOrSignatureTimeStampOrCompleteCertificateRefs

        protected java.util.List<java.lang.Object> counterSignatureOrSignatureTimeStampOrCompleteCertificateRefs
      • id

        protected java.lang.String id
    • Constructor Detail

      • UnsignedSignaturePropertiesType

        public UnsignedSignaturePropertiesType()
    • Method Detail

      • 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