|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.service.resource.chart.jaxb.Type
public class Type
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 ref="{}Value" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}Name use="required""/> <attribute ref="{}Default use="required""/> <attribute ref="{}MinValue"/> <attribute ref="{}MaxValue"/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
_default
|
protected java.lang.String |
maxValue
|
protected java.lang.String |
minValue
|
protected java.lang.String |
name
|
protected java.util.List<java.lang.String> |
value
|
Constructor Summary | |
---|---|
Type()
|
Method Summary | |
---|---|
java.lang.String |
getDefault()
Gets the value of the default property. |
java.lang.String |
getMaxValue()
Gets the value of the maxValue property. |
java.lang.String |
getMinValue()
Gets the value of the minValue property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<java.lang.String> |
getValue()
Gets the value of the value property. |
boolean |
isSetDefault()
|
boolean |
isSetMaxValue()
|
boolean |
isSetMinValue()
|
boolean |
isSetName()
|
boolean |
isSetValue()
|
void |
setDefault(java.lang.String value)
Sets the value of the default property. |
void |
setMaxValue(java.lang.String value)
Sets the value of the maxValue property. |
void |
setMinValue(java.lang.String value)
Sets the value of the minValue property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
unsetValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<java.lang.String> value
protected java.lang.String name
protected java.lang.String _default
protected java.lang.String minValue
protected java.lang.String maxValue
Constructor Detail |
---|
public Type()
Method Detail |
---|
public java.util.List<java.lang.String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetValue()
public void unsetValue()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public java.lang.String getDefault()
String
public void setDefault(java.lang.String value)
value
- allowed object is
String
public boolean isSetDefault()
public java.lang.String getMinValue()
String
public void setMinValue(java.lang.String value)
value
- allowed object is
String
public boolean isSetMinValue()
public java.lang.String getMaxValue()
String
public void setMaxValue(java.lang.String value)
value
- allowed object is
String
public boolean isSetMaxValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |