xades4j.xml.bind.xades
Class XmlRevocationValuesType

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

public class XmlRevocationValuesType
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  XmlCRLValuesType crlValues
           
protected  String id
           
protected  XmlOCSPValuesType ocspValues
           
protected  XmlOtherCertStatusValuesType otherValues
           
 
Constructor Summary
XmlRevocationValuesType()
           
 
Method Summary
 XmlCRLValuesType getCRLValues()
          Gets the value of the crlValues property.
 String getId()
          Gets the value of the id property.
 XmlOCSPValuesType getOCSPValues()
          Gets the value of the ocspValues property.
 XmlOtherCertStatusValuesType getOtherValues()
          Gets the value of the otherValues property.
 void setCRLValues(XmlCRLValuesType value)
          Sets the value of the crlValues property.
 void setId(String value)
          Sets the value of the id property.
 void setOCSPValues(XmlOCSPValuesType value)
          Sets the value of the ocspValues property.
 void setOtherValues(XmlOtherCertStatusValuesType 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 XmlCRLValuesType crlValues

ocspValues

protected XmlOCSPValuesType ocspValues

otherValues

protected XmlOtherCertStatusValuesType otherValues

id

protected String id
Constructor Detail

XmlRevocationValuesType

public XmlRevocationValuesType()
Method Detail

getCRLValues

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

Returns:
possible object is XmlCRLValuesType

setCRLValues

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

Parameters:
value - allowed object is XmlCRLValuesType

getOCSPValues

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

Returns:
possible object is XmlOCSPValuesType

setOCSPValues

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

Parameters:
value - allowed object is XmlOCSPValuesType

getOtherValues

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

Returns:
possible object is XmlOtherCertStatusValuesType

setOtherValues

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

Parameters:
value - allowed object is XmlOtherCertStatusValuesType

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 © 2012. All Rights Reserved.