Class DescriptionModificationReport

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

    public class DescriptionModificationReport
    extends AbstractReport
    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}AbstractReport">
           <sequence>
             <element name="ReportPart" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart">
                     <sequence>
                       <element name="Descriptor" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDescriptor" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="State" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractState" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                     <attribute name="ParentDescriptor" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
                     <attribute name="ModificationType" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}DescriptionModificationType" />
                   </extension>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>