BaseItem, Entity, EntityListpublic class XSDEntity extends XMLEntity
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROPERTY_ATTRIBUTE |
Constant of Attributes.
|
static java.lang.String |
PROPERTY_CHOICE |
Constant of Choice.
|
static java.lang.String |
PROPERTY_MAXOCCURS |
Constant of Maximum Elements.
|
static java.lang.String |
PROPERTY_MINOCCURS |
Constant of Minimum Elements.
|
static java.lang.String |
PROPERTY_SEQUENCE |
Constant of Sequence.
|
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLEEND, PROPERTY_TAG, PROPERTY_VALUE, START| Constructor | Description |
|---|---|
XSDEntity() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ArrayList<java.lang.String> |
getAttribute() |
|
java.util.ArrayList<XSDEntity> |
getChoice() |
|
java.lang.String |
getMaxOccurs() |
|
java.lang.String |
getMinOccurs() |
|
java.util.ArrayList<XSDEntity> |
getSequence() |
|
void |
setAttribute(java.util.ArrayList<java.lang.String> values) |
Set a List of Attributes
|
void |
setChoice(java.util.ArrayList<XSDEntity> value) |
Set a ChoiceList
|
void |
setMaxOccurs(java.lang.String value) |
Set the Maximum of Occurs
|
void |
setMinOccurs(java.lang.String value) |
Set the Mimimum for XSD Entity
|
void |
setSequence(java.util.ArrayList<XSDEntity> values) |
Set a Sequence Validator
|
addHashItem, addKeyValue, checkValue, clear, contains, containsAll, containsAll, fireProperty, first, flag, get, getByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, removeAll, removeByObject, removeItem, reset, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, subList, toArray, toArray, toString, with, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblegetKeyByIndex, getString, getValue, getValueByIndex, put, setAllowEmptyValuecomparator, isComparatorclear, compute, computeIfAbsent, computeIfPresent, entry, forEach, getOrDefault, hashCode, isEmpty, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, putIfAbsent, remove, replace, replace, replaceAll, sizeclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, add, addToKeyValue, comparator, containsKey, containsValue, copyEntity, entrySet, equals, get, getBoolean, getDouble, getInt, getInt, getKey, getKeyByIndex, getLong, getPositionValue, getString, getString, getValueByIndex, increment, indexOfValue, isComparator, iterator, keyIterator, keySet, put, putAll, remove, removeByIndex, removePos, replaceAllValues, setValue, setValueItem, toTable, values, valuesArrayIntern, with, withComparator, withKeyValueString, withList, withMap, withMultIndexadd, createChild, getChild, getElementBy, getElementsBy, getNewEntity, getNewList, getTag, getValue, has, parseItem, setType, sizeChildren, TAG, toString, toString, toStringChildren, withChild, withCloseTag, withKeyValue, without, withValue, withValue, withValue, withValueItempublic static final java.lang.String PROPERTY_CHOICE
public static final java.lang.String PROPERTY_SEQUENCE
public static final java.lang.String PROPERTY_ATTRIBUTE
public static final java.lang.String PROPERTY_MINOCCURS
public static final java.lang.String PROPERTY_MAXOCCURS
public java.util.ArrayList<XSDEntity> getChoice()
public void setChoice(java.util.ArrayList<XSDEntity> value)
value - Elements of Choice.public java.util.ArrayList<XSDEntity> getSequence()
public void setSequence(java.util.ArrayList<XSDEntity> values)
values - Set the Sequence.public java.util.ArrayList<java.lang.String> getAttribute()
public void setAttribute(java.util.ArrayList<java.lang.String> values)
values - Set All Attributes.public java.lang.String getMinOccurs()
public void setMinOccurs(java.lang.String value)
value - The Minimum of Elements.public java.lang.String getMaxOccurs()
public void setMaxOccurs(java.lang.String value)
value - the Maximum of Elements.