Class AbstractAlertReport

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    EpisodicAlertReport, PeriodicAlertReport

    public class AbstractAlertReport
    extends AbstractReport
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    AbstractAlertReport is a change report that contains updated pm:AbstractAlertState instances.

    Java class for AbstractAlertReport complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AbstractAlertReport">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReport">
           <sequence>
             <element name="ReportPart" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart">
                     <sequence>
                       <element name="AlertState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </extension>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AbstractAlertReport

        public AbstractAlertReport()
    • Method Detail

      • getReportPart

        public List<AbstractAlertReport.ReportPart> getReportPart()
        Gets the value of the reportPart property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the reportPart property.

        For example, to add a new item, do as follows:

            getReportPart().add(newItem);
         

        Objects of the following type(s) are allowed in the list AbstractAlertReport.ReportPart

      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractReport
      • 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 AbstractReport
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        createNewInstance in class AbstractReport
      • 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 AbstractReport
      • 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 AbstractReport