Class SignatureValidationPolicyType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SignatureValidationPolicyType
- All Implemented Interfaces:
Serializable
Java class for SignatureValidationPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureValidationPolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignaturePolicyIdentifier" type="{http://uri.etsi.org/01903/v1.3.2#}SignaturePolicyIdentifierType"/>
<element name="PolicyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FormalPolicyURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="ReadablePolicyURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="FormalPolicyObject" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VOReferenceTypeprotected Stringprotected Stringprotected Stringprotected SignaturePolicyIdentifierType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the formalPolicyObject property.Gets the value of the formalPolicyURI property.Gets the value of the policyName property.Gets the value of the readablePolicyURI property.Gets the value of the signaturePolicyIdentifier property.voidSets the value of the formalPolicyObject property.voidsetFormalPolicyURI(String value) Sets the value of the formalPolicyURI property.voidsetPolicyName(String value) Sets the value of the policyName property.voidsetReadablePolicyURI(String value) Sets the value of the readablePolicyURI property.voidSets the value of the signaturePolicyIdentifier property.
-
Field Details
-
signaturePolicyIdentifier
-
policyName
-
formalPolicyURI
-
readablePolicyURI
-
formalPolicyObject
-
-
Constructor Details
-
SignatureValidationPolicyType
public SignatureValidationPolicyType()
-
-
Method Details
-
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
-
getPolicyName
-
setPolicyName
-
getFormalPolicyURI
-
setFormalPolicyURI
-
getReadablePolicyURI
-
setReadablePolicyURI
-
getFormalPolicyObject
Gets the value of the formalPolicyObject property.- Returns:
- possible object is
VOReferenceType
-
setFormalPolicyObject
Sets the value of the formalPolicyObject property.- Parameters:
value- allowed object isVOReferenceType
-