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 maxOccurs="unbounded"> <element name="direct" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="base64" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="DigestAlgAndValue" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType"/> <element name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the directOrBase64OrDigestAlgAndValue property.
-
Field Details
-
directOrBase64OrDigestAlgAndValue
-
-
Constructor Details
-
ValidationObjectRepresentationType
public ValidationObjectRepresentationType()
-
-
Method Details
-
getDirectOrBase64OrDigestAlgAndValue
Gets the value of the directOrBase64OrDigestAlgAndValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the directOrBase64OrDigestAlgAndValue property.For example, to add a new item, do as follows:
getDirectOrBase64OrDigestAlgAndValue().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
DigestAlgAndValueType
Object
String
-