org.hackystat.telemetry.service.resource.chart.jaxb
Class Type

java.lang.Object
  extended by org.hackystat.telemetry.service.resource.chart.jaxb.Type
All Implemented Interfaces:
java.io.Serializable

public class Type
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

value

protected java.util.List<java.lang.String> value

name

protected java.lang.String name

_default

protected java.lang.String _default

minValue

protected java.lang.String minValue

maxValue

protected java.lang.String maxValue
Constructor Detail

Type

public Type()
Method Detail

getValue

public java.util.List<java.lang.String> getValue()
Gets the value of the value property.

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


isSetValue

public boolean isSetValue()

unsetValue

public void unsetValue()

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getDefault

public java.lang.String getDefault()
Gets the value of the default property.

Returns:
possible object is String

setDefault

public void setDefault(java.lang.String value)
Sets the value of the default property.

Parameters:
value - allowed object is String

isSetDefault

public boolean isSetDefault()

getMinValue

public java.lang.String getMinValue()
Gets the value of the minValue property.

Returns:
possible object is String

setMinValue

public void setMinValue(java.lang.String value)
Sets the value of the minValue property.

Parameters:
value - allowed object is String

isSetMinValue

public boolean isSetMinValue()

getMaxValue

public java.lang.String getMaxValue()
Gets the value of the maxValue property.

Returns:
possible object is String

setMaxValue

public void setMaxValue(java.lang.String value)
Sets the value of the maxValue property.

Parameters:
value - allowed object is String

isSetMaxValue

public boolean isSetMaxValue()