Class 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>
     
    • Constructor Detail

      • ReportPart

        public ReportPart()
    • 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 is InvocationInfo
      • setInvocationSource

        public void setInvocationSource​(InstanceIdentifier value)
        Sets the value of the invocationSource property.
        Parameters:
        value - allowed object is InstanceIdentifier
      • 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 is String
      • 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 is String
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractReportPart
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractReportPart
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractReportPart