Class Union
java.lang.Object
org.apache.axis2.databinding.types.Union
- All Implemented Interfaces:
Serializable
this class is the super class of all the union simple types
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
localObject
-
-
Constructor Details
-
Union
public Union()
-
-
Method Details
-
getObject
-
setObject
-
toString
-
setObject
public void setObject(XMLStreamReader xmlStreamReader, String namespaceURI, String type) throws URI.MalformedURIException, XMLStreamException method to parse xmlschema objects- Parameters:
xmlStreamReader-namespaceURI-type-- Throws:
URI.MalformedURIExceptionXMLStreamException
-