|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Attribute
An XML attribute(@http://www.w3.org/2001/XMLSchema). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Attribute.Factory
A factory class with static methods for creating instances of this type. |
static interface |
Attribute.Use
An XML use(@). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
LocalSimpleType |
addNewSimpleType()
Appends and returns a new empty "simpleType" element |
java.lang.String |
getDefault()
Gets the "default" attribute |
java.lang.String |
getFixed()
Gets the "fixed" attribute |
FormChoice.Enum |
getForm()
Gets the "form" attribute |
java.lang.String |
getName()
Gets the "name" attribute |
javax.xml.namespace.QName |
getRef()
Gets the "ref" attribute |
LocalSimpleType |
getSimpleType()
Gets the "simpleType" element |
javax.xml.namespace.QName |
getType()
Gets the "type" attribute |
Attribute.Use.Enum |
getUse()
Gets the "use" attribute |
boolean |
isSetDefault()
True if has "default" attribute |
boolean |
isSetFixed()
True if has "fixed" attribute |
boolean |
isSetForm()
True if has "form" attribute |
boolean |
isSetName()
True if has "name" attribute |
boolean |
isSetRef()
True if has "ref" attribute |
boolean |
isSetSimpleType()
True if has "simpleType" element |
boolean |
isSetType()
True if has "type" attribute |
boolean |
isSetUse()
True if has "use" attribute |
void |
setDefault(java.lang.String xdefault)
Sets the "default" attribute |
void |
setFixed(java.lang.String fixed)
Sets the "fixed" attribute |
void |
setForm(FormChoice.Enum form)
Sets the "form" attribute |
void |
setName(java.lang.String name)
Sets the "name" attribute |
void |
setRef(javax.xml.namespace.QName ref)
Sets the "ref" attribute |
void |
setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element |
void |
setType(javax.xml.namespace.QName type)
Sets the "type" attribute |
void |
setUse(Attribute.Use.Enum use)
Sets the "use" attribute |
void |
unsetDefault()
Unsets the "default" attribute |
void |
unsetFixed()
Unsets the "fixed" attribute |
void |
unsetForm()
Unsets the "form" attribute |
void |
unsetName()
Unsets the "name" attribute |
void |
unsetRef()
Unsets the "ref" attribute |
void |
unsetSimpleType()
Unsets the "simpleType" element |
void |
unsetType()
Unsets the "type" attribute |
void |
unsetUse()
Unsets the "use" attribute |
org.apache.xmlbeans.XmlString |
xgetDefault()
Gets (as xml) the "default" attribute |
org.apache.xmlbeans.XmlString |
xgetFixed()
Gets (as xml) the "fixed" attribute |
FormChoice |
xgetForm()
Gets (as xml) the "form" attribute |
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute |
org.apache.xmlbeans.XmlQName |
xgetRef()
Gets (as xml) the "ref" attribute |
org.apache.xmlbeans.XmlQName |
xgetType()
Gets (as xml) the "type" attribute |
Attribute.Use |
xgetUse()
Gets (as xml) the "use" attribute |
void |
xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "default" attribute |
void |
xsetFixed(org.apache.xmlbeans.XmlString fixed)
Sets (as xml) the "fixed" attribute |
void |
xsetForm(FormChoice form)
Sets (as xml) the "form" attribute |
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute |
void |
xsetRef(org.apache.xmlbeans.XmlQName ref)
Sets (as xml) the "ref" attribute |
void |
xsetType(org.apache.xmlbeans.XmlQName type)
Sets (as xml) the "type" attribute |
void |
xsetUse(Attribute.Use use)
Sets (as xml) the "use" attribute |
Methods inherited from interface org.w3.x2001.xmlSchema.Annotated |
---|
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
LocalSimpleType getSimpleType()
boolean isSetSimpleType()
void setSimpleType(LocalSimpleType simpleType)
LocalSimpleType addNewSimpleType()
void unsetSimpleType()
java.lang.String getName()
org.apache.xmlbeans.XmlNCName xgetName()
boolean isSetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
void unsetName()
javax.xml.namespace.QName getRef()
org.apache.xmlbeans.XmlQName xgetRef()
boolean isSetRef()
void setRef(javax.xml.namespace.QName ref)
void xsetRef(org.apache.xmlbeans.XmlQName ref)
void unsetRef()
javax.xml.namespace.QName getType()
org.apache.xmlbeans.XmlQName xgetType()
boolean isSetType()
void setType(javax.xml.namespace.QName type)
void xsetType(org.apache.xmlbeans.XmlQName type)
void unsetType()
Attribute.Use.Enum getUse()
Attribute.Use xgetUse()
boolean isSetUse()
void setUse(Attribute.Use.Enum use)
void xsetUse(Attribute.Use use)
void unsetUse()
java.lang.String getDefault()
org.apache.xmlbeans.XmlString xgetDefault()
boolean isSetDefault()
void setDefault(java.lang.String xdefault)
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
void unsetDefault()
java.lang.String getFixed()
org.apache.xmlbeans.XmlString xgetFixed()
boolean isSetFixed()
void setFixed(java.lang.String fixed)
void xsetFixed(org.apache.xmlbeans.XmlString fixed)
void unsetFixed()
FormChoice.Enum getForm()
FormChoice xgetForm()
boolean isSetForm()
void setForm(FormChoice.Enum form)
void xsetForm(FormChoice form)
void unsetForm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |