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