|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.GetSupplementaryFiles
public class GetSupplementaryFiles
Java class for getSupplementaryFiles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getSupplementaryFiles"> <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="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
email
|
protected String |
id
|
protected String |
source
|
Constructor Summary | |
---|---|
GetSupplementaryFiles()
|
Method Summary | |
---|---|
String |
getEmail()
Gets the value of the email property. |
String |
getId()
Gets the value of the id property. |
String |
getSource()
Gets the value of the source property. |
void |
setEmail(String value)
Sets the value of the email property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setSource(String value)
Sets the value of the source 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 email
Constructor Detail |
---|
public GetSupplementaryFiles()
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 getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |