public class SCODescriptor extends DeviceComponent
Java class for SCODescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SCODescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractDeviceComponent">
<sequence>
<element name="Operation" type="{http://domain-model-uri/15/04}AbstractOperationDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OperationDescriptor> |
operations |
productionSpecificationdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
SCODescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<OperationDescriptor> |
getOperations()
Gets the value of the operations property.
|
void |
setOperations(List<OperationDescriptor> value) |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected List<OperationDescriptor> operations
public List<OperationDescriptor> getOperations()
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 operations property.
For example, to add a new item, do as follows:
getOperations().add(newItem);
Objects of the following type(s) are allowed in the list
OperationDescriptor
public void setOperations(List<OperationDescriptor> value)
Copyright © 2016. All rights reserved.