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 java.util.List<AbstractOperationDescriptor> |
operation |
productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ScoDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AbstractOperationDescriptor> |
getOperation()
Gets the value of the operation property.
|
int |
hashCode() |
void |
setOperation(java.util.List<AbstractOperationDescriptor> value) |
java.lang.String |
toString() |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<AbstractOperationDescriptor> operation
public java.util.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 java.lang.String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorpublic void setOperation(java.util.List<AbstractOperationDescriptor> value)