Class BugCollection.Errors

  • Enclosing class:
    BugCollection

    public static class BugCollection.Errors
    extends java.lang.Object

    Java class for anonymous complex type

    .

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MissingClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="missingClasses" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Long errors  
      protected java.util.List<java.lang.String> missingClass  
      protected java.lang.Long missingClasses  
    • Constructor Summary

      Constructors 
      Constructor Description
      Errors()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getErrors()
      Gets the value of the errors property.
      java.util.List<java.lang.String> getMissingClass()
      Gets the value of the missingClass property.
      java.lang.Long getMissingClasses()
      Gets the value of the missingClasses property.
      void setErrors​(java.lang.Long value)
      Sets the value of the errors property.
      void setMissingClasses​(java.lang.Long value)
      Sets the value of the missingClasses property.
      • Methods inherited from class java.lang.Object

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

      • missingClass

        protected java.util.List<java.lang.String> missingClass
      • errors

        protected java.lang.Long errors
      • missingClasses

        protected java.lang.Long missingClasses
    • Constructor Detail

      • Errors

        public Errors()
    • Method Detail

      • getMissingClass

        public java.util.List<java.lang.String> getMissingClass()
        Gets the value of the missingClass 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 missingClass property.

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

         getMissingClass().add(newItem);
         

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

        Returns:
        The value of the missingClass property.
      • getErrors

        public java.lang.Long getErrors()
        Gets the value of the errors property.
        Returns:
        possible object is Long
      • setErrors

        public void setErrors​(java.lang.Long value)
        Sets the value of the errors property.
        Parameters:
        value - allowed object is Long
      • getMissingClasses

        public java.lang.Long getMissingClasses()
        Gets the value of the missingClasses property.
        Returns:
        possible object is Long
      • setMissingClasses

        public void setMissingClasses​(java.lang.Long value)
        Sets the value of the missingClasses property.
        Parameters:
        value - allowed object is Long