|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oslc.asset.internal.Assets
public class Assets
Java class for Assets complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assets">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="home" type="{http://open-services.net/xmlns/asset/1.0/}Home" maxOccurs="unbounded" minOccurs="0"/>
<element name="factory" type="{http://open-services.net/xmlns/asset/1.0/}Factory" maxOccurs="unbounded" minOccurs="0"/>
<element name="simpleQuery" type="{http://open-services.net/xmlns/asset/1.0/}SimpleQuery" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Dialog> |
creationDialog
|
protected java.util.List<Factory> |
factory
|
protected Home |
home
|
protected java.util.List<Dialog> |
selectionDialog
|
protected java.util.List<SimpleQuery> |
simpleQuery
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
Assets()
|
|
| Method Summary | |
|---|---|
java.util.List<Dialog> |
getCreationDialog()
Gets the creation dialogs property. |
java.util.List<Factory> |
getFactory()
Gets the value of the factory property. |
Home |
getHome()
Gets the value of the home property. |
java.util.List<Dialog> |
getSelectionDialog()
Gets the selection dialogs property. |
java.util.List<SimpleQuery> |
getSimpleQuery()
Gets the value of the simpleQuery property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setHome(Home value)
Sets the value of the home property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Home home
protected java.util.List<Factory> factory
protected java.util.List<SimpleQuery> simpleQuery
protected java.lang.String version
protected java.util.List<Dialog> selectionDialog
protected java.util.List<Dialog> creationDialog
| Constructor Detail |
|---|
public Assets()
| Method Detail |
|---|
public Home getHome()
Assetspublic void setHome(Home value)
value - allowed object is
Assetspublic java.util.List<Factory> getFactory()
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 factory property.
For example, to add a new item, do as follows:
getFactory().add(newItem);
Objects of the following type(s) are allowed in the list
Factory
public java.util.List<SimpleQuery> getSimpleQuery()
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 simpleQuery property.
For example, to add a new item, do as follows:
getSimpleQuery().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleQuery
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Dialog> getSelectionDialog()
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 factory property.
For example, to add a new dialog, do as follows:
getSelectionDialog().add(newItem);
Objects of the following type(s) are allowed in the list
Dialog
public java.util.List<Dialog> getCreationDialog()
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 factory property.
For example, to add a new dialog, do as follows:
getCreationDialog().add(newItem);
Objects of the following type(s) are allowed in the list
Dialog
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||