Class AttributeInfo

java.lang.Object
com.zebra.rfid.api3.AttributeInfo

public class AttributeInfo extends Object
Contains the attribute parameters and getters/setters of those parameters
  • Field Details

    • AttNum

      public int AttNum
    • Type

      public String Type
    • propertyVal

      public int propertyVal
    • Length

      public int Length
    • Offset

      public int Offset
    • Value

      public String Value
  • Constructor Details

    • AttributeInfo

      public AttributeInfo()
  • Method Details

    • getAttNum

      public int getAttNum()
    • setAttNum

      public void setAttNum(int attNum)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getPropertyVal

      public int getPropertyVal()
    • setPropertyVal

      public void setPropertyVal(int propertyVal)
    • getLength

      public int getLength()
    • setLength

      public void setLength(int length)
    • getOffset

      public int getOffset()
    • setOffset

      public void setOffset(int offset)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)