Class PackageType


  • public class PackageType
    extends java.lang.Object

    Java-Klasse für packageType complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType name="packageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="class" type="{}classType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="sourcefile" type="{}sourcefileType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="counter" type="{}counterType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      PackageType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ClassType> getClazz()
      Gets the value of the clazz property.
      java.util.List<CounterType> getCounter()
      Gets the value of the counter property.
      java.lang.String getName()
      Ruft den Wert der name-Eigenschaft ab.
      java.util.List<SourcefileType> getSourcefile()
      Gets the value of the sourcefile property.
      void setName​(java.lang.String value)
      Legt den Wert der name-Eigenschaft fest.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • clazz

        protected java.util.List<ClassType> clazz
      • counter

        protected java.util.List<CounterType> counter
      • name

        protected java.lang.String name
    • Constructor Detail

      • PackageType

        public PackageType()
    • Method Detail

      • getClazz

        public java.util.List<ClassType> getClazz()
        Gets the value of the clazz 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 clazz property.

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

            getClazz().add(newItem);
         

        Objects of the following type(s) are allowed in the list ClassType

      • getSourcefile

        public java.util.List<SourcefileType> getSourcefile()
        Gets the value of the sourcefile 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 sourcefile property.

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

            getSourcefile().add(newItem);
         

        Objects of the following type(s) are allowed in the list SourcefileType

      • getCounter

        public java.util.List<CounterType> getCounter()
        Gets the value of the counter 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 counter property.

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

            getCounter().add(newItem);
         

        Objects of the following type(s) are allowed in the list CounterType

      • getName

        public java.lang.String getName()
        Ruft den Wert der name-Eigenschaft ab.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Legt den Wert der name-Eigenschaft fest.
        Parameters:
        value - allowed object is String