Class SystemErrorReport.ReportPart

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Enclosing class:
    SystemErrorReport

    public static class SystemErrorReport.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="ErrorCode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
             <element name="ErrorInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReportPart

        public ReportPart()