public interface DataOutputType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataOutputType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
DataDocument.Data |
addNewData()
Appends and returns a new empty "Data" element
|
DataOutputType |
addNewOutput()
Appends and returns a new empty "Output" element
|
ReferenceType |
addNewReference()
Appends and returns a new empty "Reference" element
|
DataDocument.Data |
getData()
Gets the "Data" element
|
String |
getId()
Gets the "id" attribute
|
DataOutputType |
getOutput()
Gets the "Output" element
|
ReferenceType |
getReference()
Gets the "Reference" element
|
boolean |
isSetData()
True if has "Data" element
|
boolean |
isSetOutput()
True if has "Output" element
|
boolean |
isSetReference()
True if has "Reference" element
|
void |
setData(DataDocument.Data data)
Sets the "Data" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setOutput(DataOutputType output)
Sets the "Output" element
|
void |
setReference(ReferenceType reference)
Sets the "Reference" element
|
void |
unsetData()
Unsets the "Data" element
|
void |
unsetOutput()
Unsets the "Output" element
|
void |
unsetReference()
Unsets the "Reference" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlAnyURI id)
Sets (as xml) the "id" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextDataDocument.Data getData()
boolean isSetData()
void setData(DataDocument.Data data)
DataDocument.Data addNewData()
void unsetData()
ReferenceType getReference()
boolean isSetReference()
void setReference(ReferenceType reference)
ReferenceType addNewReference()
void unsetReference()
DataOutputType getOutput()
boolean isSetOutput()
void setOutput(DataOutputType output)
DataOutputType addNewOutput()
void unsetOutput()
String getId()
org.apache.xmlbeans.XmlAnyURI xgetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlAnyURI id)
Copyright © 2015–2018 52north.org. All rights reserved.