public class OperationDescriptor extends Descriptor
| Modifier and Type | Field and Description |
|---|---|
protected List<CodedValue> |
modifiableAttribute |
protected String |
operationTarget |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
OperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<CodedValue> |
getModifiableAttribute()
ModifiableElement describes a list of attributes the underlying operation is able affect.Gets the value of the modifiableAttribute property.
|
String |
getOperationTarget()
Gets the value of the operationTarget property.
|
void |
setModifiableAttribute(List<CodedValue> value) |
void |
setOperationTarget(String value)
Sets the value of the operationTarget property.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected List<CodedValue> modifiableAttribute
protected String operationTarget
public List<CodedValue> 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
CodedValue
public String getOperationTarget()
Stringpublic void setOperationTarget(String value)
value - allowed object is
Stringpublic void setModifiableAttribute(List<CodedValue> value)
Copyright © 2016. All rights reserved.