|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.etsi.uri._01903.v1_3.RevocationValuesType
@Generated(value="com.sun.tools.xjc.Driver", date="2018-02-02T03:42:11+01:00", comments="JAXB RI v2.2.11") public class RevocationValuesType
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>
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevocationValuesType()
Method Detail |
---|
public CRLValuesType getCRLValues()
CRLValuesType
public void setCRLValues(CRLValuesType value)
value
- allowed object is
CRLValuesType
public OCSPValuesType getOCSPValues()
OCSPValuesType
public void setOCSPValues(OCSPValuesType value)
value
- allowed object is
OCSPValuesType
public OtherCertStatusValuesType getOtherValues()
OtherCertStatusValuesType
public void setOtherValues(OtherCertStatusValuesType value)
value
- allowed object is
OtherCertStatusValuesType
public String getId()
String
public 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 |