Class 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
    • Constructor Detail

      • SignatureValidationPolicyType

        public SignatureValidationPolicyType()
    • Method Detail

      • getPolicyName

        public String getPolicyName()
        Gets the value of the policyName property.
        Returns:
        possible object is String
      • setPolicyName

        public void setPolicyName​(String value)
        Sets the value of the policyName property.
        Parameters:
        value - allowed object is String
      • getFormalPolicyURI

        public String getFormalPolicyURI()
        Gets the value of the formalPolicyURI property.
        Returns:
        possible object is String
      • setFormalPolicyURI

        public void setFormalPolicyURI​(String value)
        Sets the value of the formalPolicyURI property.
        Parameters:
        value - allowed object is String
      • getReadablePolicyURI

        public String getReadablePolicyURI()
        Gets the value of the readablePolicyURI property.
        Returns:
        possible object is String
      • setReadablePolicyURI

        public void setReadablePolicyURI​(String value)
        Sets the value of the readablePolicyURI property.
        Parameters:
        value - allowed object is String
      • getFormalPolicyObject

        public VOReferenceType getFormalPolicyObject()
        Gets the value of the formalPolicyObject property.
        Returns:
        possible object is VOReferenceType
      • setFormalPolicyObject

        public void setFormalPolicyObject​(VOReferenceType value)
        Sets the value of the formalPolicyObject property.
        Parameters:
        value - allowed object is VOReferenceType