org.etsi.uri._01903.v1_3
Class SignaturePolicyIdType

java.lang.Object
  extended by org.etsi.uri._01903.v1_3.SignaturePolicyIdType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class SignaturePolicyIdType
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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  ObjectIdentifier sigPolicyId
           
protected  SigPolicyQualifiersListType sigPolicyQualifiers
           
protected  Transforms transforms
           
 
Constructor Summary
SignaturePolicyIdType()
          Default no-arg constructor
SignaturePolicyIdType(ObjectIdentifier sigPolicyId, Transforms transforms, DigestAlgAndValueType sigPolicyHash, SigPolicyQualifiersListType sigPolicyQualifiers)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 DigestAlgAndValueType getSigPolicyHash()
          Gets the value of the sigPolicyHash property.
 ObjectIdentifier getSigPolicyId()
          Gets the value of the sigPolicyId property.
 SigPolicyQualifiersListType getSigPolicyQualifiers()
          Gets the value of the sigPolicyQualifiers property.
 Transforms getTransforms()
          Gets the value of the transforms property.
 void setSigPolicyHash(DigestAlgAndValueType value)
          Sets the value of the sigPolicyHash property.
 void setSigPolicyId(ObjectIdentifier value)
          Sets the value of the sigPolicyId property.
 void setSigPolicyQualifiers(SigPolicyQualifiersListType value)
          Sets the value of the sigPolicyQualifiers property.
 void setTransforms(Transforms value)
          Sets the value of the transforms property.
 String toString()
           
 SignaturePolicyIdType withSigPolicyHash(DigestAlgAndValueType value)
           
 SignaturePolicyIdType withSigPolicyId(ObjectIdentifier value)
           
 SignaturePolicyIdType withSigPolicyQualifiers(SigPolicyQualifiersListType value)
           
 SignaturePolicyIdType withTransforms(Transforms value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sigPolicyId

protected ObjectIdentifier sigPolicyId

transforms

protected Transforms transforms

sigPolicyHash

protected DigestAlgAndValueType sigPolicyHash

sigPolicyQualifiers

protected SigPolicyQualifiersListType sigPolicyQualifiers
Constructor Detail

SignaturePolicyIdType

public SignaturePolicyIdType()
Default no-arg constructor


SignaturePolicyIdType

public SignaturePolicyIdType(ObjectIdentifier sigPolicyId,
                             Transforms transforms,
                             DigestAlgAndValueType sigPolicyHash,
                             SigPolicyQualifiersListType sigPolicyQualifiers)
Fully-initialising value constructor

Method Detail

getSigPolicyId

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

Returns:
possible object is ObjectIdentifier

setSigPolicyId

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

Parameters:
value - allowed object is ObjectIdentifier

getTransforms

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

Returns:
possible object is Transforms

setTransforms

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

Parameters:
value - allowed object is Transforms

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

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withSigPolicyId

public SignaturePolicyIdType withSigPolicyId(ObjectIdentifier value)

withTransforms

public SignaturePolicyIdType withTransforms(Transforms value)

withSigPolicyHash

public SignaturePolicyIdType withSigPolicyHash(DigestAlgAndValueType value)

withSigPolicyQualifiers

public SignaturePolicyIdType withSigPolicyQualifiers(SigPolicyQualifiersListType value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.