public class SCODescriptor extends Descriptor
| Modifier and Type | Field and Description |
|---|---|
protected List<OperationDescriptor> |
operations |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
SCODescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<OperationDescriptor> |
getOperations()
A list of operations that are provided by the SCO.Gets the value of the operations property.
|
int |
hashCode() |
void |
setOperations(List<OperationDescriptor> value) |
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, 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)
public String toString()
toString in class Descriptorpublic boolean equals(Object that)
equals in class Descriptorpublic int hashCode()
hashCode in class DescriptorCopyright © 2017. All rights reserved.