public abstract class Union extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Object |
localObject |
| Constructor and Description |
|---|
Union() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
abstract void |
setObject(Object localObject) |
void |
setObject(javax.xml.stream.XMLStreamReader xmlStreamReader,
String namespaceURI,
String type)
method to parse xmlschema objects
|
String |
toString() |
protected Object localObject
public Object getObject()
public abstract void setObject(Object localObject)
public void setObject(javax.xml.stream.XMLStreamReader xmlStreamReader, String namespaceURI, String type) throws URI.MalformedURIException, javax.xml.stream.XMLStreamException
xmlStreamReader - namespaceURI - type - URI.MalformedURIExceptionjavax.xml.stream.XMLStreamExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.