public interface SlotListType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SlotListType.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 |
|---|---|
SlotType1 |
addNewSlot()
Appends and returns a new empty value (as xml) as the last "Slot" element
|
SlotType1[] |
getSlotArray()
Gets array of all "Slot" elements
|
SlotType1 |
getSlotArray(int i)
Gets ith "Slot" element
|
SlotType1 |
insertNewSlot(int i)
Inserts and returns a new empty value (as xml) as the ith "Slot" element
|
void |
removeSlot(int i)
Removes the ith "Slot" element
|
void |
setSlotArray(int i,
SlotType1 slot)
Sets ith "Slot" element
|
void |
setSlotArray(SlotType1[] slotArray)
Sets array of all "Slot" element
|
int |
sizeOfSlotArray()
Returns number of "Slot" 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, xmlTextSlotType1[] getSlotArray()
SlotType1 getSlotArray(int i)
int sizeOfSlotArray()
void setSlotArray(SlotType1[] slotArray)
void setSlotArray(int i,
SlotType1 slot)
SlotType1 insertNewSlot(int i)
SlotType1 addNewSlot()
void removeSlot(int i)
Copyright © 2015–2018 52north.org. All rights reserved.