Class 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:
    Serialized Form
    • Constructor Detail

      • TypedDataType

        public TypedDataType()
    • Method Detail

      • 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