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:
- Serialized Form
-
-
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 isString
-
getValue
public Object getValue()
Gets the value of the value property.- Returns:
- possible object is
Object
-
-