|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.CommentCorrection
public class CommentCorrection
Java class for commentCorrection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="commentCorrection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orderIn" type="{http://www.w3.org/2001/XMLSchema}short"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
id
|
protected String |
note
|
protected short |
orderIn
|
protected String |
reference
|
protected String |
source
|
protected String |
type
|
Constructor Summary | |
---|---|
CommentCorrection()
|
Method Summary | |
---|---|
String |
getId()
Gets the value of the id property. |
String |
getNote()
Gets the value of the note property. |
short |
getOrderIn()
Gets the value of the orderIn property. |
String |
getReference()
Gets the value of the reference property. |
String |
getSource()
Gets the value of the source property. |
String |
getType()
Gets the value of the type property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setNote(String value)
Sets the value of the note property. |
void |
setOrderIn(short value)
Sets the value of the orderIn property. |
void |
setReference(String value)
Sets the value of the reference property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String id
protected String source
protected String reference
protected String type
protected String note
protected short orderIn
Constructor Detail |
---|
public CommentCorrection()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getReference()
String
public void setReference(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public short getOrderIn()
public void setOrderIn(short value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |