org.ow2.jasmine.probe.api.generated
Class ValueType

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.ValueType

public class ValueType
extends Object

Java class for valueType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="valueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="intvalue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="shortvalue" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="longvalue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="doublevalue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="floatvalue" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="booleanvalue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="stringvalue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </choice>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean booleanvalue
           
protected  Double doublevalue
           
protected  Float floatvalue
           
protected  Integer intvalue
           
protected  Long longvalue
           
protected  String name
           
protected  Short shortvalue
           
protected  String stringvalue
           
 
Constructor Summary
ValueType()
           
 
Method Summary
 Boolean getBooleanvalue()
          Gets the value of the booleanvalue property.
 Double getDoublevalue()
          Gets the value of the doublevalue property.
 Float getFloatvalue()
          Gets the value of the floatvalue property.
 Integer getIntvalue()
          Gets the value of the intvalue property.
 Long getLongvalue()
          Gets the value of the longvalue property.
 String getName()
          Gets the value of the name property.
 Short getShortvalue()
          Gets the value of the shortvalue property.
 String getStringvalue()
          Gets the value of the stringvalue property.
 void setBooleanvalue(Boolean value)
          Sets the value of the booleanvalue property.
 void setDoublevalue(Double value)
          Sets the value of the doublevalue property.
 void setFloatvalue(Float value)
          Sets the value of the floatvalue property.
 void setIntvalue(Integer value)
          Sets the value of the intvalue property.
 void setLongvalue(Long value)
          Sets the value of the longvalue property.
 void setName(String value)
          Sets the value of the name property.
 void setShortvalue(Short value)
          Sets the value of the shortvalue property.
 void setStringvalue(String value)
          Sets the value of the stringvalue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intvalue

protected Integer intvalue

shortvalue

protected Short shortvalue

longvalue

protected Long longvalue

doublevalue

protected Double doublevalue

floatvalue

protected Float floatvalue

booleanvalue

protected Boolean booleanvalue

stringvalue

protected String stringvalue

name

protected String name
Constructor Detail

ValueType

public ValueType()
Method Detail

getIntvalue

public Integer getIntvalue()
Gets the value of the intvalue property.

Returns:
possible object is Integer

setIntvalue

public void setIntvalue(Integer value)
Sets the value of the intvalue property.

Parameters:
value - allowed object is Integer

getShortvalue

public Short getShortvalue()
Gets the value of the shortvalue property.

Returns:
possible object is Short

setShortvalue

public void setShortvalue(Short value)
Sets the value of the shortvalue property.

Parameters:
value - allowed object is Short

getLongvalue

public Long getLongvalue()
Gets the value of the longvalue property.

Returns:
possible object is Long

setLongvalue

public void setLongvalue(Long value)
Sets the value of the longvalue property.

Parameters:
value - allowed object is Long

getDoublevalue

public Double getDoublevalue()
Gets the value of the doublevalue property.

Returns:
possible object is Double

setDoublevalue

public void setDoublevalue(Double value)
Sets the value of the doublevalue property.

Parameters:
value - allowed object is Double

getFloatvalue

public Float getFloatvalue()
Gets the value of the floatvalue property.

Returns:
possible object is Float

setFloatvalue

public void setFloatvalue(Float value)
Sets the value of the floatvalue property.

Parameters:
value - allowed object is Float

getBooleanvalue

public Boolean getBooleanvalue()
Gets the value of the booleanvalue property.

Returns:
possible object is Boolean

setBooleanvalue

public void setBooleanvalue(Boolean value)
Sets the value of the booleanvalue property.

Parameters:
value - allowed object is Boolean

getStringvalue

public String getStringvalue()
Gets the value of the stringvalue property.

Returns:
possible object is String

setStringvalue

public void setStringvalue(String value)
Sets the value of the stringvalue property.

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.