Class SignaturePolicyIdType
java.lang.Object
eu.europa.esig.xades.jaxb.xades122.SignaturePolicyIdType
- All Implemented Interfaces:
- Serializable
Java class for SignaturePolicyIdType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="SignaturePolicyIdType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SigPolicyId" type="{http://uri.etsi.org/01903/v1.2.2#}ObjectIdentifierType"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
         <element name="SigPolicyHash" type="{http://uri.etsi.org/01903/v1.2.2#}DigestAlgAndValueType"/>
         <element name="SigPolicyQualifiers" type="{http://uri.etsi.org/01903/v1.2.2#}SigPolicyQualifiersListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected DigestAlgAndValueTypeprotected ObjectIdentifierTypeprotected SigPolicyQualifiersListTypeprotected TransformsType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the sigPolicyHash property.Gets the value of the sigPolicyId property.Gets the value of the sigPolicyQualifiers property.Gets the value of the transforms property.voidSets the value of the sigPolicyHash property.voidSets the value of the sigPolicyId property.voidSets the value of the sigPolicyQualifiers property.voidsetTransforms(TransformsType value) Sets the value of the transforms property.
- 
Field Details- 
sigPolicyId
- 
transforms
- 
sigPolicyHash
- 
sigPolicyQualifiers
 
- 
- 
Constructor Details- 
SignaturePolicyIdTypepublic SignaturePolicyIdType()
 
- 
- 
Method Details- 
getSigPolicyIdGets the value of the sigPolicyId property.- Returns:
- possible object is
     ObjectIdentifierType
 
- 
setSigPolicyIdSets the value of the sigPolicyId property.- Parameters:
- value- allowed object is- ObjectIdentifierType
 
- 
getTransformsGets the value of the transforms property.- Returns:
- possible object is
     TransformsType
 
- 
setTransformsSets the value of the transforms property.- Parameters:
- value- allowed object is- TransformsType
 
- 
getSigPolicyHashGets the value of the sigPolicyHash property.- Returns:
- possible object is
     DigestAlgAndValueType
 
- 
setSigPolicyHashSets the value of the sigPolicyHash property.- Parameters:
- value- allowed object is- DigestAlgAndValueType
 
- 
getSigPolicyQualifiersGets the value of the sigPolicyQualifiers property.- Returns:
- possible object is
     SigPolicyQualifiersListType
 
- 
setSigPolicyQualifiersSets the value of the sigPolicyQualifiers property.- Parameters:
- value- allowed object is- SigPolicyQualifiersListType
 
 
-