Class TypedDataType
java.lang.Object
eu.europa.esig.validationreport.jaxb.TypedDataType
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
value
-
-
Constructor Details
-
TypedDataType
public TypedDataType()
-
-
Method Details
-
getType
-
setType
-
getValue
-
setValue
-