Package com.zebra.rfid.api3
Class SetAttribute
java.lang.Object
com.zebra.rfid.api3.SetAttribute
Contains the parameters of set attributes and getters/setters of those parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetAttnum(int attnum) voidsetAtttype(String atttype) voidsetAttvalue(String attvalue) voidsetOffset(int offset)
-
Constructor Details
-
SetAttribute
public SetAttribute() -
SetAttribute
-
-
Method Details
-
getAttnum
public int getAttnum() -
setAttnum
public void setAttnum(int attnum) -
getAtttype
-
setAtttype
-
getAttvalue
-
setAttvalue
-
getOffset
public int getOffset() -
setOffset
public void setOffset(int offset)
-