Class SignedSignaturePropertiesType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SignedSignaturePropertiesType
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#}SignaturePolicyIdentifier" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://uri.etsi.org/01903/v1.3.2#}SignatureProductionPlace"/>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="SignerRole" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignerRoleType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected SignaturePolicyIdentifierTypeprotected SignatureProductionPlaceTypeprotected SignerRoleTypeprotected CertIDListTypeprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.Gets the value of the signaturePolicyIdentifier property.Gets the value of the signatureProductionPlace property.Gets the value of the signerRole property.Gets the value of the signingCertificate property.Gets the value of the signingTime property.voidsetLocation(String value) Sets the value of the location property.voidSets the value of the signaturePolicyIdentifier property.voidSets the value of the signatureProductionPlace property.voidsetSignerRole(SignerRoleType value) Sets the value of the signerRole property.voidSets the value of the signingCertificate property.voidSets the value of the signingTime property.
-
Field Details
-
signingTime
-
signingCertificate
-
signaturePolicyIdentifier
-
signatureProductionPlace
-
location
-
signerRole
-
-
Constructor Details
-
SignedSignaturePropertiesType
public SignedSignaturePropertiesType()
-
-
Method Details
-
getSigningTime
Gets the value of the signingTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSigningTime
Sets the value of the signingTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSigningCertificate
Gets the value of the signingCertificate property.- Returns:
- possible object is
CertIDListType
-
setSigningCertificate
Sets the value of the signingCertificate property.- Parameters:
value- allowed object isCertIDListType
-
getSignaturePolicyIdentifier
Gets the value of the signaturePolicyIdentifier property.- Returns:
- possible object is
SignaturePolicyIdentifierType
-
setSignaturePolicyIdentifier
Sets the value of the signaturePolicyIdentifier property.- Parameters:
value- allowed object isSignaturePolicyIdentifierType
-
getSignatureProductionPlace
Gets the value of the signatureProductionPlace property.- Returns:
- possible object is
SignatureProductionPlaceType
-
setSignatureProductionPlace
Sets the value of the signatureProductionPlace property.- Parameters:
value- allowed object isSignatureProductionPlaceType
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getSignerRole
Gets the value of the signerRole property.- Returns:
- possible object is
SignerRoleType
-
setSignerRole
Sets the value of the signerRole property.- Parameters:
value- allowed object isSignerRoleType
-