Class SetAttribute

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

public class SetAttribute extends Object
Contains the parameters of set attributes and getters/setters of those parameters
  • Constructor Details

    • SetAttribute

      public SetAttribute()
    • SetAttribute

      public SetAttribute(int attnum, String atttype, String attvalue, int offset)
  • Method Details

    • getAttnum

      public int getAttnum()
    • setAttnum

      public void setAttnum(int attnum)
    • getAtttype

      public String getAtttype()
    • setAtttype

      public void setAtttype(String atttype)
    • getAttvalue

      public String getAttvalue()
    • setAttvalue

      public void setAttvalue(String attvalue)
    • getOffset

      public int getOffset()
    • setOffset

      public void setOffset(int offset)