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.
|
END, PROPERTY_TAG, PROPERTY_VALUE, STARTALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, 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)
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
|
createChild, getChild, getChildren, getChildren, getChildrenCount, getNewEntity, getNewList, getTag, getValue, has, parseItem, setType, TAG, toString, toString, toStringChildren, with, withChild, withCloseTag, withKeyValue, without, withValue, withValue, withValueadd, add, addToKeyValue, containsKey, containsValue, copyEntity, entrySet, get, getBoolean, getDouble, getInt, getKey, getKeyByIndex, getLong, getPositionValue, getString, getString, getValueByIndex, increment, indexOfValue, iterator, keyIterator, keySet, put, putAll, remove, removeByIndex, removePos, setValue, setValueItem, values, valuesArrayIntern, with, withKeyValueString, withList, withMapaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, removeAll, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, subList, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeyByIndex, getString, getValue, put, setAllowEmptyValue, sizecomparator, isComparator, sizepublic 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.