public class DeviceComponent extends Descriptor
Java-Klasse für AbstractDeviceComponent complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractDeviceComponent">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractDescriptor">
<sequence>
<element name="ProductionSpecification" type="{http://domain-model-uri/15/04}ProductionSpecification" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ProductionSpecification> |
productionSpecification |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
DeviceComponent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductionSpecification> |
getProductionSpecification()
Gets the value of the productionSpecification property.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.util.List<ProductionSpecification> productionSpecification
public java.util.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