uk.ac.ebi.cdb.webservice
Class MeshHeadingInfo

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

public class MeshHeadingInfo
extends Object

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

majorTopicYN

protected String majorTopicYN

descriptorName

protected String descriptorName

meshQualifierList

protected MeshQualifierList meshQualifierList
Constructor Detail

MeshHeadingInfo

public MeshHeadingInfo()
Method Detail

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

getDescriptorName

public String getDescriptorName()
Gets the value of the descriptorName property.

Returns:
possible object is String

setDescriptorName

public void setDescriptorName(String value)
Sets the value of the descriptorName property.

Parameters:
value - allowed object is String

getMeshQualifierList

public MeshQualifierList getMeshQualifierList()
Gets the value of the meshQualifierList property.

Returns:
possible object is MeshQualifierList

setMeshQualifierList

public void setMeshQualifierList(MeshQualifierList value)
Sets the value of the meshQualifierList property.

Parameters:
value - allowed object is MeshQualifierList


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