Class BugCollection.BugInstance.LocalVariable

  • Enclosing class:
    BugCollection.BugInstance

    public static class BugCollection.BugInstance.LocalVariable
    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 ref="{}Message" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="register" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
           <attribute name="pc" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • message

        protected String message
      • register

        protected short register
      • pc

        protected int pc
    • Constructor Detail

      • LocalVariable

        public LocalVariable()
    • Method Detail

      • getMessage

        public String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getRegister

        public short getRegister()
        Gets the value of the register property.
      • setRegister

        public void setRegister​(short value)
        Sets the value of the register property.
      • getPc

        public int getPc()
        Gets the value of the pc property.
      • setPc

        public void setPc​(int value)
        Sets the value of the pc property.
      • getRole

        public String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String