|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface UserPropertyType.Option
An XML option(@). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
UserPropertyType.Option.Factory
A factory class with static methods for creating instances of this type. |
| 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 | |
|---|---|
String |
getDisplayName()
Gets the "displayName" attribute |
boolean |
getSelected()
Gets the "selected" attribute |
String |
getValue()
Gets the "value" attribute |
boolean |
isSetSelected()
True if has "selected" attribute |
void |
setDisplayName(String displayName)
Sets the "displayName" attribute |
void |
setSelected(boolean selected)
Sets the "selected" attribute |
void |
setValue(String value)
Sets the "value" attribute |
void |
unsetSelected()
Unsets the "selected" attribute |
org.apache.xmlbeans.XmlString |
xgetDisplayName()
Gets (as xml) the "displayName" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetSelected()
Gets (as xml) the "selected" attribute |
org.apache.xmlbeans.XmlString |
xgetValue()
Gets (as xml) the "value" attribute |
void |
xsetDisplayName(org.apache.xmlbeans.XmlString displayName)
Sets (as xml) the "displayName" attribute |
void |
xsetSelected(org.apache.xmlbeans.XmlBoolean selected)
Sets (as xml) the "selected" attribute |
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" attribute |
| 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 |
|---|
String getDisplayName()
org.apache.xmlbeans.XmlString xgetDisplayName()
void setDisplayName(String displayName)
void xsetDisplayName(org.apache.xmlbeans.XmlString displayName)
String getValue()
org.apache.xmlbeans.XmlString xgetValue()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
boolean getSelected()
org.apache.xmlbeans.XmlBoolean xgetSelected()
boolean isSetSelected()
void setSelected(boolean selected)
void xsetSelected(org.apache.xmlbeans.XmlBoolean selected)
void unsetSelected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||