public interface UserPropertyType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
UserPropertyType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
UserPropertyType.Option
An XML option(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
UserPropertyType.Option |
addNewOption()
Appends and returns a new empty value (as xml) as the last "option" element
|
String |
getDisplayName()
Gets the "displayName" attribute
|
String |
getExclusion()
Gets the "exclusion" attribute
|
int |
getId()
Gets the "id" attribute
|
OptionInputType.Enum |
getInput()
Gets the "input" attribute
|
String |
getName()
Gets the "name" attribute
|
UserPropertyType.Option[] |
getOptionArray()
Gets array of all "option" elements
|
UserPropertyType.Option |
getOptionArray(int i)
Gets ith "option" element
|
String |
getValue()
Gets the "value" attribute
|
UserPropertyType.Option |
insertNewOption(int i)
Inserts and returns a new empty value (as xml) as the ith "option" element
|
boolean |
isSetExclusion()
True if has "exclusion" attribute
|
boolean |
isSetValue()
True if has "value" attribute
|
void |
removeOption(int i)
Removes the ith "option" element
|
void |
setDisplayName(String displayName)
Sets the "displayName" attribute
|
void |
setExclusion(String exclusion)
Sets the "exclusion" attribute
|
void |
setId(int id)
Sets the "id" attribute
|
void |
setInput(OptionInputType.Enum input)
Sets the "input" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOptionArray(int i,
UserPropertyType.Option option)
Sets ith "option" element
|
void |
setOptionArray(UserPropertyType.Option[] optionArray)
Sets array of all "option" element
|
void |
setValue(String value)
Sets the "value" attribute
|
int |
sizeOfOptionArray()
Returns number of "option" element
|
void |
unsetExclusion()
Unsets the "exclusion" attribute
|
void |
unsetValue()
Unsets the "value" attribute
|
org.apache.xmlbeans.XmlString |
xgetDisplayName()
Gets (as xml) the "displayName" attribute
|
org.apache.xmlbeans.XmlString |
xgetExclusion()
Gets (as xml) the "exclusion" attribute
|
org.apache.xmlbeans.XmlInt |
xgetId()
Gets (as xml) the "id" attribute
|
OptionInputType |
xgetInput()
Gets (as xml) the "input" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" 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 |
xsetExclusion(org.apache.xmlbeans.XmlString exclusion)
Sets (as xml) the "exclusion" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" attribute
|
void |
xsetInput(OptionInputType input)
Sets (as xml) the "input" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" attribute
|
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
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
UserPropertyType.Option[] getOptionArray()
UserPropertyType.Option getOptionArray(int i)
int sizeOfOptionArray()
void setOptionArray(UserPropertyType.Option[] optionArray)
void setOptionArray(int i, UserPropertyType.Option option)
UserPropertyType.Option insertNewOption(int i)
UserPropertyType.Option addNewOption()
void removeOption(int i)
int getId()
org.apache.xmlbeans.XmlInt xgetId()
void setId(int id)
void xsetId(org.apache.xmlbeans.XmlInt id)
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
OptionInputType.Enum getInput()
OptionInputType xgetInput()
void setInput(OptionInputType.Enum input)
void xsetInput(OptionInputType input)
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()
boolean isSetValue()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
void unsetValue()
String getExclusion()
org.apache.xmlbeans.XmlString xgetExclusion()
boolean isSetExclusion()
void setExclusion(String exclusion)
void xsetExclusion(org.apache.xmlbeans.XmlString exclusion)
void unsetExclusion()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.