|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.ViewableType
public class ViewableType
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 |
|---|
protected List<Object> content
protected ViewType view
| Constructor Detail |
|---|
public ViewableType()
| Method Detail |
|---|
public List<Object> getContent()
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
public ViewType getView()
ViewTypepublic void setView(ViewType value)
value - allowed object is
ViewType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||