public class OperationDescriptor extends Descriptor
Java-Klasse für AbstractOperationDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractOperationDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractDescriptor">
<sequence>
<element name="ModifiableElement" type="{http://domain-model-uri/15/04}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="OperationTarget" use="required" type="{http://domain-model-uri/15/04}HandleRef" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CodedValue> |
modifiableAttribute |
protected java.lang.String |
operationTarget |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
OperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CodedValue> |
getModifiableAttribute()
Gets the value of the modifiableAttribute property.
|
java.lang.String |
getOperationTarget()
Ruft den Wert der operationTarget-Eigenschaft ab.
|
void |
setOperationTarget(java.lang.String value)
Legt den Wert der operationTarget-Eigenschaft fest.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.util.List<CodedValue> modifiableAttribute
protected java.lang.String operationTarget
public java.util.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 java.lang.String getOperationTarget()
Stringpublic void setOperationTarget(java.lang.String value)
value - allowed object is
String