|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.xml.bind.xades.XmlValidationDataType
public class XmlValidationDataType
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>
| Field Summary | |
|---|---|
protected XmlCertificateValuesType |
certificateValues
|
protected String |
id
|
protected XmlRevocationValuesType |
revocationValues
|
protected String |
ur
|
| Constructor Summary | |
|---|---|
XmlValidationDataType()
|
|
| Method Summary | |
|---|---|
XmlCertificateValuesType |
getCertificateValues()
Gets the value of the certificateValues property. |
String |
getId()
Gets the value of the id property. |
XmlRevocationValuesType |
getRevocationValues()
Gets the value of the revocationValues property. |
String |
getUR()
Gets the value of the ur property. |
void |
setCertificateValues(XmlCertificateValuesType value)
Sets the value of the certificateValues property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRevocationValues(XmlRevocationValuesType 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlCertificateValuesType certificateValues
protected XmlRevocationValuesType revocationValues
protected String id
protected String ur
| Constructor Detail |
|---|
public XmlValidationDataType()
| Method Detail |
|---|
public XmlCertificateValuesType getCertificateValues()
XmlCertificateValuesTypepublic void setCertificateValues(XmlCertificateValuesType value)
value - allowed object is
XmlCertificateValuesTypepublic XmlRevocationValuesType getRevocationValues()
XmlRevocationValuesTypepublic void setRevocationValues(XmlRevocationValuesType value)
value - allowed object is
XmlRevocationValuesTypepublic 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 | |||||||||