public class SCODescriptor extends DeviceComponent
Java-Klasse für SCODescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.util.List<OperationDescriptor> |
operations |
productionSpecificationdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
SCODescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OperationDescriptor> |
getOperations()
Gets the value of the operations property.
|
getProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.util.List<OperationDescriptor> operations
public java.util.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