uk.ac.ebi.intenz.xml.jaxb
Class ViewableType

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.ViewableType
Direct Known Subclasses:
CofactorType, EnzymeNameType, LinkType, ReactionType

public class ViewableType
extends Object

Data which is only visible in some databases.

Java class for viewableType complex type.

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

 <complexType name="viewableType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.ebi.ac.uk/intenz}viewAtrGrp"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> content
           
protected  ViewType view
           
 
Constructor Summary
ViewableType()
           
 
Method Summary
 List<Object> getContent()
          Data which is only visible in some databases.Gets the value of the content property.
 ViewType getView()
          Gets the value of the view property.
 void setView(ViewType value)
          Sets the value of the view property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<Object> content

view

protected ViewType view
Constructor Detail

ViewableType

public ViewableType()
Method Detail

getContent

public List<Object> getContent()
Data which is only visible in some databases.Gets the value of the content 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 content property.

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

    getContent().add(newItem);
 

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


getView

public ViewType getView()
Gets the value of the view property.

Returns:
possible object is ViewType

setView

public void setView(ViewType value)
Sets the value of the view property.

Parameters:
value - allowed object is ViewType


Copyright © 2013 EMBL-EBI. All Rights Reserved.