2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper
Class EpcglobalLlrpTargetTag

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.helper.EpcglobalLlrpTargetTag

public class EpcglobalLlrpTargetTag
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Field Summary
static boolean DEFAULT_MATCH
          Define the default match (boolean) constant.
static int DEFAULT_POINTER
          Define the default pointer (int) constant.
 
Constructor Summary
EpcglobalLlrpTargetTag(int memoryBank, boolean match, int pointer, java.lang.String tagMask, java.lang.String tagData)
          Constructs an instance of this class from the specified memory bank, match, pointer, tag mask and tag data parameters.
EpcglobalLlrpTargetTag(int memoryBank, int pointer, java.lang.String tagMask, java.lang.String tagData)
          Constructs an instance of this class from the specified memory bank, pointer, tag mask and tag data parameters.
EpcglobalLlrpTargetTag(int memoryBank, java.lang.String tagMask, java.lang.String tagData)
          Constructs an instance of this class from the specified memory bank, tag mask and tag data parameters.
 
Method Summary
 int getMemoryBank()
          Gets the memory bank (int) value.
 int getPointer()
          Gets the pointer (int) value.
 java.lang.String getTagData()
          Gets the tag data (String) value.
 java.lang.String getTagMask()
          Gets the tag mask (String) value.
 boolean isMatch()
          Gets the match (boolean) value.
 void setMatch(boolean match)
          Sets the match value.
 void setMemoryBank(int memoryBank)
          Sets the memory bank value.
 void setPointer(int pointer)
          Sets the pointer value.
 void setTagData(java.lang.String tagData)
          Sets the tag data value.
 void setTagMask(java.lang.String tagMask)
          Sets the tag mask value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MATCH

public static final boolean DEFAULT_MATCH
Define the default match (boolean) constant.

See Also:
Constant Field Values

DEFAULT_POINTER

public static final int DEFAULT_POINTER
Define the default pointer (int) constant.

See Also:
Constant Field Values
Constructor Detail

EpcglobalLlrpTargetTag

public EpcglobalLlrpTargetTag(int memoryBank,
                              java.lang.String tagMask,
                              java.lang.String tagData)
Constructs an instance of this class from the specified memory bank, tag mask and tag data parameters.

Parameters:
memoryBank - The memory bank (int) parameter.
tagMask - The tag mask (String) parameter.
tagData - The tag data (String) parameter.
See Also:
EpcglobalLlrpTargetTag(int,int,String,String), EpcglobalLlrpTargetTag(int,boolean,int,String,String)

EpcglobalLlrpTargetTag

public EpcglobalLlrpTargetTag(int memoryBank,
                              int pointer,
                              java.lang.String tagMask,
                              java.lang.String tagData)
Constructs an instance of this class from the specified memory bank, pointer, tag mask and tag data parameters.

Parameters:
memoryBank - The memory bank (int) parameter.
pointer - The pointer (int) parameter.
tagMask - The tag mask (String) parameter.
tagData - The tag data (String) parameter.
See Also:
EpcglobalLlrpTargetTag(int,String,String), EpcglobalLlrpTargetTag(int,boolean,int,String,String)

EpcglobalLlrpTargetTag

public EpcglobalLlrpTargetTag(int memoryBank,
                              boolean match,
                              int pointer,
                              java.lang.String tagMask,
                              java.lang.String tagData)
Constructs an instance of this class from the specified memory bank, match, pointer, tag mask and tag data parameters.

Parameters:
memoryBank - The memory bank (int) parameter.
match - The match (boolean) parameter.
pointer - The pointer (int) parameter.
tagMask - The tag mask (String) parameter.
tagData - The tag data (String) parameter.
See Also:
EpcglobalLlrpTargetTag(int,String,String), EpcglobalLlrpTargetTag(int,int,String,String)
Method Detail

getMemoryBank

public int getMemoryBank()
Gets the memory bank (int) value.

Returns:
The memory bank (int) value.
See Also:
setMemoryBank(int)

getPointer

public int getPointer()
Gets the pointer (int) value.

Returns:
The pointer (int) value.
See Also:
setPointer(int)

getTagData

public java.lang.String getTagData()
Gets the tag data (String) value.

Returns:
The tag data (String) value.
See Also:
setTagData(String)

getTagMask

public java.lang.String getTagMask()
Gets the tag mask (String) value.

Returns:
The tag mask (String) value.
See Also:
setTagMask(String)

isMatch

public boolean isMatch()
Gets the match (boolean) value.

Returns:
The match (boolean) value.
See Also:
setMatch(boolean)

setMatch

public void setMatch(boolean match)
Sets the match value.

Parameters:
match - The match (boolean) parameter.
See Also:
isMatch()

setMemoryBank

public void setMemoryBank(int memoryBank)
Sets the memory bank value.

Parameters:
memoryBank - The memory bank (int) parameter.
See Also:
getMemoryBank()

setPointer

public void setPointer(int pointer)
Sets the pointer value.

Parameters:
pointer - The pointer (int) parameter.
See Also:
getPointer()

setTagData

public void setTagData(java.lang.String tagData)
Sets the tag data value.

Parameters:
tagData - The tag data (String) parameter.
See Also:
getTagData()

setTagMask

public void setTagMask(java.lang.String tagMask)
Sets the tag mask value.

Parameters:
tagMask - The tag mask (String) parameter.
See Also:
getTagMask()

2009-10-01 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.