Class ComponentSizeInformationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ComponentSizeInformationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Report on structured object size.

    Java class for ComponentSizeInformationType complex type.

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

     <complexType name="ComponentSizeInformationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="component" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ComponentSizeInformationType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form