public class EntryTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements EntryType
EntryType.Factory| Constructor and Description |
|---|
EntryTypeImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
ArrayDocument.Array |
addNewArray()
Appends and returns a new empty value (as xml) as the last "array" element
|
BeanDocument.Bean |
addNewBean()
Appends and returns a new empty value (as xml) as the last "bean" element
|
DescriptionDocument.Description |
addNewDescription()
Appends and returns a new empty "description" element
|
IdrefDocument.Idref |
addNewIdref()
Appends and returns a new empty value (as xml) as the last "idref" element
|
KeyDocument.Key |
addNewKey()
Appends and returns a new empty "key" element
|
ListDocument.List |
addNewList()
Appends and returns a new empty value (as xml) as the last "list" element
|
MapDocument.Map |
addNewMap()
Appends and returns a new empty value (as xml) as the last "map" element
|
NullDocument.Null |
addNewNull()
Appends and returns a new empty value (as xml) as the last "null" element
|
PropsDocument.Props |
addNewProps()
Appends and returns a new empty value (as xml) as the last "props" element
|
RefDocument.Ref |
addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
SetDocument.Set |
addNewSet()
Appends and returns a new empty value (as xml) as the last "set" element
|
ValueDocument.Value |
addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ArrayDocument.Array[] |
getArrayArray()
Gets array of all "array" elements
|
ArrayDocument.Array |
getArrayArray(int i)
Gets ith "array" element
|
BeanDocument.Bean[] |
getBeanArray()
Gets array of all "bean" elements
|
BeanDocument.Bean |
getBeanArray(int i)
Gets ith "bean" element
|
DescriptionDocument.Description |
getDescription()
Gets the "description" element
|
IdrefDocument.Idref[] |
getIdrefArray()
Gets array of all "idref" elements
|
IdrefDocument.Idref |
getIdrefArray(int i)
Gets ith "idref" element
|
KeyDocument.Key |
getKey()
Gets the "key" element
|
String |
getKey2()
Gets the "key" attribute
|
String |
getKeyRef()
Gets the "key-ref" attribute
|
ListDocument.List[] |
getListArray()
Gets array of all "list" elements
|
ListDocument.List |
getListArray(int i)
Gets ith "list" element
|
MapDocument.Map[] |
getMapArray()
Gets array of all "map" elements
|
MapDocument.Map |
getMapArray(int i)
Gets ith "map" element
|
NullDocument.Null[] |
getNullArray()
Gets array of all "null" elements
|
NullDocument.Null |
getNullArray(int i)
Gets ith "null" element
|
PropsDocument.Props[] |
getPropsArray()
Gets array of all "props" elements
|
PropsDocument.Props |
getPropsArray(int i)
Gets ith "props" element
|
RefDocument.Ref[] |
getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref |
getRefArray(int i)
Gets ith "ref" element
|
SetDocument.Set[] |
getSetArray()
Gets array of all "set" elements
|
SetDocument.Set |
getSetArray(int i)
Gets ith "set" element
|
String |
getValue2()
Gets the "value" attribute
|
ValueDocument.Value[] |
getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value |
getValueArray(int i)
Gets ith "value" element
|
String |
getValueRef()
Gets the "value-ref" attribute
|
ArrayDocument.Array |
insertNewArray(int i)
Inserts and returns a new empty value (as xml) as the ith "array" element
|
BeanDocument.Bean |
insertNewBean(int i)
Inserts and returns a new empty value (as xml) as the ith "bean" element
|
IdrefDocument.Idref |
insertNewIdref(int i)
Inserts and returns a new empty value (as xml) as the ith "idref" element
|
ListDocument.List |
insertNewList(int i)
Inserts and returns a new empty value (as xml) as the ith "list" element
|
MapDocument.Map |
insertNewMap(int i)
Inserts and returns a new empty value (as xml) as the ith "map" element
|
NullDocument.Null |
insertNewNull(int i)
Inserts and returns a new empty value (as xml) as the ith "null" element
|
PropsDocument.Props |
insertNewProps(int i)
Inserts and returns a new empty value (as xml) as the ith "props" element
|
RefDocument.Ref |
insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
SetDocument.Set |
insertNewSet(int i)
Inserts and returns a new empty value (as xml) as the ith "set" element
|
ValueDocument.Value |
insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetKey()
True if has "key" element
|
boolean |
isSetKey2()
True if has "key" attribute
|
boolean |
isSetKeyRef()
True if has "key-ref" attribute
|
boolean |
isSetValue2()
True if has "value" attribute
|
boolean |
isSetValueRef()
True if has "value-ref" attribute
|
void |
removeArray(int i)
Removes the ith "array" element
|
void |
removeBean(int i)
Removes the ith "bean" element
|
void |
removeIdref(int i)
Removes the ith "idref" element
|
void |
removeList(int i)
Removes the ith "list" element
|
void |
removeMap(int i)
Removes the ith "map" element
|
void |
removeNull(int i)
Removes the ith "null" element
|
void |
removeProps(int i)
Removes the ith "props" element
|
void |
removeRef(int i)
Removes the ith "ref" element
|
void |
removeSet(int i)
Removes the ith "set" element
|
void |
removeValue(int i)
Removes the ith "value" element
|
void |
setArrayArray(ArrayDocument.Array[] arrayArray)
Sets array of all "array" element
|
void |
setArrayArray(int i,
ArrayDocument.Array array)
Sets ith "array" element
|
void |
setBeanArray(BeanDocument.Bean[] beanArray)
Sets array of all "bean" element
|
void |
setBeanArray(int i,
BeanDocument.Bean bean)
Sets ith "bean" element
|
void |
setDescription(DescriptionDocument.Description description)
Sets the "description" element
|
void |
setIdrefArray(IdrefDocument.Idref[] idrefArray)
Sets array of all "idref" element
|
void |
setIdrefArray(int i,
IdrefDocument.Idref idref)
Sets ith "idref" element
|
void |
setKey(KeyDocument.Key key)
Sets the "key" element
|
void |
setKey2(String key2)
Sets the "key" attribute
|
void |
setKeyRef(String keyRef)
Sets the "key-ref" attribute
|
void |
setListArray(int i,
ListDocument.List list)
Sets ith "list" element
|
void |
setListArray(ListDocument.List[] listArray)
Sets array of all "list" element
|
void |
setMapArray(int i,
MapDocument.Map map)
Sets ith "map" element
|
void |
setMapArray(MapDocument.Map[] mapArray)
Sets array of all "map" element
|
void |
setNullArray(int i,
NullDocument.Null xnull)
Sets ith "null" element
|
void |
setNullArray(NullDocument.Null[] xnullArray)
Sets array of all "null" element
|
void |
setPropsArray(int i,
PropsDocument.Props props)
Sets ith "props" element
|
void |
setPropsArray(PropsDocument.Props[] propsArray)
Sets array of all "props" element
|
void |
setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
void |
setSetArray(int i,
SetDocument.Set set)
Sets ith "set" element
|
void |
setSetArray(SetDocument.Set[] setArray)
Sets array of all "set" element
|
void |
setValue2(String value2)
Sets the "value" attribute
|
void |
setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
void |
setValueRef(String valueRef)
Sets the "value-ref" attribute
|
int |
sizeOfArrayArray()
Returns number of "array" element
|
int |
sizeOfBeanArray()
Returns number of "bean" element
|
int |
sizeOfIdrefArray()
Returns number of "idref" element
|
int |
sizeOfListArray()
Returns number of "list" element
|
int |
sizeOfMapArray()
Returns number of "map" element
|
int |
sizeOfNullArray()
Returns number of "null" element
|
int |
sizeOfPropsArray()
Returns number of "props" element
|
int |
sizeOfRefArray()
Returns number of "ref" element
|
int |
sizeOfSetArray()
Returns number of "set" element
|
int |
sizeOfValueArray()
Returns number of "value" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetKey()
Unsets the "key" element
|
void |
unsetKey2()
Unsets the "key" attribute
|
void |
unsetKeyRef()
Unsets the "key-ref" attribute
|
void |
unsetValue2()
Unsets the "value" attribute
|
void |
unsetValueRef()
Unsets the "value-ref" attribute
|
org.apache.xmlbeans.XmlString |
xgetKey2()
Gets (as xml) the "key" attribute
|
org.apache.xmlbeans.XmlString |
xgetKeyRef()
Gets (as xml) the "key-ref" attribute
|
org.apache.xmlbeans.XmlString |
xgetValue2()
Gets (as xml) the "value" attribute
|
org.apache.xmlbeans.XmlString |
xgetValueRef()
Gets (as xml) the "value-ref" attribute
|
void |
xsetKey2(org.apache.xmlbeans.XmlString key2)
Sets (as xml) the "key" attribute
|
void |
xsetKeyRef(org.apache.xmlbeans.XmlString keyRef)
Sets (as xml) the "key-ref" attribute
|
void |
xsetValue2(org.apache.xmlbeans.XmlString value2)
Sets (as xml) the "value" attribute
|
void |
xsetValueRef(org.apache.xmlbeans.XmlString valueRef)
Sets (as xml) the "value-ref" attribute
|
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text_copy, _copy, _set, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_newValue, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextchangeType, 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, xmlTextpublic EntryTypeImpl(org.apache.xmlbeans.SchemaType sType)
public KeyDocument.Key getKey()
public boolean isSetKey()
public void setKey(KeyDocument.Key key)
public KeyDocument.Key addNewKey()
public void unsetKey()
public DescriptionDocument.Description getDescription()
getDescription in interface EntryTypepublic boolean isSetDescription()
isSetDescription in interface EntryTypepublic void setDescription(DescriptionDocument.Description description)
setDescription in interface EntryTypepublic DescriptionDocument.Description addNewDescription()
addNewDescription in interface EntryTypepublic void unsetDescription()
unsetDescription in interface EntryTypepublic BeanDocument.Bean[] getBeanArray()
getBeanArray in interface EntryTypepublic BeanDocument.Bean getBeanArray(int i)
getBeanArray in interface EntryTypepublic int sizeOfBeanArray()
sizeOfBeanArray in interface EntryTypepublic void setBeanArray(BeanDocument.Bean[] beanArray)
setBeanArray in interface EntryTypepublic void setBeanArray(int i, BeanDocument.Bean bean)
setBeanArray in interface EntryTypepublic BeanDocument.Bean insertNewBean(int i)
insertNewBean in interface EntryTypepublic BeanDocument.Bean addNewBean()
addNewBean in interface EntryTypepublic void removeBean(int i)
removeBean in interface EntryTypepublic RefDocument.Ref[] getRefArray()
getRefArray in interface EntryTypepublic RefDocument.Ref getRefArray(int i)
getRefArray in interface EntryTypepublic int sizeOfRefArray()
sizeOfRefArray in interface EntryTypepublic void setRefArray(RefDocument.Ref[] refArray)
setRefArray in interface EntryTypepublic void setRefArray(int i, RefDocument.Ref ref)
setRefArray in interface EntryTypepublic RefDocument.Ref insertNewRef(int i)
insertNewRef in interface EntryTypepublic RefDocument.Ref addNewRef()
public void removeRef(int i)
public IdrefDocument.Idref[] getIdrefArray()
getIdrefArray in interface EntryTypepublic IdrefDocument.Idref getIdrefArray(int i)
getIdrefArray in interface EntryTypepublic int sizeOfIdrefArray()
sizeOfIdrefArray in interface EntryTypepublic void setIdrefArray(IdrefDocument.Idref[] idrefArray)
setIdrefArray in interface EntryTypepublic void setIdrefArray(int i, IdrefDocument.Idref idref)
setIdrefArray in interface EntryTypepublic IdrefDocument.Idref insertNewIdref(int i)
insertNewIdref in interface EntryTypepublic IdrefDocument.Idref addNewIdref()
addNewIdref in interface EntryTypepublic void removeIdref(int i)
removeIdref in interface EntryTypepublic ValueDocument.Value[] getValueArray()
getValueArray in interface EntryTypepublic ValueDocument.Value getValueArray(int i)
getValueArray in interface EntryTypepublic int sizeOfValueArray()
sizeOfValueArray in interface EntryTypepublic void setValueArray(ValueDocument.Value[] valueArray)
setValueArray in interface EntryTypepublic void setValueArray(int i, ValueDocument.Value value)
setValueArray in interface EntryTypepublic ValueDocument.Value insertNewValue(int i)
insertNewValue in interface EntryTypepublic ValueDocument.Value addNewValue()
addNewValue in interface EntryTypepublic void removeValue(int i)
removeValue in interface EntryTypepublic NullDocument.Null[] getNullArray()
getNullArray in interface EntryTypepublic NullDocument.Null getNullArray(int i)
getNullArray in interface EntryTypepublic int sizeOfNullArray()
sizeOfNullArray in interface EntryTypepublic void setNullArray(NullDocument.Null[] xnullArray)
setNullArray in interface EntryTypepublic void setNullArray(int i, NullDocument.Null xnull)
setNullArray in interface EntryTypepublic NullDocument.Null insertNewNull(int i)
insertNewNull in interface EntryTypepublic NullDocument.Null addNewNull()
addNewNull in interface EntryTypepublic void removeNull(int i)
removeNull in interface EntryTypepublic ArrayDocument.Array[] getArrayArray()
getArrayArray in interface EntryTypepublic ArrayDocument.Array getArrayArray(int i)
getArrayArray in interface EntryTypepublic int sizeOfArrayArray()
sizeOfArrayArray in interface EntryTypepublic void setArrayArray(ArrayDocument.Array[] arrayArray)
setArrayArray in interface EntryTypepublic void setArrayArray(int i, ArrayDocument.Array array)
setArrayArray in interface EntryTypepublic ArrayDocument.Array insertNewArray(int i)
insertNewArray in interface EntryTypepublic ArrayDocument.Array addNewArray()
addNewArray in interface EntryTypepublic void removeArray(int i)
removeArray in interface EntryTypepublic ListDocument.List[] getListArray()
getListArray in interface EntryTypepublic ListDocument.List getListArray(int i)
getListArray in interface EntryTypepublic int sizeOfListArray()
sizeOfListArray in interface EntryTypepublic void setListArray(ListDocument.List[] listArray)
setListArray in interface EntryTypepublic void setListArray(int i, ListDocument.List list)
setListArray in interface EntryTypepublic ListDocument.List insertNewList(int i)
insertNewList in interface EntryTypepublic ListDocument.List addNewList()
addNewList in interface EntryTypepublic void removeList(int i)
removeList in interface EntryTypepublic SetDocument.Set[] getSetArray()
getSetArray in interface EntryTypepublic SetDocument.Set getSetArray(int i)
getSetArray in interface EntryTypepublic int sizeOfSetArray()
sizeOfSetArray in interface EntryTypepublic void setSetArray(SetDocument.Set[] setArray)
setSetArray in interface EntryTypepublic void setSetArray(int i, SetDocument.Set set)
setSetArray in interface EntryTypepublic SetDocument.Set insertNewSet(int i)
insertNewSet in interface EntryTypepublic SetDocument.Set addNewSet()
public void removeSet(int i)
public MapDocument.Map[] getMapArray()
getMapArray in interface EntryTypepublic MapDocument.Map getMapArray(int i)
getMapArray in interface EntryTypepublic int sizeOfMapArray()
sizeOfMapArray in interface EntryTypepublic void setMapArray(MapDocument.Map[] mapArray)
setMapArray in interface EntryTypepublic void setMapArray(int i, MapDocument.Map map)
setMapArray in interface EntryTypepublic MapDocument.Map insertNewMap(int i)
insertNewMap in interface EntryTypepublic MapDocument.Map addNewMap()
public void removeMap(int i)
public PropsDocument.Props[] getPropsArray()
getPropsArray in interface EntryTypepublic PropsDocument.Props getPropsArray(int i)
getPropsArray in interface EntryTypepublic int sizeOfPropsArray()
sizeOfPropsArray in interface EntryTypepublic void setPropsArray(PropsDocument.Props[] propsArray)
setPropsArray in interface EntryTypepublic void setPropsArray(int i, PropsDocument.Props props)
setPropsArray in interface EntryTypepublic PropsDocument.Props insertNewProps(int i)
insertNewProps in interface EntryTypepublic PropsDocument.Props addNewProps()
addNewProps in interface EntryTypepublic void removeProps(int i)
removeProps in interface EntryTypepublic org.apache.xmlbeans.XmlString xgetKey2()
public boolean isSetKey2()
public void xsetKey2(org.apache.xmlbeans.XmlString key2)
public void unsetKey2()
public org.apache.xmlbeans.XmlString xgetKeyRef()
xgetKeyRef in interface EntryTypepublic boolean isSetKeyRef()
isSetKeyRef in interface EntryTypepublic void xsetKeyRef(org.apache.xmlbeans.XmlString keyRef)
xsetKeyRef in interface EntryTypepublic void unsetKeyRef()
unsetKeyRef in interface EntryTypepublic org.apache.xmlbeans.XmlString xgetValue2()
xgetValue2 in interface EntryTypepublic boolean isSetValue2()
isSetValue2 in interface EntryTypepublic void xsetValue2(org.apache.xmlbeans.XmlString value2)
xsetValue2 in interface EntryTypepublic void unsetValue2()
unsetValue2 in interface EntryTypepublic String getValueRef()
getValueRef in interface EntryTypepublic org.apache.xmlbeans.XmlString xgetValueRef()
xgetValueRef in interface EntryTypepublic boolean isSetValueRef()
isSetValueRef in interface EntryTypepublic void setValueRef(String valueRef)
setValueRef in interface EntryTypepublic void xsetValueRef(org.apache.xmlbeans.XmlString valueRef)
xsetValueRef in interface EntryTypepublic void unsetValueRef()
unsetValueRef in interface EntryType
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann