public class XSDEntity extends XMLEntity
| Modifier and Type | Field and 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.
|
PROPERTY_TAG, PROPERTY_VALUEALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
XSDEntity() |
| Modifier and Type | Method and 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) |
void |
setChoice(java.util.ArrayList<XSDEntity> value) |
void |
setMaxOccurs(java.lang.String value) |
void |
setMinOccurs(java.lang.String value) |
void |
setSequence(java.util.ArrayList<XSDEntity> values) |
addChild, getChild, getChildren, getChildren, getNewEntity, getNewList, getTag, getValueItem, TAG, toString, toString, toString, toStringChildren, withChild, withKeyValue, withTag, withValue, withValue, withValueItemadd, add, containsKey, containsValue, copyEntity, entrySet, get, getBoolean, getDouble, getInt, getKey, getKeyByIndex, getLong, getString, getString, getValue, getValueByIndex, increment, indexOfValue, iterator, keyIterator, keySet, put, putAll, remove, setValueItem, values, with, withAll, withList, withList, withMapaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, subList, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisVisible, withVisiblecontainsKey, get, getBoolean, getDouble, getInt, getStringpublic 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.