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(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(XMLStreamReader xmlStreamReader, String namespaceURI, String type) throws URI.MalformedURIException, XMLStreamException
xmlStreamReader
- namespaceURI
- type
- URI.MalformedURIException
XMLStreamException
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.