public interface IdentifiableType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
IdentifiableType.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
|
java.lang.String |
getHome()
Gets the "home" attribute
|
java.lang.String |
getId()
Gets the "id" attribute
|
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
|
boolean |
isSetHome()
True if has "home" attribute
|
void |
removeSlot(int i)
Removes the ith "Slot" element
|
void |
setHome(java.lang.String home)
Sets the "home" attribute
|
void |
setId(java.lang.String id)
Sets the "id" attribute
|
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
|
void |
unsetHome()
Unsets the "home" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetHome()
Gets (as xml) the "home" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetHome(org.apache.xmlbeans.XmlAnyURI home)
Sets (as xml) the "home" 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, 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)
java.lang.String getId()
org.apache.xmlbeans.XmlAnyURI xgetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlAnyURI id)
java.lang.String getHome()
org.apache.xmlbeans.XmlAnyURI xgetHome()
boolean isSetHome()
void setHome(java.lang.String home)
void xsetHome(org.apache.xmlbeans.XmlAnyURI home)
void unsetHome()
Copyright © 2015–2018 52north.org. All rights reserved.