uk.ac.ebi.cdb.webservice
Class DbCrossReferenceInfo

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

public class DbCrossReferenceInfo
extends Object

Java class for dbCrossReferenceInfo complex type.

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

 <complexType name="dbCrossReferenceInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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"/>
         <element name="info3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="info4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String info1
           
protected  String info2
           
protected  String info3
           
protected  String info4
           
 
Constructor Summary
DbCrossReferenceInfo()
           
 
Method Summary
 String getInfo1()
          Gets the value of the info1 property.
 String getInfo2()
          Gets the value of the info2 property.
 String getInfo3()
          Gets the value of the info3 property.
 String getInfo4()
          Gets the value of the info4 property.
 void setInfo1(String value)
          Sets the value of the info1 property.
 void setInfo2(String value)
          Sets the value of the info2 property.
 void setInfo3(String value)
          Sets the value of the info3 property.
 void setInfo4(String value)
          Sets the value of the info4 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info1

protected String info1

info2

protected String info2

info3

protected String info3

info4

protected String info4
Constructor Detail

DbCrossReferenceInfo

public DbCrossReferenceInfo()
Method Detail

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

getInfo3

public String getInfo3()
Gets the value of the info3 property.

Returns:
possible object is String

setInfo3

public void setInfo3(String value)
Sets the value of the info3 property.

Parameters:
value - allowed object is String

getInfo4

public String getInfo4()
Gets the value of the info4 property.

Returns:
possible object is String

setInfo4

public void setInfo4(String value)
Sets the value of the info4 property.

Parameters:
value - allowed object is String


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