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:
  • Field Details

  • Constructor Details

    • ValidationObjectRepresentationType

      public ValidationObjectRepresentationType()
  • Method Details

    • getDirect

      public Object getDirect()
      Gets the value of the direct property.
      Returns:
      possible object is Object
    • setDirect

      public void setDirect(Object value)
      Sets the value of the direct property.
      Parameters:
      value - allowed object is Object
    • 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

      public DigestAlgAndValueType getDigestAlgAndValue()
      Gets the value of the digestAlgAndValue property.
      Returns:
      possible object is DigestAlgAndValueType
    • setDigestAlgAndValue

      public void setDigestAlgAndValue(DigestAlgAndValueType value)
      Sets the value of the digestAlgAndValue property.
      Parameters:
      value - allowed object is DigestAlgAndValueType
    • getURI

      public String getURI()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setURI

      public void setURI(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String