|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.MeshHeadingInfo
public class MeshHeadingInfo
Java class for meshHeadingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="meshHeadingInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="majorTopic_YN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="descriptorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="meshQualifierList" type="{http://webservice.cdb.ebi.ac.uk/}meshQualifierList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
descriptorName
|
protected String |
majorTopicYN
|
protected MeshQualifierList |
meshQualifierList
|
Constructor Summary | |
---|---|
MeshHeadingInfo()
|
Method Summary | |
---|---|
String |
getDescriptorName()
Gets the value of the descriptorName property. |
String |
getMajorTopicYN()
Gets the value of the majorTopicYN property. |
MeshQualifierList |
getMeshQualifierList()
Gets the value of the meshQualifierList property. |
void |
setDescriptorName(String value)
Sets the value of the descriptorName property. |
void |
setMajorTopicYN(String value)
Sets the value of the majorTopicYN property. |
void |
setMeshQualifierList(MeshQualifierList value)
Sets the value of the meshQualifierList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String majorTopicYN
protected String descriptorName
protected MeshQualifierList meshQualifierList
Constructor Detail |
---|
public MeshHeadingInfo()
Method Detail |
---|
public String getMajorTopicYN()
String
public void setMajorTopicYN(String value)
value
- allowed object is
String
public String getDescriptorName()
String
public void setDescriptorName(String value)
value
- allowed object is
String
public MeshQualifierList getMeshQualifierList()
MeshQualifierList
public void setMeshQualifierList(MeshQualifierList value)
value
- allowed object is
MeshQualifierList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |