uk.ac.ebi.cdb.webservice
Class MeshQualifierInfo

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.MeshQualifierInfo

public class MeshQualifierInfo
extends Object

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

abbreviation

protected String abbreviation

qualifierName

protected String qualifierName

majorTopicYN

protected String majorTopicYN
Constructor Detail

MeshQualifierInfo

public MeshQualifierInfo()
Method Detail

getAbbreviation

public String getAbbreviation()
Gets the value of the abbreviation property.

Returns:
possible object is String

setAbbreviation

public void setAbbreviation(String value)
Sets the value of the abbreviation property.

Parameters:
value - allowed object is String

getQualifierName

public String getQualifierName()
Gets the value of the qualifierName property.

Returns:
possible object is String

setQualifierName

public void setQualifierName(String value)
Sets the value of the qualifierName property.

Parameters:
value - allowed object is String

getMajorTopicYN

public String getMajorTopicYN()
Gets the value of the majorTopicYN property.

Returns:
possible object is String

setMajorTopicYN

public void setMajorTopicYN(String value)
Sets the value of the majorTopicYN property.

Parameters:
value - allowed object is String


Copyright © 2005-2013 European Bioinformatics Institute (EBI). All Rights Reserved.