Package com.zebra.rfid.api3
Class AttributeInfo
- java.lang.Object
-
- com.zebra.rfid.api3.AttributeInfo
-
public class AttributeInfo extends java.lang.ObjectContains the attribute parameters and getters/setters of those parameters
-
-
Constructor Summary
Constructors Constructor Description AttributeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAttNum()intgetLength()intgetOffset()intgetPropertyVal()java.lang.StringgetType()java.lang.StringgetValue()voidsetAttNum(int attNum)voidsetLength(int length)voidsetOffset(int offset)voidsetPropertyVal(int propertyVal)voidsetType(java.lang.String type)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
getAttNum
public int getAttNum()
-
setAttNum
public void setAttNum(int attNum)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.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 java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
-