Class Union
- java.lang.Object
-
- org.apache.axis2.databinding.types.Union
-
- All Implemented Interfaces:
Serializable
public abstract class Union extends Object implements Serializable
this class is the super class of all the union simple types- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectlocalObject
-
Constructor Summary
Constructors Constructor Description Union()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ObjectgetObject()abstract voidsetObject(Object localObject)voidsetObject(XMLStreamReader xmlStreamReader, String namespaceURI, String type)method to parse xmlschema objectsStringtoString()
-
-
-
Field Detail
-
localObject
protected Object localObject
-
-
Method Detail
-
getObject
public Object getObject()
-
setObject
public abstract void setObject(Object localObject)
-
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
-
-