|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.ProfileListBean
public class ProfileListBean
Java class for profileListBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileListBean"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pubType" type="{http://webservice.cdb.ebi.ac.uk/}profile" maxOccurs="unbounded" minOccurs="0"/> <element name="source" type="{http://webservice.cdb.ebi.ac.uk/}profile" maxOccurs="unbounded" minOccurs="0"/> <element name="subset" type="{http://webservice.cdb.ebi.ac.uk/}profile" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Profile> |
pubType
|
protected List<Profile> |
source
|
protected List<Profile> |
subset
|
Constructor Summary | |
---|---|
ProfileListBean()
|
Method Summary | |
---|---|
List<Profile> |
getPubType()
Gets the value of the pubType property. |
List<Profile> |
getSource()
Gets the value of the source property. |
List<Profile> |
getSubset()
Gets the value of the subset property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Profile> pubType
protected List<Profile> source
protected List<Profile> subset
Constructor Detail |
---|
public ProfileListBean()
Method Detail |
---|
public List<Profile> getPubType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the pubType property.
For example, to add a new item, do as follows:
getPubType().add(newItem);
Objects of the following type(s) are allowed in the list
Profile
public List<Profile> getSource()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the source property.
For example, to add a new item, do as follows:
getSource().add(newItem);
Objects of the following type(s) are allowed in the list
Profile
public List<Profile> getSubset()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the subset property.
For example, to add a new item, do as follows:
getSubset().add(newItem);
Objects of the following type(s) are allowed in the list
Profile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |