public class Part extends Object implements Serializable
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>
<element name="bundleId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bundleVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="partCapabilities" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="capability" type="{http://www.universaal.org/aal-uapp/v1.0.2}capabilityType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="partRequirements" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requirement" type="{http://www.universaal.org/aal-uapp/v1.0.2}reqType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.universaal.org/aal-uapp/v1.0.2}deploymentUnit" maxOccurs="unbounded"/>
<element ref="{http://www.universaal.org/aal-uapp/v1.0.2}executionUnit" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="partId" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Part.PartCapabilities
Java class for anonymous complex type.
|
static class |
Part.PartRequirements
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundleId |
protected String |
bundleVersion |
protected List<DeploymentUnit> |
deploymentUnit |
protected List<ExecutionUnit> |
executionUnit |
protected Part.PartCapabilities |
partCapabilities |
protected String |
partId |
protected Part.PartRequirements |
partRequirements |
| Constructor and Description |
|---|
Part() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleId()
Gets the value of the bundleId property.
|
String |
getBundleVersion()
Gets the value of the bundleVersion property.
|
List<DeploymentUnit> |
getDeploymentUnit()
Gets the value of the deploymentUnit property.
|
List<ExecutionUnit> |
getExecutionUnit()
Gets the value of the executionUnit property.
|
Part.PartCapabilities |
getPartCapabilities()
Gets the value of the partCapabilities property.
|
String |
getPartId()
Gets the value of the partId property.
|
Part.PartRequirements |
getPartRequirements()
Gets the value of the partRequirements property.
|
boolean |
isSetBundleId() |
boolean |
isSetBundleVersion() |
boolean |
isSetDeploymentUnit() |
boolean |
isSetExecutionUnit() |
boolean |
isSetPartCapabilities() |
boolean |
isSetPartId() |
boolean |
isSetPartRequirements() |
void |
setBundleId(String value)
Sets the value of the bundleId property.
|
void |
setBundleVersion(String value)
Sets the value of the bundleVersion property.
|
void |
setPartCapabilities(Part.PartCapabilities value)
Sets the value of the partCapabilities property.
|
void |
setPartId(String value)
Sets the value of the partId property.
|
void |
setPartRequirements(Part.PartRequirements value)
Sets the value of the partRequirements property.
|
void |
unsetDeploymentUnit() |
void |
unsetExecutionUnit() |
protected String bundleId
protected String bundleVersion
protected Part.PartCapabilities partCapabilities
protected Part.PartRequirements partRequirements
protected List<DeploymentUnit> deploymentUnit
protected List<ExecutionUnit> executionUnit
protected String partId
public String getBundleId()
Stringpublic void setBundleId(String value)
value - allowed object is Stringpublic boolean isSetBundleId()
public String getBundleVersion()
Stringpublic void setBundleVersion(String value)
value - allowed object is Stringpublic boolean isSetBundleVersion()
public Part.PartCapabilities getPartCapabilities()
Part.PartCapabilitiespublic void setPartCapabilities(Part.PartCapabilities value)
value - allowed object is Part.PartCapabilitiespublic boolean isSetPartCapabilities()
public Part.PartRequirements getPartRequirements()
Part.PartRequirementspublic void setPartRequirements(Part.PartRequirements value)
value - allowed object is Part.PartRequirementspublic boolean isSetPartRequirements()
public List<DeploymentUnit> getDeploymentUnit()
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 deploymentUnit property.
For example, to add a new item, do as follows:
getDeploymentUnit().add(newItem);
Objects of the following type(s) are allowed in the list
DeploymentUnit
public boolean isSetDeploymentUnit()
public void unsetDeploymentUnit()
public List<ExecutionUnit> getExecutionUnit()
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 executionUnit property.
For example, to add a new item, do as follows:
getExecutionUnit().add(newItem);
Objects of the following type(s) are allowed in the list
ExecutionUnit
public boolean isSetExecutionUnit()
public void unsetExecutionUnit()
public String getPartId()
Stringpublic void setPartId(String value)
value - allowed object is Stringpublic boolean isSetPartId()
Copyright © 2018 universAAL Consortium. All rights reserved.