Class SignatureValidationPolicyType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SignatureValidationPolicyType
- All Implemented Interfaces:
Serializable
public class SignatureValidationPolicyType extends Object implements 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.2.1#}VOReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected VOReferenceType
formalPolicyObject
protected String
formalPolicyURI
protected String
policyName
protected String
readablePolicyURI
protected SignaturePolicyIdentifierType
signaturePolicyIdentifier
-
Constructor Summary
Constructors Constructor Description SignatureValidationPolicyType()
-
Method Summary
Modifier and Type Method Description VOReferenceType
getFormalPolicyObject()
Gets the value of the formalPolicyObject property.String
getFormalPolicyURI()
Gets the value of the formalPolicyURI property.String
getPolicyName()
Gets the value of the policyName property.String
getReadablePolicyURI()
Gets the value of the readablePolicyURI property.SignaturePolicyIdentifierType
getSignaturePolicyIdentifier()
Gets the value of the signaturePolicyIdentifier property.void
setFormalPolicyObject(VOReferenceType value)
Sets the value of the formalPolicyObject property.void
setFormalPolicyURI(String value)
Sets the value of the formalPolicyURI property.void
setPolicyName(String value)
Sets the value of the policyName property.void
setReadablePolicyURI(String value)
Sets the value of the readablePolicyURI property.void
setSignaturePolicyIdentifier(SignaturePolicyIdentifierType value)
Sets the value of the signaturePolicyIdentifier property.
-
Field Details
-
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
Gets the value of the policyName property.- Returns:
- possible object is
String
-
setPolicyName
Sets the value of the policyName property.- Parameters:
value
- allowed object isString
-
getFormalPolicyURI
Gets the value of the formalPolicyURI property.- Returns:
- possible object is
String
-
setFormalPolicyURI
Sets the value of the formalPolicyURI property.- Parameters:
value
- allowed object isString
-
getReadablePolicyURI
Gets the value of the readablePolicyURI property.- Returns:
- possible object is
String
-
setReadablePolicyURI
Sets the value of the readablePolicyURI property.- Parameters:
value
- allowed object isString
-
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
-