Class ValidationObjectRepresentationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationObjectRepresentationType
- All Implemented Interfaces:
Serializable
public class ValidationObjectRepresentationType extends Object implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected byte[]base64protected DigestAlgAndValueTypedigestAlgAndValueprotected Objectdirectprotected Stringuri -
Constructor Summary
Constructors Constructor Description ValidationObjectRepresentationType() -
Method Summary
Modifier and Type Method Description byte[]getBase64()Gets the value of the base64 property.DigestAlgAndValueTypegetDigestAlgAndValue()Gets the value of the digestAlgAndValue property.ObjectgetDirect()Gets the value of the direct property.StringgetURI()Gets the value of the uri property.voidsetBase64(byte[] value)Sets the value of the base64 property.voidsetDigestAlgAndValue(DigestAlgAndValueType value)Sets the value of the digestAlgAndValue property.voidsetDirect(Object value)Sets the value of the direct property.voidsetURI(String value)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
-