|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.api.generated.ValueType
public class ValueType
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 |
|---|
protected Integer intvalue
protected Short shortvalue
protected Long longvalue
protected Double doublevalue
protected Float floatvalue
protected Boolean booleanvalue
protected String stringvalue
protected String name
| Constructor Detail |
|---|
public ValueType()
| Method Detail |
|---|
public Integer getIntvalue()
Integerpublic void setIntvalue(Integer value)
value - allowed object is
Integerpublic Short getShortvalue()
Shortpublic void setShortvalue(Short value)
value - allowed object is
Shortpublic Long getLongvalue()
Longpublic void setLongvalue(Long value)
value - allowed object is
Longpublic Double getDoublevalue()
Doublepublic void setDoublevalue(Double value)
value - allowed object is
Doublepublic Float getFloatvalue()
Floatpublic void setFloatvalue(Float value)
value - allowed object is
Floatpublic Boolean getBooleanvalue()
Booleanpublic void setBooleanvalue(Boolean value)
value - allowed object is
Booleanpublic String getStringvalue()
Stringpublic void setStringvalue(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||