Package com.zebra.rfid.api3
Class AttributeInfo
java.lang.Object
com.zebra.rfid.api3.AttributeInfo
Contains the attribute parameters and getters/setters of those parameters
-
Field Details
-
AttNum
public int AttNum -
Type
-
propertyVal
public int propertyVal -
Length
public int Length -
Offset
public int Offset -
Value
-
-
Constructor Details
-
AttributeInfo
public AttributeInfo()
-
-
Method Details
-
getAttNum
public int getAttNum() -
setAttNum
public void setAttNum(int attNum) -
getType
-
setType
-
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
-
setValue
-