uk.ac.ebi.cdb.webservice
Class ProfileListBean

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

public class ProfileListBean
extends Object

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

pubType

protected List<Profile> pubType

source

protected List<Profile> source

subset

protected List<Profile> subset
Constructor Detail

ProfileListBean

public ProfileListBean()
Method Detail

getPubType

public List<Profile> getPubType()
Gets the value of the pubType property.

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


getSource

public List<Profile> getSource()
Gets the value of the source property.

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


getSubset

public List<Profile> getSubset()
Gets the value of the subset property.

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



Copyright © 2005-2013 European Bioinformatics Institute (EBI). All Rights Reserved.