public class AbstractSetStateOperationDescriptor extends OperationDescriptor
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/draft6/pm/2016/12/08}AbstractOperationDescriptor">
<sequence>
<element name="ModifiableElement" 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> |
modifiableAttribute |
operationTargetdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractSetStateOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<String> |
getModifiableAttribute()
ModifiableElement describes a list of ATTRIBUTEs and ELEMENTs the
underlying operation modifies on invocation by means of XPath expressions.
|
int |
hashCode() |
void |
setModifiableAttribute(List<String> value) |
String |
toString() |
getOperationTarget, setOperationTargetgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypepublic List<String> getModifiableAttribute()
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 modifiableAttribute property.
For example, to add a new item, do as follows:
getModifiableAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String toString()
toString in class OperationDescriptorpublic boolean equals(Object that)
equals in class OperationDescriptorpublic int hashCode()
hashCode in class OperationDescriptorCopyright © 2017. All rights reserved.