|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_4.TimeStampValidationData
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:43:22+02:00",
comments="JAXB RI v2.2.11")
public class TimeStampValidationData
Java class for ValidationDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://uri.etsi.org/01903/v1.3.2#}CertificateValues" minOccurs="0"/>
<element ref="{http://uri.etsi.org/01903/v1.3.2#}RevocationValues" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="UR" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TimeStampValidationData()
|
|
| Method Summary | |
|---|---|
CertificateValuesType |
getCertificateValues()
Gets the value of the certificateValues property. |
String |
getId()
Gets the value of the id property. |
RevocationValuesType |
getRevocationValues()
Gets the value of the revocationValues property. |
String |
getUR()
Gets the value of the ur property. |
void |
setCertificateValues(CertificateValuesType value)
Sets the value of the certificateValues property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRevocationValues(RevocationValuesType value)
Sets the value of the revocationValues property. |
void |
setUR(String value)
Sets the value of the ur property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeStampValidationData()
| Method Detail |
|---|
public CertificateValuesType getCertificateValues()
CertificateValuesTypepublic void setCertificateValues(CertificateValuesType value)
value - allowed object is
CertificateValuesTypepublic RevocationValuesType getRevocationValues()
RevocationValuesTypepublic void setRevocationValues(RevocationValuesType value)
value - allowed object is
RevocationValuesTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getUR()
Stringpublic void setUR(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||