Class BugCollection.Errors

  • Enclosing class:
    BugCollection

    public static class BugCollection.Errors
    extends 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 Detail

      • missingClass

        protected List<String> missingClass
      • errors

        protected Long errors
      • missingClasses

        protected Long missingClasses
    • Constructor Detail

      • Errors

        public Errors()
    • Method Detail

      • getMissingClass

        public List<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 Jakarta XML Binding 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

      • getErrors

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

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

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

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