|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.ConfigurationDetail
public class ConfigurationDetail
Java class for ConfigurationDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigurationDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}ConfigurationDetailType"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="defaultValues" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="option" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Option" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
defaultValues
|
protected java.lang.String |
description
|
protected java.lang.String |
key
|
protected java.lang.String |
label
|
protected java.util.List<Option> |
options
|
protected java.lang.Boolean |
password
|
protected ConfigurationDetailType |
type
|
protected java.util.List<java.lang.String> |
values
|
| Constructor Summary | |
|---|---|
ConfigurationDetail()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getDefaultValues()
Gets the value of the defaultValues property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getKey()
Gets the value of the key property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.util.List<Option> |
getOptions()
Gets the value of the options property. |
ConfigurationDetailType |
getType()
Gets the value of the type property. |
java.util.List<java.lang.String> |
getValues()
Gets the value of the values property. |
boolean |
isPassword()
Gets the value of the password property. |
boolean |
isSetOptions()
|
boolean |
isSetPassword()
|
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setKey(java.lang.String value)
Sets the value of the key property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setPassword(boolean value)
Sets the value of the password property. |
void |
setType(ConfigurationDetailType value)
Sets the value of the type property. |
java.lang.String |
toString()
|
void |
unsetOptions()
|
void |
unsetPassword()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ConfigurationDetailType type
protected java.lang.String label
protected java.lang.String description
protected java.util.List<java.lang.String> values
protected java.util.List<java.lang.String> defaultValues
protected java.util.List<Option> options
protected java.lang.String key
protected java.lang.Boolean password
| Constructor Detail |
|---|
public ConfigurationDetail()
| Method Detail |
|---|
public ConfigurationDetailType getType()
ConfigurationDetailTypepublic void setType(ConfigurationDetailType value)
value - allowed object is
ConfigurationDetailTypepublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getDefaultValues()
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 defaultValues property.
For example, to add a new item, do as follows:
getDefaultValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<Option> getOptions()
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 options property.
For example, to add a new item, do as follows:
getOptions().add(newItem);
Objects of the following type(s) are allowed in the list
Option
public boolean isSetOptions()
public void unsetOptions()
public java.lang.String getKey()
Stringpublic void setKey(java.lang.String value)
value - allowed object is
Stringpublic boolean isPassword()
Booleanpublic void setPassword(boolean value)
value - allowed object is
Booleanpublic boolean isSetPassword()
public void unsetPassword()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||