|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.services.icat.ws.GetAllParameterByTypeRequestType
public class GetAllParameterByTypeRequestType
Java class for GetAllParameterByTypeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAllParameterByTypeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isSampleParameter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isDataSetParameter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isDataFileParameter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
isDataFileParameter
|
protected boolean |
isDataSetParameter
|
protected boolean |
isSampleParameter
|
| Constructor Summary | |
|---|---|
GetAllParameterByTypeRequestType()
|
|
| Method Summary | |
|---|---|
boolean |
isIsDataFileParameter()
Gets the value of the isDataFileParameter property. |
boolean |
isIsDataSetParameter()
Gets the value of the isDataSetParameter property. |
boolean |
isIsSampleParameter()
Gets the value of the isSampleParameter property. |
boolean |
isSetIsDataFileParameter()
|
boolean |
isSetIsDataSetParameter()
|
boolean |
isSetIsSampleParameter()
|
void |
setIsDataFileParameter(boolean value)
Sets the value of the isDataFileParameter property. |
void |
setIsDataSetParameter(boolean value)
Sets the value of the isDataSetParameter property. |
void |
setIsSampleParameter(boolean value)
Sets the value of the isSampleParameter property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean isSampleParameter
protected boolean isDataSetParameter
protected boolean isDataFileParameter
| Constructor Detail |
|---|
public GetAllParameterByTypeRequestType()
| Method Detail |
|---|
public boolean isIsSampleParameter()
public void setIsSampleParameter(boolean value)
public boolean isSetIsSampleParameter()
public boolean isIsDataSetParameter()
public void setIsDataSetParameter(boolean value)
public boolean isSetIsDataSetParameter()
public boolean isIsDataFileParameter()
public void setIsDataFileParameter(boolean value)
public boolean isSetIsDataFileParameter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||