|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.ebinocle.webservice.EntryReferences
public class EntryReferences
Java class for EntryReferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntryReferences"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" form="qualified"/> <element name="references" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfArrayOfString" minOccurs="0" form="qualified"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected javax.xml.bind.JAXBElement<String> |
entry
|
protected javax.xml.bind.JAXBElement<ArrayOfArrayOfString> |
references
|
Constructor Summary | |
---|---|
EntryReferences()
|
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<String> |
getEntry()
Gets the value of the entry property. |
javax.xml.bind.JAXBElement<ArrayOfArrayOfString> |
getReferences()
Gets the value of the references property. |
void |
setEntry(javax.xml.bind.JAXBElement<String> value)
Sets the value of the entry property. |
void |
setReferences(javax.xml.bind.JAXBElement<ArrayOfArrayOfString> value)
Sets the value of the references property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.bind.JAXBElement<String> entry
protected javax.xml.bind.JAXBElement<ArrayOfArrayOfString> references
Constructor Detail |
---|
public EntryReferences()
Method Detail |
---|
public javax.xml.bind.JAXBElement<String> getEntry()
JAXBElement
<
String
>
public void setEntry(javax.xml.bind.JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
public javax.xml.bind.JAXBElement<ArrayOfArrayOfString> getReferences()
JAXBElement
<
ArrayOfArrayOfString
>
public void setReferences(javax.xml.bind.JAXBElement<ArrayOfArrayOfString> value)
value
- allowed object is
JAXBElement
<
ArrayOfArrayOfString
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |