Class ValidationDataType
java.lang.Object
eu.europa.esig.xades.jaxb.xades141.ValidationDataType
- All Implemented Interfaces:
Serializable
public class ValidationDataType extends Object implements Serializable
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="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected CertificateValuesType
certificateValues
protected String
id
protected RevocationValuesType
revocationValues
protected String
uri
-
Constructor Summary
Constructors Constructor Description ValidationDataType()
-
Method Summary
Modifier and Type Method Description 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
getURI()
Gets the value of the uri 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
setURI(String value)
Sets the value of the uri property.
-
Field Details
-
Constructor Details
-
ValidationDataType
public ValidationDataType()
-
-
Method Details
-
getCertificateValues
Gets the value of the certificateValues property.- Returns:
- possible object is
CertificateValuesType
-
setCertificateValues
Sets the value of the certificateValues property.- Parameters:
value
- allowed object isCertificateValuesType
-
getRevocationValues
Gets the value of the revocationValues property.- Returns:
- possible object is
RevocationValuesType
-
setRevocationValues
Sets the value of the revocationValues property.- Parameters:
value
- allowed object isRevocationValuesType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-