Class RevocationValuesType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.RevocationValuesType
- All Implemented Interfaces:
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.1.1#}CRLValuesType" minOccurs="0"/> <element name="OCSPValues" type="{http://uri.etsi.org/01903/v1.1.1#}OCSPValuesType" minOccurs="0"/> <element name="OtherValues" type="{http://uri.etsi.org/01903/v1.1.1#}OtherCertStatusValuesType" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CRLValuesType
protected String
protected OCSPValuesType
protected OtherCertStatusValuesType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the crlValues property.getId()
Gets the value of the id property.Gets the value of the ocspValues property.Gets the value of the otherValues property.void
setCRLValues
(CRLValuesType value) Sets the value of the crlValues property.void
Sets the value of the id property.void
setOCSPValues
(OCSPValuesType value) Sets the value of the ocspValues property.void
Sets the value of the otherValues property.
-
Field Details
-
crlValues
-
ocspValues
-
otherValues
-
id
-
-
Constructor Details
-
RevocationValuesType
public RevocationValuesType()
-
-
Method Details
-
getCRLValues
Gets the value of the crlValues property.- Returns:
- possible object is
CRLValuesType
-
setCRLValues
Sets the value of the crlValues property.- Parameters:
value
- allowed object isCRLValuesType
-
getOCSPValues
Gets the value of the ocspValues property.- Returns:
- possible object is
OCSPValuesType
-
setOCSPValues
Sets the value of the ocspValues property.- Parameters:
value
- allowed object isOCSPValuesType
-
getOtherValues
Gets the value of the otherValues property.- Returns:
- possible object is
OtherCertStatusValuesType
-
setOtherValues
Sets the value of the otherValues property.- Parameters:
value
- allowed object isOtherCertStatusValuesType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-