|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.services.icat.ws.GetDataSetParameterByIdRequest
public class GetDataSetParameterByIdRequest
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 name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="units" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataSetID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
dataSetID
|
protected java.lang.String |
name
|
protected java.lang.String |
units
|
| Constructor Summary | |
|---|---|
GetDataSetParameterByIdRequest()
|
|
| Method Summary | |
|---|---|
int |
getDataSetID()
Gets the value of the dataSetID property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getUnits()
Gets the value of the units property. |
boolean |
isSetDataSetID()
|
boolean |
isSetName()
|
boolean |
isSetUnits()
|
void |
setDataSetID(int value)
Sets the value of the dataSetID property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setUnits(java.lang.String value)
Sets the value of the units property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String units
protected int dataSetID
| Constructor Detail |
|---|
public GetDataSetParameterByIdRequest()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUnits()
public int getDataSetID()
public void setDataSetID(int value)
public boolean isSetDataSetID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||