|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.ExtComment
public class ExtComment
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 |
---|
protected String extCommentSource
protected String info1
protected String info2
Constructor Detail |
---|
public ExtComment()
Method Detail |
---|
public String getExtCommentSource()
String
public void setExtCommentSource(String value)
value
- allowed object is
String
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |