uk.ac.ebi.cdb.webservice
Class CommentCorrection

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

public class CommentCorrection
extends Object

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

id

protected String id

source

protected String source

reference

protected String reference

type

protected String type

note

protected String note

orderIn

protected short orderIn
Constructor Detail

CommentCorrection

public CommentCorrection()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getReference

public String getReference()
Gets the value of the reference property.

Returns:
possible object is String

setReference

public void setReference(String value)
Sets the value of the reference property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getNote

public String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

getOrderIn

public short getOrderIn()
Gets the value of the orderIn property.


setOrderIn

public void setOrderIn(short value)
Sets the value of the orderIn property.



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