|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.DbCrossReferenceInfo
public class DbCrossReferenceInfo
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 |
---|
protected String info1
protected String info2
protected String info3
protected String info4
Constructor Detail |
---|
public DbCrossReferenceInfo()
Method Detail |
---|
public String getInfo1()
String
public void setInfo1(String value)
value
- allowed object is
String
public String getInfo2()
String
public void setInfo2(String value)
value
- allowed object is
String
public String getInfo3()
String
public void setInfo3(String value)
value
- allowed object is
String
public String getInfo4()
String
public void setInfo4(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |