net.sf.csutils.core.model.vo
Class ROType.Attributes
java.lang.Object
net.sf.csutils.core.model.vo.ROType.Attributes
- Enclosing class:
- ROType
public static class ROType.Attributes
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="attribute" type="{http://namespaces.csutils.sf.net/model}ROSlot"/>
<element name="relation" type="{http://namespaces.csutils.sf.net/model}RORelation"/>
<element name="classification" type="{http://namespaces.csutils.sf.net/model}ROClassification"/>
<element name="file" type="{http://namespaces.csutils.sf.net/model}ROFile"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeOrRelationOrClassification
protected java.util.List<ROAttribute> attributeOrRelationOrClassification
ROType.Attributes
public ROType.Attributes()
getAttributeOrRelationOrClassification
public java.util.List<ROAttribute> getAttributeOrRelationOrClassification()
- Gets the value of the attributeOrRelationOrClassification 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 attributeOrRelationOrClassification property.
For example, to add a new item, do as follows:
getAttributeOrRelationOrClassification().add(newItem);
Objects of the following type(s) are allowed in the list
ROFile
ROSlot
RORelation
ROClassification
Copyright © 2009-2011. All Rights Reserved.