public interface ObjectRefListType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObjectRefListType.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 |
|---|---|
ObjectRefType |
addNewObjectRef()
Appends and returns a new empty value (as xml) as the last "ObjectRef" element
|
ObjectRefType[] |
getObjectRefArray()
Gets array of all "ObjectRef" elements
|
ObjectRefType |
getObjectRefArray(int i)
Gets ith "ObjectRef" element
|
ObjectRefType |
insertNewObjectRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ObjectRef" element
|
void |
removeObjectRef(int i)
Removes the ith "ObjectRef" element
|
void |
setObjectRefArray(int i,
ObjectRefType objectRef)
Sets ith "ObjectRef" element
|
void |
setObjectRefArray(ObjectRefType[] objectRefArray)
Sets array of all "ObjectRef" element
|
int |
sizeOfObjectRefArray()
Returns number of "ObjectRef" element
|
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, xmlTextObjectRefType[] getObjectRefArray()
ObjectRefType getObjectRefArray(int i)
int sizeOfObjectRefArray()
void setObjectRefArray(ObjectRefType[] objectRefArray)
void setObjectRefArray(int i,
ObjectRefType objectRef)
ObjectRefType insertNewObjectRef(int i)
ObjectRefType addNewObjectRef()
void removeObjectRef(int i)
Copyright © 2015–2018 52north.org. All rights reserved.