public class DeviceComponent extends Descriptor
| Modifier and Type | Field and Description |
|---|---|
protected List<ProductionSpecification> |
productionSpecification |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
DeviceComponent() |
| Modifier and Type | Method and Description |
|---|---|
List<ProductionSpecification> |
getProductionSpecification()
Gets the value of the productionSpecification property.
|
void |
setProductionSpecification(List<ProductionSpecification> value) |
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected List<ProductionSpecification> productionSpecification
public List<ProductionSpecification> getProductionSpecification()
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 productionSpecification property.
For example, to add a new item, do as follows:
getProductionSpecification().add(newItem);
Objects of the following type(s) are allowed in the list
ProductionSpecification
public void setProductionSpecification(List<ProductionSpecification> value)
Copyright © 2016. All rights reserved.