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()
String
public void setBundleId(String value)
value
- allowed object is String
public boolean isSetBundleId()
public String getBundleVersion()
String
public void setBundleVersion(String value)
value
- allowed object is String
public boolean isSetBundleVersion()
public Part.PartCapabilities getPartCapabilities()
Part.PartCapabilities
public void setPartCapabilities(Part.PartCapabilities value)
value
- allowed object is Part.PartCapabilities
public boolean isSetPartCapabilities()
public Part.PartRequirements getPartRequirements()
Part.PartRequirements
public void setPartRequirements(Part.PartRequirements value)
value
- allowed object is Part.PartRequirements
public 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()
String
public void setPartId(String value)
value
- allowed object is String
public boolean isSetPartId()
Copyright © 2018 universAAL Consortium. All rights reserved.