xades4j.xml.bind.xades
Class XmlSignaturePolicyIdentifierType

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

public class XmlSignaturePolicyIdentifierType
extends Object

Java class for SignaturePolicyIdentifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignaturePolicyIdentifierType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="SignaturePolicyId" type="{http://uri.etsi.org/01903/v1.3.2#}SignaturePolicyIdType"/>
         <element name="SignaturePolicyImplied" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlSignaturePolicyIdType signaturePolicyId
           
protected  String signaturePolicyImplied
           
 
Constructor Summary
XmlSignaturePolicyIdentifierType()
           
 
Method Summary
 XmlSignaturePolicyIdType getSignaturePolicyId()
          Gets the value of the signaturePolicyId property.
 Object getSignaturePolicyImplied()
          Gets the value of the signaturePolicyImplied property.
 void setSignaturePolicyId(XmlSignaturePolicyIdType value)
          Sets the value of the signaturePolicyId property.
 void setSignaturePolicyImplied()
          Sets the value of the signaturePolicyImplied property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signaturePolicyId

protected XmlSignaturePolicyIdType signaturePolicyId

signaturePolicyImplied

protected String signaturePolicyImplied
Constructor Detail

XmlSignaturePolicyIdentifierType

public XmlSignaturePolicyIdentifierType()
Method Detail

getSignaturePolicyId

public XmlSignaturePolicyIdType getSignaturePolicyId()
Gets the value of the signaturePolicyId property.

Returns:
possible object is XmlSignaturePolicyIdType

setSignaturePolicyId

public void setSignaturePolicyId(XmlSignaturePolicyIdType value)
Sets the value of the signaturePolicyId property.

Parameters:
value - allowed object is XmlSignaturePolicyIdType

getSignaturePolicyImplied

public Object getSignaturePolicyImplied()
Gets the value of the signaturePolicyImplied property.

Returns:
possible object is Object

setSignaturePolicyImplied

public void setSignaturePolicyImplied()
Sets the value of the signaturePolicyImplied property.



Copyright © 2012. All Rights Reserved.