public class OperationDescriptionModificationReportPart extends ReportPart
Java class for OperationDescriptionModificationReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationDescriptionModificationReportPart">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReportPart">
<sequence>
<element name="OperationDescription" type="{http://domain-model-uri/15/04}AbstractOperationDescriptor" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OperationDescriptor> |
operations |
extension, sourceMDS| Constructor and Description |
|---|
OperationDescriptionModificationReportPart() |
| Modifier and Type | Method and Description |
|---|---|
List<OperationDescriptor> |
getOperations()
List of modified operations.Gets the value of the operations property.
|
void |
setOperations(List<OperationDescriptor> value) |
getExtension, getSourceMDS, setExtension, setSourceMDSprotected List<OperationDescriptor> operations
public OperationDescriptionModificationReportPart()
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)
Copyright © 2016. All rights reserved.