uk.ac.ebi.cdb.webservice
Class GrantInfo

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

public class GrantInfo
extends Object

Java class for grantInfo complex type.

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

 <complexType name="grantInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="grantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="agency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="acronym" 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 acronym
           
protected  String agency
           
protected  String grantId
           
protected  short orderIn
           
 
Constructor Summary
GrantInfo()
           
 
Method Summary
 String getAcronym()
          Gets the value of the acronym property.
 String getAgency()
          Gets the value of the agency property.
 String getGrantId()
          Gets the value of the grantId property.
 short getOrderIn()
          Gets the value of the orderIn property.
 void setAcronym(String value)
          Sets the value of the acronym property.
 void setAgency(String value)
          Sets the value of the agency property.
 void setGrantId(String value)
          Sets the value of the grantId property.
 void setOrderIn(short value)
          Sets the value of the orderIn property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grantId

protected String grantId

agency

protected String agency

acronym

protected String acronym

orderIn

protected short orderIn
Constructor Detail

GrantInfo

public GrantInfo()
Method Detail

getGrantId

public String getGrantId()
Gets the value of the grantId property.

Returns:
possible object is String

setGrantId

public void setGrantId(String value)
Sets the value of the grantId property.

Parameters:
value - allowed object is String

getAgency

public String getAgency()
Gets the value of the agency property.

Returns:
possible object is String

setAgency

public void setAgency(String value)
Sets the value of the agency property.

Parameters:
value - allowed object is String

getAcronym

public String getAcronym()
Gets the value of the acronym property.

Returns:
possible object is String

setAcronym

public void setAcronym(String value)
Sets the value of the acronym 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.