public class AbstractSetStateOperationDescriptor extends AbstractOperationDescriptor
Java class for AbstractSetStateOperationDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSetStateOperationDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}AbstractOperationDescriptor">
<sequence>
<element name="ModifiableData" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
modifiableData |
accessLevel, invocationEffectiveTimeout, maxTimeToFinish, operationTarget, retriggerabledescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractSetStateOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<String> |
getModifiableData()
Gets the value of the modifiableData property.
|
int |
hashCode() |
void |
setModifiableData(List<String> value) |
String |
toString() |
getAccessLevel, getInvocationEffectiveTimeout, getMaxTimeToFinish, getOperationTarget, getRetriggerable, setAccessLevel, setInvocationEffectiveTimeout, setMaxTimeToFinish, setOperationTarget, setRetriggerablegetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypepublic List<String> getModifiableData()
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 modifiableData property.
For example, to add a new item, do as follows:
getModifiableData().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String toString()
toString in class AbstractOperationDescriptorpublic boolean equals(Object that)
equals in class AbstractOperationDescriptorpublic int hashCode()
hashCode in class AbstractOperationDescriptorCopyright © 2018. All rights reserved.