Class SignaturePolicyIdType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.SignaturePolicyIdType
- All Implemented Interfaces:
Serializable
public class SignaturePolicyIdType extends Object implements 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.1.1#}ObjectIdentifierType"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> <element name="SigPolicyHash" type="{http://uri.etsi.org/01903/v1.1.1#}DigestAlgAndValueType"/> <element name="SigPolicyQualifiers" type="{http://uri.etsi.org/01903/v1.1.1#}SigPolicyQualifiersListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected DigestAlgAndValueType
sigPolicyHash
protected ObjectIdentifierType
sigPolicyId
protected SigPolicyQualifiersListType
sigPolicyQualifiers
protected TransformsType
transforms
-
Constructor Summary
Constructors Constructor Description SignaturePolicyIdType()
-
Method Summary
Modifier and Type Method Description DigestAlgAndValueType
getSigPolicyHash()
Gets the value of the sigPolicyHash property.ObjectIdentifierType
getSigPolicyId()
Gets the value of the sigPolicyId property.SigPolicyQualifiersListType
getSigPolicyQualifiers()
Gets the value of the sigPolicyQualifiers property.TransformsType
getTransforms()
Gets the value of the transforms property.void
setSigPolicyHash(DigestAlgAndValueType value)
Sets the value of the sigPolicyHash property.void
setSigPolicyId(ObjectIdentifierType value)
Sets the value of the sigPolicyId property.void
setSigPolicyQualifiers(SigPolicyQualifiersListType value)
Sets the value of the sigPolicyQualifiers property.void
setTransforms(TransformsType value)
Sets the value of the transforms property.
-
Field Details
-
Constructor Details
-
SignaturePolicyIdType
public SignaturePolicyIdType()
-
-
Method Details
-
getSigPolicyId
Gets the value of the sigPolicyId property.- Returns:
- possible object is
ObjectIdentifierType
-
setSigPolicyId
Sets the value of the sigPolicyId property.- Parameters:
value
- allowed object isObjectIdentifierType
-
getTransforms
Gets the value of the transforms property.- Returns:
- possible object is
TransformsType
-
setTransforms
Sets the value of the transforms property.- Parameters:
value
- allowed object isTransformsType
-
getSigPolicyHash
Gets the value of the sigPolicyHash property.- Returns:
- possible object is
DigestAlgAndValueType
-
setSigPolicyHash
Sets the value of the sigPolicyHash property.- Parameters:
value
- allowed object isDigestAlgAndValueType
-
getSigPolicyQualifiers
Gets the value of the sigPolicyQualifiers property.- Returns:
- possible object is
SigPolicyQualifiersListType
-
setSigPolicyQualifiers
Sets the value of the sigPolicyQualifiers property.- Parameters:
value
- allowed object isSigPolicyQualifiersListType
-