be.fedict.eid.applet.service.signer.jaxb.xades132
Class SignaturePolicyIdType

java.lang.Object
  extended by be.fedict.eid.applet.service.signer.jaxb.xades132.SignaturePolicyIdType

public class SignaturePolicyIdType
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  DigestAlgAndValueType sigPolicyHash
           
protected  ObjectIdentifierType sigPolicyId
           
protected  SigPolicyQualifiersListType sigPolicyQualifiers
           
protected  TransformsType transforms
           
 
Constructor Summary
SignaturePolicyIdType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sigPolicyId

protected ObjectIdentifierType sigPolicyId

transforms

protected TransformsType transforms

sigPolicyHash

protected DigestAlgAndValueType sigPolicyHash

sigPolicyQualifiers

protected SigPolicyQualifiersListType sigPolicyQualifiers
Constructor Detail

SignaturePolicyIdType

public SignaturePolicyIdType()
Method Detail

getSigPolicyId

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

Returns:
possible object is ObjectIdentifierType

setSigPolicyId

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

Parameters:
value - allowed object is ObjectIdentifierType

getTransforms

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

Returns:
possible object is TransformsType

setTransforms

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

Parameters:
value - allowed object is TransformsType

getSigPolicyHash

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

Returns:
possible object is DigestAlgAndValueType

setSigPolicyHash

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

Parameters:
value - allowed object is DigestAlgAndValueType

getSigPolicyQualifiers

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

Returns:
possible object is SigPolicyQualifiersListType

setSigPolicyQualifiers

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

Parameters:
value - allowed object is SigPolicyQualifiersListType


Copyright © 2008-2010 FedICT. All Rights Reserved.