|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rfid.premises.app.entities.AbstractXmlObject
com.ibm.rfid.premises.app.entities.supplychain.printing.EpcData
public class EpcData
This class represents the EPC data required for an RFID tag
print job. An EpcData object is a requirement for Label
.
NOTE: This EpcData object is particular to the IBM WebSphere Sensor Events Server xml print job schema and has nothing to do with general EPC support.
Current properties include:
Valid parameters for EPC Encoding are stored in the following public EpcData fields:
Label
Field Summary | |
---|---|
static java.lang.String |
EPC_DATA
EPC Data string |
Fields inherited from class com.ibm.rfid.premises.app.entities.AbstractXmlObject |
---|
attributes_, EQ, GT, LT, QUOTE, SLASH, tagName_, XML_START |
Constructor Summary | |
---|---|
EpcData()
Basic Contructor |
|
EpcData(java.lang.String xml)
Constructor that creates an EpcData object based on the xml String parameter. |
Method Summary | |
---|---|
java.lang.String |
getCompanyPrefix()
Gets the company prefix |
java.lang.String |
getEpcEncoding()
Gets the EPC encoding |
java.lang.String |
getFilterValue()
Gets the filter value |
java.lang.String |
getGID()
Gets the GID value |
java.lang.String |
getIndicatorDigit()
Gets the Indicator digit |
java.lang.String |
getInputType()
Gets the input type |
java.lang.String |
getItemReference()
Gets the Item reference |
java.lang.String |
getMixed()
Gets the mixed value |
void |
setCompanyPrefix(java.lang.String s)
Sets the company prefix |
void |
setEpcEncoding(java.lang.String s)
Sets the EPC encoding. |
void |
setFilterValue(java.lang.String s)
Sets the filter value |
void |
setGID(java.lang.String s)
Sets the GID value |
void |
setIndicatorDigit(java.lang.String s)
Sets the Indicator digit |
void |
setInputType(java.lang.String s)
Sets the input type |
void |
setItemReference(java.lang.String s)
Sets the Item Reference |
void |
setMixed(java.lang.String s)
Sets the mixed value |
java.lang.String |
toXmlString(boolean isTop)
Creates an XML string representation of this AbsstractXMLObject |
Methods inherited from class com.ibm.rfid.premises.app.entities.AbstractXmlObject |
---|
getEndTag, getNodeListFromString, getStartTag, getStringFromElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EPC_DATA
Constructor Detail |
---|
public EpcData()
public EpcData(java.lang.String xml)
xml
- is an XML String representation of an
EpcData object.Method Detail |
---|
public void setCompanyPrefix(java.lang.String s)
s
- company prefixpublic java.lang.String getCompanyPrefix()
public void setFilterValue(java.lang.String s)
s
- filter valuepublic java.lang.String getFilterValue()
public void setInputType(java.lang.String s)
s
- input typepublic java.lang.String getInputType()
public void setEpcEncoding(java.lang.String s)
s
- epc encodingpublic java.lang.String getEpcEncoding()
public void setGID(java.lang.String s)
s
- gid valuepublic java.lang.String getGID()
public void setItemReference(java.lang.String s)
s
- item referencepublic java.lang.String getItemReference()
public void setIndicatorDigit(java.lang.String s)
s
- indicator digitpublic java.lang.String getIndicatorDigit()
public void setMixed(java.lang.String s)
s
- mixed valuepublic java.lang.String getMixed()
public java.lang.String toXmlString(boolean isTop)
AbstractXmlObject
toXmlString
in class AbstractXmlObject
isTop
- decides whether or not the XML_START
field is appended to the output of this method. Should
be true if this AbstractXmlObject is the root element.
AbstractXmlObject.toXmlString(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |