org.duracloud
Interface UserPropertyType.Option

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
UserPropertyTypeImpl.OptionImpl
Enclosing interface:
UserPropertyType

public static interface UserPropertyType.Option
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDisplayName

String getDisplayName()
Gets the "displayName" attribute


xgetDisplayName

org.apache.xmlbeans.XmlString xgetDisplayName()
Gets (as xml) the "displayName" attribute


setDisplayName

void setDisplayName(String displayName)
Sets the "displayName" attribute


xsetDisplayName

void xsetDisplayName(org.apache.xmlbeans.XmlString displayName)
Sets (as xml) the "displayName" attribute


getValue

String getValue()
Gets the "value" attribute


xgetValue

org.apache.xmlbeans.XmlString xgetValue()
Gets (as xml) the "value" attribute


setValue

void setValue(String value)
Sets the "value" attribute


xsetValue

void xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" attribute


getSelected

boolean getSelected()
Gets the "selected" attribute


xgetSelected

org.apache.xmlbeans.XmlBoolean xgetSelected()
Gets (as xml) the "selected" attribute


isSetSelected

boolean isSetSelected()
True if has "selected" attribute


setSelected

void setSelected(boolean selected)
Sets the "selected" attribute


xsetSelected

void xsetSelected(org.apache.xmlbeans.XmlBoolean selected)
Sets (as xml) the "selected" attribute


unsetSelected

void unsetSelected()
Unsets the "selected" attribute



Copyright © 2009-2012 DuraSpace. All Rights Reserved.