|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.services.icat.ws.GetSampleParameterByIdRequest
public class GetSampleParameterByIdRequest
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="sampleID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected int |
sampleID
|
protected java.lang.String |
units
|
| Constructor Summary | |
|---|---|
GetSampleParameterByIdRequest()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
int |
getSampleID()
Gets the value of the sampleID property. |
java.lang.String |
getUnits()
Gets the value of the units property. |
boolean |
isSetName()
|
boolean |
isSetSampleID()
|
boolean |
isSetUnits()
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSampleID(int value)
Sets the value of the sampleID 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 sampleID
| Constructor Detail |
|---|
public GetSampleParameterByIdRequest()
| 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 getSampleID()
public void setSampleID(int value)
public boolean isSetSampleID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||