|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.Element
org.plasma.provisioning.NamedElement
org.plasma.provisioning.Package
public class Package
A provisioning package
Java class for Package complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Package">
<complexContent>
<extension base="{http://www.servicelabs.org/plasma/provisioning}NamedElement">
<sequence>
<element ref="{http://www.servicelabs.org/plasma/provisioning}Documentation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}Class" maxOccurs="unbounded"/>
<element ref="{http://www.servicelabs.org/plasma/provisioning}Enumeration" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Class> |
clazzs
|
protected List<Documentation> |
documentations
|
protected List<Enumeration> |
enumerations
|
protected String |
uri
|
| Fields inherited from class org.plasma.provisioning.NamedElement |
|---|
alias, derivation, name |
| Fields inherited from class org.plasma.provisioning.Element |
|---|
id |
| Constructor Summary | |
|---|---|
Package()
|
|
| Method Summary | |
|---|---|
List<Class> |
getClazzs()
Gets the value of the clazzs property. |
List<Documentation> |
getDocumentations()
Gets the value of the documentations property. |
List<Enumeration> |
getEnumerations()
Gets the value of the enumerations property. |
String |
getUri()
Gets the value of the uri property. |
void |
setUri(String value)
Sets the value of the uri property. |
| Methods inherited from class org.plasma.provisioning.NamedElement |
|---|
getAlias, getDerivation, getName, setAlias, setDerivation, setName |
| Methods inherited from class org.plasma.provisioning.Element |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Documentation> documentations
protected List<Class> clazzs
protected List<Enumeration> enumerations
protected String uri
| Constructor Detail |
|---|
public Package()
| Method Detail |
|---|
public List<Documentation> getDocumentations()
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 documentations property.
For example, to add a new item, do as follows:
getDocumentations().add(newItem);
Objects of the following type(s) are allowed in the list
Documentation
public List<Class> getClazzs()
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 clazzs property.
For example, to add a new item, do as follows:
getClazzs().add(newItem);
Objects of the following type(s) are allowed in the list
Class
public List<Enumeration> getEnumerations()
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 enumerations property.
For example, to add a new item, do as follows:
getEnumerations().add(newItem);
Objects of the following type(s) are allowed in the list
Enumeration
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||