public class MapTypeImpl extends CollectionTypeImpl implements MapType
MapType.Factory
Constructor and Description |
---|
MapTypeImpl(org.apache.xmlbeans.SchemaType sType) |
Modifier and Type | Method and Description |
---|---|
DescriptionDocument.Description |
addNewDescription()
Appends and returns a new empty "description" element
|
EntryType |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
DescriptionDocument.Description |
getDescription()
Gets the "description" element
|
EntryType[] |
getEntryArray()
Gets array of all "entry" elements
|
EntryType |
getEntryArray(int i)
Gets ith "entry" element
|
String |
getKeyType()
Gets the "key-type" attribute
|
EntryType |
insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetKeyType()
True if has "key-type" attribute
|
void |
removeEntry(int i)
Removes the ith "entry" element
|
void |
setDescription(DescriptionDocument.Description description)
Sets the "description" element
|
void |
setEntryArray(EntryType[] entryArray)
Sets array of all "entry" element
|
void |
setEntryArray(int i,
EntryType entry)
Sets ith "entry" element
|
void |
setKeyType(String keyType)
Sets the "key-type" attribute
|
int |
sizeOfEntryArray()
Returns number of "entry" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetKeyType()
Unsets the "key-type" attribute
|
org.apache.xmlbeans.XmlString |
xgetKeyType()
Gets (as xml) the "key-type" attribute
|
void |
xsetKeyType(org.apache.xmlbeans.XmlString keyType)
Sets (as xml) the "key-type" attribute
|
getValueType, isSetValueType, setValueType, unsetValueType, xgetValueType, xsetValueType
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, xmlText
getValueType, isSetValueType, setValueType, unsetValueType, xgetValueType, xsetValueType
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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
public MapTypeImpl(org.apache.xmlbeans.SchemaType sType)
public DescriptionDocument.Description getDescription()
getDescription
in interface MapType
public boolean isSetDescription()
isSetDescription
in interface MapType
public void setDescription(DescriptionDocument.Description description)
setDescription
in interface MapType
public DescriptionDocument.Description addNewDescription()
addNewDescription
in interface MapType
public void unsetDescription()
unsetDescription
in interface MapType
public EntryType[] getEntryArray()
getEntryArray
in interface MapType
public EntryType getEntryArray(int i)
getEntryArray
in interface MapType
public int sizeOfEntryArray()
sizeOfEntryArray
in interface MapType
public void setEntryArray(EntryType[] entryArray)
setEntryArray
in interface MapType
public void setEntryArray(int i, EntryType entry)
setEntryArray
in interface MapType
public EntryType insertNewEntry(int i)
insertNewEntry
in interface MapType
public EntryType addNewEntry()
addNewEntry
in interface MapType
public void removeEntry(int i)
removeEntry
in interface MapType
public String getKeyType()
getKeyType
in interface MapType
public org.apache.xmlbeans.XmlString xgetKeyType()
xgetKeyType
in interface MapType
public boolean isSetKeyType()
isSetKeyType
in interface MapType
public void setKeyType(String keyType)
setKeyType
in interface MapType
public void xsetKeyType(org.apache.xmlbeans.XmlString keyType)
xsetKeyType
in interface MapType
public void unsetKeyType()
unsetKeyType
in interface MapType
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann