Class SignedSignaturePropertiesType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.SignedSignaturePropertiesType
-
public class SignedSignaturePropertiesType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>anyprotected java.lang.Stringidprotected SignaturePolicyIdentifierTypesignaturePolicyIdentifierprotected SignatureProductionPlaceTypesignatureProductionPlaceprotected SignatureProductionPlaceV2TypesignatureProductionPlaceV2protected SignerRoleTypesignerRoleprotected SignerRoleV2TypesignerRoleV2protected CertIDListTypesigningCertificateprotected CertIDListV2TypesigningCertificateV2protected javax.xml.datatype.XMLGregorianCalendarsigningTime
-
Constructor Summary
Constructors Constructor Description SignedSignaturePropertiesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getAny()Gets the value of the any property.java.lang.StringgetId()Gets the value of the id property.SignaturePolicyIdentifierTypegetSignaturePolicyIdentifier()Gets the value of the signaturePolicyIdentifier property.SignatureProductionPlaceTypegetSignatureProductionPlace()Gets the value of the signatureProductionPlace property.SignatureProductionPlaceV2TypegetSignatureProductionPlaceV2()Gets the value of the signatureProductionPlaceV2 property.SignerRoleTypegetSignerRole()Gets the value of the signerRole property.SignerRoleV2TypegetSignerRoleV2()Gets the value of the signerRoleV2 property.CertIDListTypegetSigningCertificate()Gets the value of the signingCertificate property.CertIDListV2TypegetSigningCertificateV2()Gets the value of the signingCertificateV2 property.javax.xml.datatype.XMLGregorianCalendargetSigningTime()Gets the value of the signingTime property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)Sets the value of the signaturePolicyIdentifier property.voidsetSignatureProductionPlace(SignatureProductionPlaceType value)Sets the value of the signatureProductionPlace property.voidsetSignatureProductionPlaceV2(SignatureProductionPlaceV2Type value)Sets the value of the signatureProductionPlaceV2 property.voidsetSignerRole(SignerRoleType value)Sets the value of the signerRole property.voidsetSignerRoleV2(SignerRoleV2Type value)Sets the value of the signerRoleV2 property.voidsetSigningCertificate(CertIDListType value)Sets the value of the signingCertificate property.voidsetSigningCertificateV2(CertIDListV2Type value)Sets the value of the signingCertificateV2 property.voidsetSigningTime(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the signingTime property.
-
-
-
Field Detail
-
signingTime
protected javax.xml.datatype.XMLGregorianCalendar signingTime
-
signingCertificate
protected CertIDListType signingCertificate
-
signingCertificateV2
protected CertIDListV2Type signingCertificateV2
-
signaturePolicyIdentifier
protected SignaturePolicyIdentifierType signaturePolicyIdentifier
-
signatureProductionPlace
protected SignatureProductionPlaceType signatureProductionPlace
-
signatureProductionPlaceV2
protected SignatureProductionPlaceV2Type signatureProductionPlaceV2
-
signerRole
protected SignerRoleType signerRole
-
signerRoleV2
protected SignerRoleV2Type signerRoleV2
-
any
protected java.util.List<java.lang.Object> any
-
id
protected java.lang.String id
-
-
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 isXMLGregorianCalendar
-
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 isCertIDListType
-
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 isCertIDListV2Type
-
getSignaturePolicyIdentifier
public SignaturePolicyIdentifierType getSignaturePolicyIdentifier()
Gets the value of the signaturePolicyIdentifier property.- Returns:
- possible object is
SignaturePolicyIdentifierType
-
setSignaturePolicyIdentifier
public void setSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)
Sets the value of the signaturePolicyIdentifier property.- Parameters:
value- allowed object isSignaturePolicyIdentifierType
-
getSignatureProductionPlace
public SignatureProductionPlaceType getSignatureProductionPlace()
Gets the value of the signatureProductionPlace property.- Returns:
- possible object is
SignatureProductionPlaceType
-
setSignatureProductionPlace
public void setSignatureProductionPlace(SignatureProductionPlaceType value)
Sets the value of the signatureProductionPlace property.- Parameters:
value- allowed object isSignatureProductionPlaceType
-
getSignatureProductionPlaceV2
public SignatureProductionPlaceV2Type getSignatureProductionPlaceV2()
Gets the value of the signatureProductionPlaceV2 property.- Returns:
- possible object is
SignatureProductionPlaceV2Type
-
setSignatureProductionPlaceV2
public void setSignatureProductionPlaceV2(SignatureProductionPlaceV2Type value)
Sets the value of the signatureProductionPlaceV2 property.- Parameters:
value- allowed object isSignatureProductionPlaceV2Type
-
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 isSignerRoleType
-
getSignerRoleV2
public SignerRoleV2Type getSignerRoleV2()
Gets the value of the signerRoleV2 property.- Returns:
- possible object is
SignerRoleV2Type
-
setSignerRoleV2
public void setSignerRoleV2(SignerRoleV2Type value)
Sets the value of the signerRoleV2 property.- Parameters:
value- allowed object isSignerRoleV2Type
-
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
setmethod 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 isString
-
-