public class ScoDescriptor extends AbstractDeviceComponentDescriptor
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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
<sequence>
<element name="Operation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractOperationDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractOperationDescriptor> |
operation |
productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ScoDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractOperationDescriptor> |
getOperation()
Gets the value of the operation property.
|
int |
hashCode() |
void |
setOperation(List<AbstractOperationDescriptor> value) |
String |
toString() |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<AbstractOperationDescriptor> operation
public List<AbstractOperationDescriptor> getOperation()
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 operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractOperationDescriptor
public void setOperation(List<AbstractOperationDescriptor> value)
public String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorCopyright © 2018. All rights reserved.