public static interface UnionDocument.Union extends Annotated
Modifier and Type | Interface and Description |
---|---|
static interface |
UnionDocument.Union.MemberTypes
An XML memberTypes(@).
|
Modifier and Type | Field and Description |
---|---|
static ElementFactory<UnionDocument.Union> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
LocalSimpleType |
addNewSimpleType()
Appends and returns a new empty value (as xml) as the last "simpleType" element
|
List |
getMemberTypes()
Gets the "memberTypes" attribute
|
LocalSimpleType[] |
getSimpleTypeArray()
Gets array of all "simpleType" elements
|
LocalSimpleType |
getSimpleTypeArray(int i)
Gets ith "simpleType" element
|
List<LocalSimpleType> |
getSimpleTypeList()
Gets a List of "simpleType" elements
|
LocalSimpleType |
insertNewSimpleType(int i)
Inserts and returns a new empty value (as xml) as the ith "simpleType" element
|
boolean |
isSetMemberTypes()
True if has "memberTypes" attribute
|
void |
removeSimpleType(int i)
Removes the ith "simpleType" element
|
void |
setMemberTypes(List memberTypes)
Sets the "memberTypes" attribute
|
void |
setSimpleTypeArray(int i,
LocalSimpleType simpleType)
Sets ith "simpleType" element
|
void |
setSimpleTypeArray(LocalSimpleType[] simpleTypeArray)
Sets array of all "simpleType" element
|
int |
sizeOfSimpleTypeArray()
Returns number of "simpleType" element
|
void |
unsetMemberTypes()
Unsets the "memberTypes" attribute
|
UnionDocument.Union.MemberTypes |
xgetMemberTypes()
Gets (as xml) the "memberTypes" attribute
|
void |
xsetMemberTypes(UnionDocument.Union.MemberTypes memberTypes)
Sets (as xml) the "memberTypes" attribute
|
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final ElementFactory<UnionDocument.Union> Factory
static final SchemaType type
List<LocalSimpleType> getSimpleTypeList()
LocalSimpleType[] getSimpleTypeArray()
LocalSimpleType getSimpleTypeArray(int i)
int sizeOfSimpleTypeArray()
void setSimpleTypeArray(LocalSimpleType[] simpleTypeArray)
void setSimpleTypeArray(int i, LocalSimpleType simpleType)
LocalSimpleType insertNewSimpleType(int i)
LocalSimpleType addNewSimpleType()
void removeSimpleType(int i)
List getMemberTypes()
UnionDocument.Union.MemberTypes xgetMemberTypes()
boolean isSetMemberTypes()
void setMemberTypes(List memberTypes)
void xsetMemberTypes(UnionDocument.Union.MemberTypes memberTypes)
void unsetMemberTypes()