public class OperationInvokedReport extends AbstractReport
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReport">
<sequence>
<element name="ReportPart" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart">
<sequence>
<element name="InvocationInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}InvocationInfo"/>
<element name="InvocationSource" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier"/>
</sequence>
<attribute name="OperationHandleRef" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
<attribute name="OperationTarget" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationInvokedReport.ReportPart
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<OperationInvokedReport.ReportPart> |
reportPart |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
OperationInvokedReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<OperationInvokedReport.ReportPart> |
getReportPart()
Gets the value of the reportPart property.
|
int |
hashCode() |
void |
setReportPart(List<OperationInvokedReport.ReportPart> value) |
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected List<OperationInvokedReport.ReportPart> reportPart
public List<OperationInvokedReport.ReportPart> getReportPart()
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 reportPart property.
For example, to add a new item, do as follows:
getReportPart().add(newItem);
Objects of the following type(s) are allowed in the list
OperationInvokedReport.ReportPart
public void setReportPart(List<OperationInvokedReport.ReportPart> value)
public String toString()
toString in class AbstractReportpublic boolean equals(Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportCopyright © 2018. All rights reserved.