Class BugCollection.BugCode

  • Enclosing class:
    BugCollection

    public static class BugCollection.BugCode
    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="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String abbrev  
      protected java.math.BigInteger cweid  
      protected java.lang.String description  
    • Constructor Summary

      Constructors 
      Constructor Description
      BugCode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAbbrev()
      Gets the value of the abbrev property.
      java.math.BigInteger getCweid()
      Gets the value of the cweid property.
      java.lang.String getDescription()
      Gets the value of the description property.
      void setAbbrev​(java.lang.String value)
      Sets the value of the abbrev property.
      void setCweid​(java.math.BigInteger value)
      Sets the value of the cweid property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      • Methods inherited from class java.lang.Object

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

      • description

        protected java.lang.String description
      • abbrev

        protected java.lang.String abbrev
      • cweid

        protected java.math.BigInteger cweid
    • Constructor Detail

      • BugCode

        public BugCode()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getAbbrev

        public java.lang.String getAbbrev()
        Gets the value of the abbrev property.
        Returns:
        possible object is String
      • setAbbrev

        public void setAbbrev​(java.lang.String value)
        Sets the value of the abbrev property.
        Parameters:
        value - allowed object is String
      • getCweid

        public java.math.BigInteger getCweid()
        Gets the value of the cweid property.
        Returns:
        possible object is BigInteger
      • setCweid

        public void setCweid​(java.math.BigInteger value)
        Sets the value of the cweid property.
        Parameters:
        value - allowed object is BigInteger