org.apache.axis2.databinding.types
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
Constructor Summary |
Union()
|
localObject
protected Object localObject
Union
public Union()
getObject
public Object getObject()
setObject
public abstract void setObject(Object localObject)
toString
public String toString()
- Overrides:
toString
in class Object
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.MalformedURIException
XMLStreamException
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.