public class Package extends NamedElement
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://plasma.org/metamodel}NamedElement">
<sequence>
<element ref="{http://plasma.org/metamodel}Documentation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}NamespaceProvisioning" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Class" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Enumeration" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Package" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Class> |
clazzs |
protected List<Documentation> |
documentations |
protected List<Enumeration> |
enumerations |
protected NamespaceProvisioning |
namespaceProvisioning |
protected List<Package> |
packages |
protected String |
uri |
alias, derivation, name| Constructor and Description |
|---|
Package() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
NamespaceProvisioning |
getNamespaceProvisioning()
Gets the value of the namespaceProvisioning property.
|
List<Package> |
getPackages()
Gets the value of the packages property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setNamespaceProvisioning(NamespaceProvisioning value)
Sets the value of the namespaceProvisioning property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getAlias, getDerivation, getName, setAlias, setDerivation, setNameprotected List<Documentation> documentations
protected NamespaceProvisioning namespaceProvisioning
protected List<Enumeration> enumerations
protected String uri
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 NamespaceProvisioning getNamespaceProvisioning()
NamespaceProvisioningpublic void setNamespaceProvisioning(NamespaceProvisioning value)
value - allowed object is
NamespaceProvisioningpublic 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 List<Package> getPackages()
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 packages property.
For example, to add a new item, do as follows:
getPackages().add(newItem);
Objects of the following type(s) are allowed in the list
Package
public String getUri()
StringCopyright © 2019. All rights reserved.