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

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

public class SignaturePolicyIdentifierType
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  SignaturePolicyIdType signaturePolicyId
           
protected  Object signaturePolicyImplied
           
 
Constructor Summary
SignaturePolicyIdentifierType()
           
 
Method Summary
 SignaturePolicyIdType getSignaturePolicyId()
          Gets the value of the signaturePolicyId property.
 Object getSignaturePolicyImplied()
          Gets the value of the signaturePolicyImplied property.
 void setSignaturePolicyId(SignaturePolicyIdType value)
          Sets the value of the signaturePolicyId property.
 void setSignaturePolicyImplied(Object value)
          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 SignaturePolicyIdType signaturePolicyId

signaturePolicyImplied

protected Object signaturePolicyImplied
Constructor Detail

SignaturePolicyIdentifierType

public SignaturePolicyIdentifierType()
Method Detail

getSignaturePolicyId

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

Returns:
possible object is SignaturePolicyIdType

setSignaturePolicyId

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

Parameters:
value - allowed object is SignaturePolicyIdType

getSignaturePolicyImplied

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

Returns:
possible object is Object

setSignaturePolicyImplied

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

Parameters:
value - allowed object is Object


Copyright © 2008-2010 FedICT. All Rights Reserved.