|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.xml.bind.xades.XmlRevocationValuesType
public class XmlRevocationValuesType
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 |
|---|
protected XmlCRLValuesType crlValues
protected XmlOCSPValuesType ocspValues
protected XmlOtherCertStatusValuesType otherValues
protected String id
| Constructor Detail |
|---|
public XmlRevocationValuesType()
| Method Detail |
|---|
public XmlCRLValuesType getCRLValues()
XmlCRLValuesTypepublic void setCRLValues(XmlCRLValuesType value)
value - allowed object is
XmlCRLValuesTypepublic XmlOCSPValuesType getOCSPValues()
XmlOCSPValuesTypepublic void setOCSPValues(XmlOCSPValuesType value)
value - allowed object is
XmlOCSPValuesTypepublic XmlOtherCertStatusValuesType getOtherValues()
XmlOtherCertStatusValuesTypepublic void setOtherValues(XmlOtherCertStatusValuesType value)
value - allowed object is
XmlOtherCertStatusValuesTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||