Class TypedDataType

java.lang.Object
eu.europa.esig.validationreport.jaxb.TypedDataType
All Implemented Interfaces:
Serializable

public class TypedDataType extends Object implements Serializable

Java class for TypedDataType complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="TypedDataType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
        <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • type

      protected String type
    • value

      protected Object value
  • Constructor Details

    • TypedDataType

      public TypedDataType()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getValue

      public Object getValue()
      Gets the value of the value property.
      Returns:
      possible object is Object
    • setValue

      public void setValue(Object value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is Object