Class OperationInvokedReport.ReportPart
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.AbstractReportPart
-
- org.somda.sdc.biceps.model.message.OperationInvokedReport.ReportPart
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- OperationInvokedReport
public static class OperationInvokedReport.ReportPart extends AbstractReportPart implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
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}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>
-
-
Field Summary
Fields Modifier and Type Field Description protected InvocationInfoinvocationInfoprotected InstanceIdentifierinvocationSourceprotected StringoperationHandleRefprotected StringoperationTarget-
Fields inherited from class org.somda.sdc.biceps.model.message.AbstractReportPart
extension, sourceMds
-
-
Constructor Summary
Constructors Constructor Description ReportPart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)InvocationInfogetInvocationInfo()Gets the value of the invocationInfo property.InstanceIdentifiergetInvocationSource()Gets the value of the invocationSource property.StringgetOperationHandleRef()Gets the value of the operationHandleRef property.StringgetOperationTarget()Gets the value of the operationTarget property.inthashCode()voidsetInvocationInfo(InvocationInfo value)Sets the value of the invocationInfo property.voidsetInvocationSource(InstanceIdentifier value)Sets the value of the invocationSource property.voidsetOperationHandleRef(String value)Sets the value of the operationHandleRef property.voidsetOperationTarget(String value)Sets the value of the operationTarget property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.message.AbstractReportPart
getExtension, getSourceMds, setExtension, setSourceMds
-
-
-
-
Field Detail
-
invocationInfo
protected InvocationInfo invocationInfo
-
invocationSource
protected InstanceIdentifier invocationSource
-
operationHandleRef
protected String operationHandleRef
-
operationTarget
protected String operationTarget
-
-
Method Detail
-
getInvocationInfo
public InvocationInfo getInvocationInfo()
Gets the value of the invocationInfo property.- Returns:
- possible object is
InvocationInfo
-
setInvocationInfo
public void setInvocationInfo(InvocationInfo value)
Sets the value of the invocationInfo property.- Parameters:
value- allowed object isInvocationInfo
-
getInvocationSource
public InstanceIdentifier getInvocationSource()
Gets the value of the invocationSource property.- Returns:
- possible object is
InstanceIdentifier
-
setInvocationSource
public void setInvocationSource(InstanceIdentifier value)
Sets the value of the invocationSource property.- Parameters:
value- allowed object isInstanceIdentifier
-
getOperationHandleRef
public String getOperationHandleRef()
Gets the value of the operationHandleRef property.- Returns:
- possible object is
String
-
setOperationHandleRef
public void setOperationHandleRef(String value)
Sets the value of the operationHandleRef property.- Parameters:
value- allowed object isString
-
getOperationTarget
public String getOperationTarget()
Gets the value of the operationTarget property.- Returns:
- possible object is
String
-
setOperationTarget
public void setOperationTarget(String value)
Sets the value of the operationTarget property.- Parameters:
value- allowed object isString
-
clone
public Object clone()
- Overrides:
clonein classAbstractReportPart
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractReportPart
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractReportPart
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractReportPart
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractReportPart
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractReportPart
-
toString
public String toString()
- Overrides:
toStringin classAbstractReportPart
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractReportPart
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractReportPart
-
-