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

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

public class RevocationValuesType
extends Object

Java class for RevocationValuesType complex type.

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

 <complexType name="RevocationValuesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CRLValues" type="{http://uri.etsi.org/01903/v1.3.2#}CRLValuesType" minOccurs="0"/>
         <element name="OCSPValues" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPValuesType" minOccurs="0"/>
         <element name="OtherValues" type="{http://uri.etsi.org/01903/v1.3.2#}OtherCertStatusValuesType" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CRLValuesType crlValues
           
protected  String id
           
protected  OCSPValuesType ocspValues
           
protected  OtherCertStatusValuesType otherValues
           
 
Constructor Summary
RevocationValuesType()
           
 
Method Summary
 CRLValuesType getCRLValues()
          Gets the value of the crlValues property.
 String getId()
          Gets the value of the id property.
 OCSPValuesType getOCSPValues()
          Gets the value of the ocspValues property.
 OtherCertStatusValuesType getOtherValues()
          Gets the value of the otherValues property.
 void setCRLValues(CRLValuesType value)
          Sets the value of the crlValues property.
 void setId(String value)
          Sets the value of the id property.
 void setOCSPValues(OCSPValuesType value)
          Sets the value of the ocspValues property.
 void setOtherValues(OtherCertStatusValuesType value)
          Sets the value of the otherValues property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crlValues

protected CRLValuesType crlValues

ocspValues

protected OCSPValuesType ocspValues

otherValues

protected OtherCertStatusValuesType otherValues

id

protected String id
Constructor Detail

RevocationValuesType

public RevocationValuesType()
Method Detail

getCRLValues

public CRLValuesType getCRLValues()
Gets the value of the crlValues property.

Returns:
possible object is CRLValuesType

setCRLValues

public void setCRLValues(CRLValuesType value)
Sets the value of the crlValues property.

Parameters:
value - allowed object is CRLValuesType

getOCSPValues

public OCSPValuesType getOCSPValues()
Gets the value of the ocspValues property.

Returns:
possible object is OCSPValuesType

setOCSPValues

public void setOCSPValues(OCSPValuesType value)
Sets the value of the ocspValues property.

Parameters:
value - allowed object is OCSPValuesType

getOtherValues

public OtherCertStatusValuesType getOtherValues()
Gets the value of the otherValues property.

Returns:
possible object is OtherCertStatusValuesType

setOtherValues

public void setOtherValues(OtherCertStatusValuesType value)
Sets the value of the otherValues property.

Parameters:
value - allowed object is OtherCertStatusValuesType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2008-2010 FedICT. All Rights Reserved.