public static class OperationInvokedReport.ReportPart extends AbstractReportPart
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/msg/2017/10/05}AbstractReportPart">
<sequence>
<element name="InvocationInfo" type="{http://p11073-10207/draft10/msg/2017/10/05}InvocationInfo"/>
<element name="InvocationSource" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier"/>
</sequence>
<attribute name="OperationHandleRef" use="required" type="{http://p11073-10207/draft10/pm/2017/10/05}HandleRef" />
<attribute name="OperationTarget" type="{http://p11073-10207/draft10/pm/2017/10/05}HandleRef" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InvocationInfo |
invocationInfo |
protected InstanceIdentifier |
invocationSource |
protected String |
operationHandleRef |
protected String |
operationTarget |
extension, sourceMds| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
InvocationInfo |
getInvocationInfo()
Gets the value of the invocationInfo property.
|
InstanceIdentifier |
getInvocationSource()
Gets the value of the invocationSource property.
|
String |
getOperationHandleRef()
Gets the value of the operationHandleRef property.
|
String |
getOperationTarget()
Gets the value of the operationTarget property.
|
int |
hashCode() |
void |
setInvocationInfo(InvocationInfo value)
Sets the value of the invocationInfo property.
|
void |
setInvocationSource(InstanceIdentifier value)
Sets the value of the invocationSource property.
|
void |
setOperationHandleRef(String value)
Sets the value of the operationHandleRef property.
|
void |
setOperationTarget(String value)
Sets the value of the operationTarget property.
|
String |
toString() |
getExtension, getSourceMds, setExtension, setSourceMdsprotected InvocationInfo invocationInfo
protected InstanceIdentifier invocationSource
protected String operationHandleRef
protected String operationTarget
public InvocationInfo getInvocationInfo()
InvocationInfopublic void setInvocationInfo(InvocationInfo value)
value - allowed object is
InvocationInfopublic InstanceIdentifier getInvocationSource()
InstanceIdentifierpublic void setInvocationSource(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic String getOperationHandleRef()
Stringpublic void setOperationHandleRef(String value)
value - allowed object is
Stringpublic String getOperationTarget()
Stringpublic void setOperationTarget(String value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractReportPartpublic boolean equals(Object that)
equals in class AbstractReportPartpublic int hashCode()
hashCode in class AbstractReportPartCopyright © 2017. All rights reserved.