|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.jcu.hpc.srb.mcatext.events.PathList
public class PathList
Java class for pathList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pathList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="collections" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="objects" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<SrbObject> |
collections
|
protected java.util.List<SrbObject> |
objects
|
protected java.lang.String |
path
|
| Constructor Summary | |
|---|---|
PathList()
|
|
| Method Summary | |
|---|---|
java.util.List<SrbObject> |
getCollections()
Gets the value of the collections property. |
java.util.List<SrbObject> |
getObjects()
Gets the value of the objects property. |
java.lang.String |
getPath()
Gets the value of the path property. |
void |
setPath(java.lang.String value)
Sets the value of the path property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String path
protected java.util.List<SrbObject> collections
protected java.util.List<SrbObject> objects
| Constructor Detail |
|---|
public PathList()
| Method Detail |
|---|
public java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<SrbObject> getCollections()
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 collections property.
For example, to add a new item, do as follows:
getCollections().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<SrbObject> getObjects()
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 objects property.
For example, to add a new item, do as follows:
getObjects().add(newItem);
Objects of the following type(s) are allowed in the list
Objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||