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
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
value
-
-
Constructor Details
-
TypedDataType
public TypedDataType()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
Object
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isObject
-