xades4j.xml.bind.xades
Class XmlSignaturePolicyIdType

java.lang.Object
  extended by xades4j.xml.bind.xades.XmlSignaturePolicyIdType

public class XmlSignaturePolicyIdType
extends Object

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.3.2#}ObjectIdentifierType"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
         <element name="SigPolicyHash" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType"/>
         <element name="SigPolicyQualifiers" type="{http://uri.etsi.org/01903/v1.3.2#}SigPolicyQualifiersListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlDigestAlgAndValueType sigPolicyHash
           
protected  XmlObjectIdentifierType sigPolicyId
           
protected  XmlSigPolicyQualifiersListType sigPolicyQualifiers
           
protected  XmlTransformsType transforms
           
 
Constructor Summary
XmlSignaturePolicyIdType()
           
 
Method Summary
 XmlDigestAlgAndValueType getSigPolicyHash()
          Gets the value of the sigPolicyHash property.
 XmlObjectIdentifierType getSigPolicyId()
          Gets the value of the sigPolicyId property.
 XmlSigPolicyQualifiersListType getSigPolicyQualifiers()
          Gets the value of the sigPolicyQualifiers property.
 XmlTransformsType getTransforms()
          Gets the value of the transforms property.
 void setSigPolicyHash(XmlDigestAlgAndValueType value)
          Sets the value of the sigPolicyHash property.
 void setSigPolicyId(XmlObjectIdentifierType value)
          Sets the value of the sigPolicyId property.
 void setSigPolicyQualifiers(XmlSigPolicyQualifiersListType value)
          Sets the value of the sigPolicyQualifiers property.
 void setTransforms(XmlTransformsType value)
          Sets the value of the transforms property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sigPolicyId

protected XmlObjectIdentifierType sigPolicyId

transforms

protected XmlTransformsType transforms

sigPolicyHash

protected XmlDigestAlgAndValueType sigPolicyHash

sigPolicyQualifiers

protected XmlSigPolicyQualifiersListType sigPolicyQualifiers
Constructor Detail

XmlSignaturePolicyIdType

public XmlSignaturePolicyIdType()
Method Detail

getSigPolicyId

public XmlObjectIdentifierType getSigPolicyId()
Gets the value of the sigPolicyId property.

Returns:
possible object is XmlObjectIdentifierType

setSigPolicyId

public void setSigPolicyId(XmlObjectIdentifierType value)
Sets the value of the sigPolicyId property.

Parameters:
value - allowed object is XmlObjectIdentifierType

getTransforms

public XmlTransformsType getTransforms()
Gets the value of the transforms property.

Returns:
possible object is XmlTransformsType

setTransforms

public void setTransforms(XmlTransformsType value)
Sets the value of the transforms property.

Parameters:
value - allowed object is XmlTransformsType

getSigPolicyHash

public XmlDigestAlgAndValueType getSigPolicyHash()
Gets the value of the sigPolicyHash property.

Returns:
possible object is XmlDigestAlgAndValueType

setSigPolicyHash

public void setSigPolicyHash(XmlDigestAlgAndValueType value)
Sets the value of the sigPolicyHash property.

Parameters:
value - allowed object is XmlDigestAlgAndValueType

getSigPolicyQualifiers

public XmlSigPolicyQualifiersListType getSigPolicyQualifiers()
Gets the value of the sigPolicyQualifiers property.

Returns:
possible object is XmlSigPolicyQualifiersListType

setSigPolicyQualifiers

public void setSigPolicyQualifiers(XmlSigPolicyQualifiersListType value)
Sets the value of the sigPolicyQualifiers property.

Parameters:
value - allowed object is XmlSigPolicyQualifiersListType


Copyright © 2012. All Rights Reserved.