Class ElementImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- org.apache.xmlbeans.impl.xb.xsdschema.impl.OpenAttrsImpl
-
- org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotatedImpl
-
- org.apache.xmlbeans.impl.xb.xsdschema.impl.ElementImpl
-
- All Implemented Interfaces:
Serializable,TypeStoreUser,Annotated,Element,OpenAttrs,SimpleValue,XmlObject,XmlTokenSource
- Direct Known Subclasses:
LocalElementImpl,TopLevelElementImpl
public class ElementImpl extends AnnotatedImpl implements Element
An XML element(@http://www.w3.org/2001/XMLSchema). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Annotated
Annotated.Factory
-
Nested classes/interfaces inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Element
Element.Factory
-
Nested classes/interfaces inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.OpenAttrs
OpenAttrs.Factory
-
Nested classes/interfaces inherited from interface org.apache.xmlbeans.XmlObject
XmlObject.Factory
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
-
Constructor Summary
Constructors Constructor Description ElementImpl(SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalComplexTypeaddNewComplexType()Appends and returns a new empty "complexType" elementKeybaseaddNewKey()Appends and returns a new empty value (as xml) as the last "key" elementKeyrefDocument.KeyrefaddNewKeyref()Appends and returns a new empty value (as xml) as the last "keyref" elementLocalSimpleTypeaddNewSimpleType()Appends and returns a new empty "simpleType" elementKeybaseaddNewUnique()Appends and returns a new empty value (as xml) as the last "unique" elementbooleangetAbstract()Gets the "abstract" attributeObjectgetBlock()Gets the "block" attributeLocalComplexTypegetComplexType()Gets the "complexType" elementStringgetDefault()Gets the "default" attributeObjectgetFinal()Gets the "final" attributeStringgetFixed()Gets the "fixed" attributeFormChoice.EnumgetForm()Gets the "form" attributeKeybase[]getKeyArray()Gets array of all "key" elementsKeybasegetKeyArray(int i)Gets ith "key" elementKeyrefDocument.Keyref[]getKeyrefArray()Gets array of all "keyref" elementsKeyrefDocument.KeyrefgetKeyrefArray(int i)Gets ith "keyref" elementObjectgetMaxOccurs()Gets the "maxOccurs" attributeBigIntegergetMinOccurs()Gets the "minOccurs" attributeStringgetName()Gets the "name" attributebooleangetNillable()Gets the "nillable" attributeQNamegetRef()Gets the "ref" attributeLocalSimpleTypegetSimpleType()Gets the "simpleType" elementQNamegetSubstitutionGroup()Gets the "substitutionGroup" attributeQNamegetType()Gets the "type" attributeKeybase[]getUniqueArray()Gets array of all "unique" elementsKeybasegetUniqueArray(int i)Gets ith "unique" elementKeybaseinsertNewKey(int i)Inserts and returns a new empty value (as xml) as the ith "key" elementKeyrefDocument.KeyrefinsertNewKeyref(int i)Inserts and returns a new empty value (as xml) as the ith "keyref" elementKeybaseinsertNewUnique(int i)Inserts and returns a new empty value (as xml) as the ith "unique" elementbooleanisSetAbstract()True if has "abstract" attributebooleanisSetBlock()True if has "block" attributebooleanisSetComplexType()True if has "complexType" elementbooleanisSetDefault()True if has "default" attributebooleanisSetFinal()True if has "final" attributebooleanisSetFixed()True if has "fixed" attributebooleanisSetForm()True if has "form" attributebooleanisSetMaxOccurs()True if has "maxOccurs" attributebooleanisSetMinOccurs()True if has "minOccurs" attributebooleanisSetName()True if has "name" attributebooleanisSetNillable()True if has "nillable" attributebooleanisSetRef()True if has "ref" attributebooleanisSetSimpleType()True if has "simpleType" elementbooleanisSetSubstitutionGroup()True if has "substitutionGroup" attributebooleanisSetType()True if has "type" attributevoidremoveKey(int i)Removes the ith "key" elementvoidremoveKeyref(int i)Removes the ith "keyref" elementvoidremoveUnique(int i)Removes the ith "unique" elementvoidsetAbstract(boolean xabstract)Sets the "abstract" attributevoidsetBlock(Object block)Sets the "block" attributevoidsetComplexType(LocalComplexType complexType)Sets the "complexType" elementvoidsetDefault(String xdefault)Sets the "default" attributevoidsetFinal(Object xfinal)Sets the "final" attributevoidsetFixed(String fixed)Sets the "fixed" attributevoidsetForm(FormChoice.Enum form)Sets the "form" attributevoidsetKeyArray(int i, Keybase key)Sets ith "key" elementvoidsetKeyArray(Keybase[] keyArray)Sets array of all "key" element WARNING: This method is not atomicaly synchronized.voidsetKeyrefArray(int i, KeyrefDocument.Keyref keyref)Sets ith "keyref" elementvoidsetKeyrefArray(KeyrefDocument.Keyref[] keyrefArray)Sets array of all "keyref" element WARNING: This method is not atomicaly synchronized.voidsetMaxOccurs(Object maxOccurs)Sets the "maxOccurs" attributevoidsetMinOccurs(BigInteger minOccurs)Sets the "minOccurs" attributevoidsetName(String name)Sets the "name" attributevoidsetNillable(boolean nillable)Sets the "nillable" attributevoidsetRef(QName ref)Sets the "ref" attributevoidsetSimpleType(LocalSimpleType simpleType)Sets the "simpleType" elementvoidsetSubstitutionGroup(QName substitutionGroup)Sets the "substitutionGroup" attributevoidsetType(QName type)Sets the "type" attributevoidsetUniqueArray(int i, Keybase unique)Sets ith "unique" elementvoidsetUniqueArray(Keybase[] uniqueArray)Sets array of all "unique" element WARNING: This method is not atomicaly synchronized.intsizeOfKeyArray()Returns number of "key" elementintsizeOfKeyrefArray()Returns number of "keyref" elementintsizeOfUniqueArray()Returns number of "unique" elementvoidunsetAbstract()Unsets the "abstract" attributevoidunsetBlock()Unsets the "block" attributevoidunsetComplexType()Unsets the "complexType" elementvoidunsetDefault()Unsets the "default" attributevoidunsetFinal()Unsets the "final" attributevoidunsetFixed()Unsets the "fixed" attributevoidunsetForm()Unsets the "form" attributevoidunsetMaxOccurs()Unsets the "maxOccurs" attributevoidunsetMinOccurs()Unsets the "minOccurs" attributevoidunsetName()Unsets the "name" attributevoidunsetNillable()Unsets the "nillable" attributevoidunsetRef()Unsets the "ref" attributevoidunsetSimpleType()Unsets the "simpleType" elementvoidunsetSubstitutionGroup()Unsets the "substitutionGroup" attributevoidunsetType()Unsets the "type" attributeXmlBooleanxgetAbstract()Gets (as xml) the "abstract" attributeBlockSetxgetBlock()Gets (as xml) the "block" attributeXmlStringxgetDefault()Gets (as xml) the "default" attributeDerivationSetxgetFinal()Gets (as xml) the "final" attributeXmlStringxgetFixed()Gets (as xml) the "fixed" attributeFormChoicexgetForm()Gets (as xml) the "form" attributeAllNNIxgetMaxOccurs()Gets (as xml) the "maxOccurs" attributeXmlNonNegativeIntegerxgetMinOccurs()Gets (as xml) the "minOccurs" attributeXmlNCNamexgetName()Gets (as xml) the "name" attributeXmlBooleanxgetNillable()Gets (as xml) the "nillable" attributeXmlQNamexgetRef()Gets (as xml) the "ref" attributeXmlQNamexgetSubstitutionGroup()Gets (as xml) the "substitutionGroup" attributeXmlQNamexgetType()Gets (as xml) the "type" attributevoidxsetAbstract(XmlBoolean xabstract)Sets (as xml) the "abstract" attributevoidxsetBlock(BlockSet block)Sets (as xml) the "block" attributevoidxsetDefault(XmlString xdefault)Sets (as xml) the "default" attributevoidxsetFinal(DerivationSet xfinal)Sets (as xml) the "final" attributevoidxsetFixed(XmlString fixed)Sets (as xml) the "fixed" attributevoidxsetForm(FormChoice form)Sets (as xml) the "form" attributevoidxsetMaxOccurs(AllNNI maxOccurs)Sets (as xml) the "maxOccurs" attributevoidxsetMinOccurs(XmlNonNegativeInteger minOccurs)Sets (as xml) the "minOccurs" attributevoidxsetName(XmlNCName name)Sets (as xml) the "name" attributevoidxsetNillable(XmlBoolean nillable)Sets (as xml) the "nillable" attributevoidxsetRef(XmlQName ref)Sets (as xml) the "ref" attributevoidxsetSubstitutionGroup(XmlQName substitutionGroup)Sets (as xml) the "substitutionGroup" attributevoidxsetType(XmlQName type)Sets (as xml) the "type" attribute-
Methods inherited from class org.apache.xmlbeans.impl.xb.xsdschema.impl.AnnotatedImpl
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
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
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_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, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_newValue, 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, validate, validate_now, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Annotated
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
-
-
-
-
Constructor Detail
-
ElementImpl
public ElementImpl(SchemaType sType)
-
-
Method Detail
-
getSimpleType
public LocalSimpleType getSimpleType()
Gets the "simpleType" element- Specified by:
getSimpleTypein interfaceElement
-
isSetSimpleType
public boolean isSetSimpleType()
True if has "simpleType" element- Specified by:
isSetSimpleTypein interfaceElement
-
setSimpleType
public void setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element- Specified by:
setSimpleTypein interfaceElement
-
addNewSimpleType
public LocalSimpleType addNewSimpleType()
Appends and returns a new empty "simpleType" element- Specified by:
addNewSimpleTypein interfaceElement
-
unsetSimpleType
public void unsetSimpleType()
Unsets the "simpleType" element- Specified by:
unsetSimpleTypein interfaceElement
-
getComplexType
public LocalComplexType getComplexType()
Gets the "complexType" element- Specified by:
getComplexTypein interfaceElement
-
isSetComplexType
public boolean isSetComplexType()
True if has "complexType" element- Specified by:
isSetComplexTypein interfaceElement
-
setComplexType
public void setComplexType(LocalComplexType complexType)
Sets the "complexType" element- Specified by:
setComplexTypein interfaceElement
-
addNewComplexType
public LocalComplexType addNewComplexType()
Appends and returns a new empty "complexType" element- Specified by:
addNewComplexTypein interfaceElement
-
unsetComplexType
public void unsetComplexType()
Unsets the "complexType" element- Specified by:
unsetComplexTypein interfaceElement
-
getUniqueArray
public Keybase[] getUniqueArray()
Gets array of all "unique" elements- Specified by:
getUniqueArrayin interfaceElement
-
getUniqueArray
public Keybase getUniqueArray(int i)
Gets ith "unique" element- Specified by:
getUniqueArrayin interfaceElement
-
sizeOfUniqueArray
public int sizeOfUniqueArray()
Returns number of "unique" element- Specified by:
sizeOfUniqueArrayin interfaceElement
-
setUniqueArray
public void setUniqueArray(Keybase[] uniqueArray)
Sets array of all "unique" element WARNING: This method is not atomicaly synchronized.- Specified by:
setUniqueArrayin interfaceElement
-
setUniqueArray
public void setUniqueArray(int i, Keybase unique)Sets ith "unique" element- Specified by:
setUniqueArrayin interfaceElement
-
insertNewUnique
public Keybase insertNewUnique(int i)
Inserts and returns a new empty value (as xml) as the ith "unique" element- Specified by:
insertNewUniquein interfaceElement
-
addNewUnique
public Keybase addNewUnique()
Appends and returns a new empty value (as xml) as the last "unique" element- Specified by:
addNewUniquein interfaceElement
-
removeUnique
public void removeUnique(int i)
Removes the ith "unique" element- Specified by:
removeUniquein interfaceElement
-
getKeyArray
public Keybase[] getKeyArray()
Gets array of all "key" elements- Specified by:
getKeyArrayin interfaceElement
-
getKeyArray
public Keybase getKeyArray(int i)
Gets ith "key" element- Specified by:
getKeyArrayin interfaceElement
-
sizeOfKeyArray
public int sizeOfKeyArray()
Returns number of "key" element- Specified by:
sizeOfKeyArrayin interfaceElement
-
setKeyArray
public void setKeyArray(Keybase[] keyArray)
Sets array of all "key" element WARNING: This method is not atomicaly synchronized.- Specified by:
setKeyArrayin interfaceElement
-
setKeyArray
public void setKeyArray(int i, Keybase key)Sets ith "key" element- Specified by:
setKeyArrayin interfaceElement
-
insertNewKey
public Keybase insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "key" element- Specified by:
insertNewKeyin interfaceElement
-
addNewKey
public Keybase addNewKey()
Appends and returns a new empty value (as xml) as the last "key" element
-
removeKey
public void removeKey(int i)
Removes the ith "key" element
-
getKeyrefArray
public KeyrefDocument.Keyref[] getKeyrefArray()
Gets array of all "keyref" elements- Specified by:
getKeyrefArrayin interfaceElement
-
getKeyrefArray
public KeyrefDocument.Keyref getKeyrefArray(int i)
Gets ith "keyref" element- Specified by:
getKeyrefArrayin interfaceElement
-
sizeOfKeyrefArray
public int sizeOfKeyrefArray()
Returns number of "keyref" element- Specified by:
sizeOfKeyrefArrayin interfaceElement
-
setKeyrefArray
public void setKeyrefArray(KeyrefDocument.Keyref[] keyrefArray)
Sets array of all "keyref" element WARNING: This method is not atomicaly synchronized.- Specified by:
setKeyrefArrayin interfaceElement
-
setKeyrefArray
public void setKeyrefArray(int i, KeyrefDocument.Keyref keyref)Sets ith "keyref" element- Specified by:
setKeyrefArrayin interfaceElement
-
insertNewKeyref
public KeyrefDocument.Keyref insertNewKeyref(int i)
Inserts and returns a new empty value (as xml) as the ith "keyref" element- Specified by:
insertNewKeyrefin interfaceElement
-
addNewKeyref
public KeyrefDocument.Keyref addNewKeyref()
Appends and returns a new empty value (as xml) as the last "keyref" element- Specified by:
addNewKeyrefin interfaceElement
-
removeKeyref
public void removeKeyref(int i)
Removes the ith "keyref" element- Specified by:
removeKeyrefin interfaceElement
-
getName
public String getName()
Gets the "name" attribute
-
xgetName
public XmlNCName xgetName()
Gets (as xml) the "name" attribute
-
isSetName
public boolean isSetName()
True if has "name" attribute
-
setName
public void setName(String name)
Sets the "name" attribute
-
xsetName
public void xsetName(XmlNCName name)
Sets (as xml) the "name" attribute
-
unsetName
public void unsetName()
Unsets the "name" attribute
-
xgetRef
public XmlQName xgetRef()
Gets (as xml) the "ref" attribute
-
isSetRef
public boolean isSetRef()
True if has "ref" attribute
-
setRef
public void setRef(QName ref)
Sets the "ref" attribute
-
xsetRef
public void xsetRef(XmlQName ref)
Sets (as xml) the "ref" attribute
-
unsetRef
public void unsetRef()
Unsets the "ref" attribute
-
xgetType
public XmlQName xgetType()
Gets (as xml) the "type" attribute
-
isSetType
public boolean isSetType()
True if has "type" attribute
-
setType
public void setType(QName type)
Sets the "type" attribute
-
xsetType
public void xsetType(XmlQName type)
Sets (as xml) the "type" attribute
-
unsetType
public void unsetType()
Unsets the "type" attribute
-
getSubstitutionGroup
public QName getSubstitutionGroup()
Gets the "substitutionGroup" attribute- Specified by:
getSubstitutionGroupin interfaceElement
-
xgetSubstitutionGroup
public XmlQName xgetSubstitutionGroup()
Gets (as xml) the "substitutionGroup" attribute- Specified by:
xgetSubstitutionGroupin interfaceElement
-
isSetSubstitutionGroup
public boolean isSetSubstitutionGroup()
True if has "substitutionGroup" attribute- Specified by:
isSetSubstitutionGroupin interfaceElement
-
setSubstitutionGroup
public void setSubstitutionGroup(QName substitutionGroup)
Sets the "substitutionGroup" attribute- Specified by:
setSubstitutionGroupin interfaceElement
-
xsetSubstitutionGroup
public void xsetSubstitutionGroup(XmlQName substitutionGroup)
Sets (as xml) the "substitutionGroup" attribute- Specified by:
xsetSubstitutionGroupin interfaceElement
-
unsetSubstitutionGroup
public void unsetSubstitutionGroup()
Unsets the "substitutionGroup" attribute- Specified by:
unsetSubstitutionGroupin interfaceElement
-
getMinOccurs
public BigInteger getMinOccurs()
Gets the "minOccurs" attribute- Specified by:
getMinOccursin interfaceElement
-
xgetMinOccurs
public XmlNonNegativeInteger xgetMinOccurs()
Gets (as xml) the "minOccurs" attribute- Specified by:
xgetMinOccursin interfaceElement
-
isSetMinOccurs
public boolean isSetMinOccurs()
True if has "minOccurs" attribute- Specified by:
isSetMinOccursin interfaceElement
-
setMinOccurs
public void setMinOccurs(BigInteger minOccurs)
Sets the "minOccurs" attribute- Specified by:
setMinOccursin interfaceElement
-
xsetMinOccurs
public void xsetMinOccurs(XmlNonNegativeInteger minOccurs)
Sets (as xml) the "minOccurs" attribute- Specified by:
xsetMinOccursin interfaceElement
-
unsetMinOccurs
public void unsetMinOccurs()
Unsets the "minOccurs" attribute- Specified by:
unsetMinOccursin interfaceElement
-
getMaxOccurs
public Object getMaxOccurs()
Gets the "maxOccurs" attribute- Specified by:
getMaxOccursin interfaceElement
-
xgetMaxOccurs
public AllNNI xgetMaxOccurs()
Gets (as xml) the "maxOccurs" attribute- Specified by:
xgetMaxOccursin interfaceElement
-
isSetMaxOccurs
public boolean isSetMaxOccurs()
True if has "maxOccurs" attribute- Specified by:
isSetMaxOccursin interfaceElement
-
setMaxOccurs
public void setMaxOccurs(Object maxOccurs)
Sets the "maxOccurs" attribute- Specified by:
setMaxOccursin interfaceElement
-
xsetMaxOccurs
public void xsetMaxOccurs(AllNNI maxOccurs)
Sets (as xml) the "maxOccurs" attribute- Specified by:
xsetMaxOccursin interfaceElement
-
unsetMaxOccurs
public void unsetMaxOccurs()
Unsets the "maxOccurs" attribute- Specified by:
unsetMaxOccursin interfaceElement
-
getDefault
public String getDefault()
Gets the "default" attribute- Specified by:
getDefaultin interfaceElement
-
xgetDefault
public XmlString xgetDefault()
Gets (as xml) the "default" attribute- Specified by:
xgetDefaultin interfaceElement
-
isSetDefault
public boolean isSetDefault()
True if has "default" attribute- Specified by:
isSetDefaultin interfaceElement
-
setDefault
public void setDefault(String xdefault)
Sets the "default" attribute- Specified by:
setDefaultin interfaceElement
-
xsetDefault
public void xsetDefault(XmlString xdefault)
Sets (as xml) the "default" attribute- Specified by:
xsetDefaultin interfaceElement
-
unsetDefault
public void unsetDefault()
Unsets the "default" attribute- Specified by:
unsetDefaultin interfaceElement
-
getFixed
public String getFixed()
Gets the "fixed" attribute
-
xgetFixed
public XmlString xgetFixed()
Gets (as xml) the "fixed" attribute
-
isSetFixed
public boolean isSetFixed()
True if has "fixed" attribute- Specified by:
isSetFixedin interfaceElement
-
setFixed
public void setFixed(String fixed)
Sets the "fixed" attribute
-
xsetFixed
public void xsetFixed(XmlString fixed)
Sets (as xml) the "fixed" attribute
-
unsetFixed
public void unsetFixed()
Unsets the "fixed" attribute- Specified by:
unsetFixedin interfaceElement
-
getNillable
public boolean getNillable()
Gets the "nillable" attribute- Specified by:
getNillablein interfaceElement
-
xgetNillable
public XmlBoolean xgetNillable()
Gets (as xml) the "nillable" attribute- Specified by:
xgetNillablein interfaceElement
-
isSetNillable
public boolean isSetNillable()
True if has "nillable" attribute- Specified by:
isSetNillablein interfaceElement
-
setNillable
public void setNillable(boolean nillable)
Sets the "nillable" attribute- Specified by:
setNillablein interfaceElement
-
xsetNillable
public void xsetNillable(XmlBoolean nillable)
Sets (as xml) the "nillable" attribute- Specified by:
xsetNillablein interfaceElement
-
unsetNillable
public void unsetNillable()
Unsets the "nillable" attribute- Specified by:
unsetNillablein interfaceElement
-
getAbstract
public boolean getAbstract()
Gets the "abstract" attribute- Specified by:
getAbstractin interfaceElement
-
xgetAbstract
public XmlBoolean xgetAbstract()
Gets (as xml) the "abstract" attribute- Specified by:
xgetAbstractin interfaceElement
-
isSetAbstract
public boolean isSetAbstract()
True if has "abstract" attribute- Specified by:
isSetAbstractin interfaceElement
-
setAbstract
public void setAbstract(boolean xabstract)
Sets the "abstract" attribute- Specified by:
setAbstractin interfaceElement
-
xsetAbstract
public void xsetAbstract(XmlBoolean xabstract)
Sets (as xml) the "abstract" attribute- Specified by:
xsetAbstractin interfaceElement
-
unsetAbstract
public void unsetAbstract()
Unsets the "abstract" attribute- Specified by:
unsetAbstractin interfaceElement
-
getFinal
public Object getFinal()
Gets the "final" attribute
-
xgetFinal
public DerivationSet xgetFinal()
Gets (as xml) the "final" attribute
-
isSetFinal
public boolean isSetFinal()
True if has "final" attribute- Specified by:
isSetFinalin interfaceElement
-
setFinal
public void setFinal(Object xfinal)
Sets the "final" attribute
-
xsetFinal
public void xsetFinal(DerivationSet xfinal)
Sets (as xml) the "final" attribute
-
unsetFinal
public void unsetFinal()
Unsets the "final" attribute- Specified by:
unsetFinalin interfaceElement
-
getBlock
public Object getBlock()
Gets the "block" attribute
-
xgetBlock
public BlockSet xgetBlock()
Gets (as xml) the "block" attribute
-
isSetBlock
public boolean isSetBlock()
True if has "block" attribute- Specified by:
isSetBlockin interfaceElement
-
setBlock
public void setBlock(Object block)
Sets the "block" attribute
-
xsetBlock
public void xsetBlock(BlockSet block)
Sets (as xml) the "block" attribute
-
unsetBlock
public void unsetBlock()
Unsets the "block" attribute- Specified by:
unsetBlockin interfaceElement
-
getForm
public FormChoice.Enum getForm()
Gets the "form" attribute
-
xgetForm
public FormChoice xgetForm()
Gets (as xml) the "form" attribute
-
isSetForm
public boolean isSetForm()
True if has "form" attribute
-
setForm
public void setForm(FormChoice.Enum form)
Sets the "form" attribute
-
xsetForm
public void xsetForm(FormChoice form)
Sets (as xml) the "form" attribute
-
-