public interface DataInputType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataInputType.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
|
DataInputType |
addNewInput()
Appends and returns a new empty value (as xml) as the last "Input" element
|
ReferenceType |
addNewReference()
Appends and returns a new empty "Reference" element
|
DataDocument.Data |
getData()
Gets the "Data" element
|
String |
getId()
Gets the "id" attribute
|
DataInputType[] |
getInputArray()
Gets array of all "Input" elements
|
DataInputType |
getInputArray(int i)
Gets ith "Input" element
|
ReferenceType |
getReference()
Gets the "Reference" element
|
DataInputType |
insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "Input" element
|
boolean |
isSetData()
True if has "Data" element
|
boolean |
isSetReference()
True if has "Reference" element
|
void |
removeInput(int i)
Removes the ith "Input" element
|
void |
setData(DataDocument.Data data)
Sets the "Data" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setInputArray(DataInputType[] inputArray)
Sets array of all "Input" element
|
void |
setInputArray(int i,
DataInputType input)
Sets ith "Input" element
|
void |
setReference(ReferenceType reference)
Sets the "Reference" element
|
int |
sizeOfInputArray()
Returns number of "Input" element
|
void |
unsetData()
Unsets the "Data" 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()
DataInputType[] getInputArray()
DataInputType getInputArray(int i)
int sizeOfInputArray()
void setInputArray(DataInputType[] inputArray)
void setInputArray(int i,
DataInputType input)
DataInputType insertNewInput(int i)
DataInputType addNewInput()
void removeInput(int i)
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.