uk.ac.ebi.cdb.webservice
Class ExtComment

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

public class ExtComment
extends Object

Java class for extComment complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="extComment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extCommentSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="info1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="info2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String extCommentSource
           
protected  String info1
           
protected  String info2
           
 
Constructor Summary
ExtComment()
           
 
Method Summary
 String getExtCommentSource()
          Gets the value of the extCommentSource property.
 String getInfo1()
          Gets the value of the info1 property.
 String getInfo2()
          Gets the value of the info2 property.
 void setExtCommentSource(String value)
          Sets the value of the extCommentSource property.
 void setInfo1(String value)
          Sets the value of the info1 property.
 void setInfo2(String value)
          Sets the value of the info2 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extCommentSource

protected String extCommentSource

info1

protected String info1

info2

protected String info2
Constructor Detail

ExtComment

public ExtComment()
Method Detail

getExtCommentSource

public String getExtCommentSource()
Gets the value of the extCommentSource property.

Returns:
possible object is String

setExtCommentSource

public void setExtCommentSource(String value)
Sets the value of the extCommentSource property.

Parameters:
value - allowed object is String

getInfo1

public String getInfo1()
Gets the value of the info1 property.

Returns:
possible object is String

setInfo1

public void setInfo1(String value)
Sets the value of the info1 property.

Parameters:
value - allowed object is String

getInfo2

public String getInfo2()
Gets the value of the info2 property.

Returns:
possible object is String

setInfo2

public void setInfo2(String value)
Sets the value of the info2 property.

Parameters:
value - allowed object is String


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