uk.ac.ebi.ebinocle.webservice
Class ArrayOfDomainDescription

java.lang.Object
  extended by uk.ac.ebi.ebinocle.webservice.ArrayOfDomainDescription

public class ArrayOfDomainDescription
extends Object

Java class for ArrayOfDomainDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayOfDomainDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DomainDescription" type="{http://webservice.ebinocle.ebi.ac.uk}DomainDescription" maxOccurs="unbounded" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DomainDescription> domainDescription
           
 
Constructor Summary
ArrayOfDomainDescription()
           
 
Method Summary
 List<DomainDescription> getDomainDescription()
          Gets the value of the domainDescription property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domainDescription

protected List<DomainDescription> domainDescription
Constructor Detail

ArrayOfDomainDescription

public ArrayOfDomainDescription()
Method Detail

getDomainDescription

public List<DomainDescription> getDomainDescription()
Gets the value of the domainDescription 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 domainDescription property.

For example, to add a new item, do as follows:

    getDomainDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DomainDescription



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