public static class OperationInvokedReport.ReportPart extends ReportPart
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/draft6/msg/2016/12/08}AbstractReportPart">
<sequence>
<element name="InvocationInfo" type="{http://p11073-10207/draft6/msg/2016/12/08}InvocationInfo"/>
</sequence>
<attribute name="OperationHandleRef" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" />
<attribute name="OperationTarget" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InvocationInfo |
invocationInfo |
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.
|
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 |
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 String operationHandleRef
protected String operationTarget
public InvocationInfo getInvocationInfo()
InvocationInfopublic void setInvocationInfo(InvocationInfo value)
value - allowed object is
InvocationInfopublic 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 ReportPartpublic boolean equals(Object that)
equals in class ReportPartpublic int hashCode()
hashCode in class ReportPartCopyright © 2018. All rights reserved.