Class ValidationDataType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.xades.v1_4.ValidationDataType
-
public class ValidationDataType extends Object
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
Fields Modifier and Type Field Description protected CertificateValuesTypecertificateValuesprotected Stringidprotected RevocationValuesTyperevocationValuesprotected Stringur
-
Constructor Summary
Constructors Constructor Description ValidationDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateValuesTypegetCertificateValues()Gets the value of the certificateValues property.StringgetId()Gets the value of the id property.RevocationValuesTypegetRevocationValues()Gets the value of the revocationValues property.StringgetUR()Gets the value of the ur property.voidsetCertificateValues(CertificateValuesType value)Sets the value of the certificateValues property.voidsetId(String value)Sets the value of the id property.voidsetRevocationValues(RevocationValuesType value)Sets the value of the revocationValues property.voidsetUR(String value)Sets the value of the ur property.
-
-
-
Field Detail
-
certificateValues
protected CertificateValuesType certificateValues
-
revocationValues
protected RevocationValuesType revocationValues
-
id
protected String id
-
ur
protected String ur
-
-
Method Detail
-
getCertificateValues
public CertificateValuesType getCertificateValues()
Gets the value of the certificateValues property.- Returns:
- possible object is
CertificateValuesType
-
setCertificateValues
public void setCertificateValues(CertificateValuesType value)
Sets the value of the certificateValues property.- Parameters:
value- allowed object isCertificateValuesType
-
getRevocationValues
public RevocationValuesType getRevocationValues()
Gets the value of the revocationValues property.- Returns:
- possible object is
RevocationValuesType
-
setRevocationValues
public void setRevocationValues(RevocationValuesType value)
Sets the value of the revocationValues property.- Parameters:
value- allowed object isRevocationValuesType
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-