Class RevocationValuesType
- java.lang.Object
-
- eu.europa.esig.xades.jaxb.xades132.RevocationValuesType
-
- All Implemented Interfaces:
Serializable
public class RevocationValuesType extends Object implements Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CRLValuesTypecrlValuesprotected Stringidprotected OCSPValuesTypeocspValuesprotected OtherCertStatusValuesTypeotherValues
-
Constructor Summary
Constructors Constructor Description RevocationValuesType()
-
Method Summary
Modifier and Type Method Description CRLValuesTypegetCRLValues()Gets the value of the crlValues property.StringgetId()Gets the value of the id property.OCSPValuesTypegetOCSPValues()Gets the value of the ocspValues property.OtherCertStatusValuesTypegetOtherValues()Gets the value of the otherValues property.voidsetCRLValues(CRLValuesType value)Sets the value of the crlValues property.voidsetId(String value)Sets the value of the id property.voidsetOCSPValues(OCSPValuesType value)Sets the value of the ocspValues property.voidsetOtherValues(OtherCertStatusValuesType value)Sets the value of the otherValues property.
-
-
-
Field Detail
-
crlValues
protected CRLValuesType crlValues
-
ocspValues
protected OCSPValuesType ocspValues
-
otherValues
protected OtherCertStatusValuesType otherValues
-
id
protected String id
-
-
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 isCRLValuesType
-
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 isOCSPValuesType
-
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 isOtherCertStatusValuesType
-
-