|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.services.icat.ws.GetDataFileByNameRequestType
public class GetDataFileByNameRequestType
Java class for GetDataFileByNameRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetDataFileByNameRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="studyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="investigationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataSetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataFileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
dataFileName
|
protected java.lang.String |
dataSetName
|
protected java.lang.String |
investigationName
|
protected java.lang.String |
studyName
|
| Constructor Summary | |
|---|---|
GetDataFileByNameRequestType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDataFileName()
Gets the value of the dataFileName property. |
java.lang.String |
getDataSetName()
Gets the value of the dataSetName property. |
java.lang.String |
getInvestigationName()
Gets the value of the investigationName property. |
java.lang.String |
getStudyName()
Gets the value of the studyName property. |
boolean |
isSetDataFileName()
|
boolean |
isSetDataSetName()
|
boolean |
isSetInvestigationName()
|
boolean |
isSetStudyName()
|
void |
setDataFileName(java.lang.String value)
Sets the value of the dataFileName property. |
void |
setDataSetName(java.lang.String value)
Sets the value of the dataSetName property. |
void |
setInvestigationName(java.lang.String value)
Sets the value of the investigationName property. |
void |
setStudyName(java.lang.String value)
Sets the value of the studyName 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 studyName
protected java.lang.String investigationName
protected java.lang.String dataSetName
protected java.lang.String dataFileName
| Constructor Detail |
|---|
public GetDataFileByNameRequestType()
| Method Detail |
|---|
public java.lang.String getStudyName()
Stringpublic void setStudyName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetStudyName()
public java.lang.String getInvestigationName()
Stringpublic void setInvestigationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetInvestigationName()
public java.lang.String getDataSetName()
Stringpublic void setDataSetName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDataSetName()
public java.lang.String getDataFileName()
Stringpublic void setDataFileName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDataFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||