Class ValidationObjectRepresentationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationObjectRepresentationType
- All Implemented Interfaces:
Serializable
Java class for ValidationObjectRepresentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationObjectRepresentationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="direct" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="base64" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="DigestAlgAndValue" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType" minOccurs="0"/> <element name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected byte[]
protected DigestAlgAndValueType
protected Object
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the value of the base64 property.Gets the value of the digestAlgAndValue property.Gets the value of the direct property.getURI()
Gets the value of the uri property.void
setBase64
(byte[] value) Sets the value of the base64 property.void
Sets the value of the digestAlgAndValue property.void
Sets the value of the direct property.void
Sets the value of the uri property.
-
Field Details
-
direct
-
base64
protected byte[] base64 -
digestAlgAndValue
-
uri
-
-
Constructor Details
-
ValidationObjectRepresentationType
public ValidationObjectRepresentationType()
-
-
Method Details
-
getDirect
Gets the value of the direct property.- Returns:
- possible object is
Object
-
setDirect
Sets the value of the direct property.- Parameters:
value
- allowed object isObject
-
getBase64
public byte[] getBase64()Gets the value of the base64 property.- Returns:
- possible object is byte[]
-
setBase64
public void setBase64(byte[] value) Sets the value of the base64 property.- Parameters:
value
- allowed object is byte[]
-
getDigestAlgAndValue
Gets the value of the digestAlgAndValue property.- Returns:
- possible object is
DigestAlgAndValueType
-
setDigestAlgAndValue
Sets the value of the digestAlgAndValue property.- Parameters:
value
- allowed object isDigestAlgAndValueType
-
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
-