|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.GrantInfo
public class GrantInfo
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 |
---|
protected String grantId
protected String agency
protected String acronym
protected short orderIn
Constructor Detail |
---|
public GrantInfo()
Method Detail |
---|
public String getGrantId()
String
public void setGrantId(String value)
value
- allowed object is
String
public String getAgency()
String
public void setAgency(String value)
value
- allowed object is
String
public String getAcronym()
String
public void setAcronym(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 |