public static class Module.UserPref extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EnumValue" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="display_value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="display_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default_value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="datatype" default="string">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="string"/>
<enumeration value="hidden"/>
<enumeration value="bool"/>
<enumeration value="enum"/>
<enumeration value="list"/>
<enumeration value="number"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Module.UserPref.EnumValue
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
datatype |
protected String |
defaultValue |
protected String |
displayName |
protected List<Module.UserPref.EnumValue> |
enumValue |
protected String |
name |
protected String |
required |
| Constructor and Description |
|---|
UserPref() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getDatatype()
Gets the value of the datatype property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
List<Module.UserPref.EnumValue> |
getEnumValue()
Gets the value of the enumValue property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRequired()
Gets the value of the required property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDatatype(String value)
Sets the value of the datatype property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequired(String value)
Sets the value of the required property.
|
String |
toString() |
protected List<Module.UserPref.EnumValue> enumValue
protected String name
protected String displayName
protected String defaultValue
protected String required
protected String datatype
public List<Module.UserPref.EnumValue> getEnumValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the enumValue property.
For example, to add a new item, do as follows:
getEnumValue().add(newItem);
Objects of the following type(s) are allowed in the list
Module.UserPref.EnumValue
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getRequired()
Stringpublic void setRequired(String value)
value - allowed object is
Stringpublic String getDatatype()
Stringpublic void setDatatype(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2015 Jasig. All Rights Reserved.