public class QrExtCodetextBuilder extends ExtCodetextBuilder
| Constructor and Description |
|---|
QrExtCodetextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFNC1FirstPosition()
Adds FNC1 in first position to the extended codetext items
|
void |
addFNC1GroupSeparator()
Adds Group Separator (GS - '\\u001D') to the extended codetext items
|
void |
addFNC1SecondPosition(java.lang.String codetext)
Adds FNC1 in second position to the extended codetext items
|
java.lang.String |
getExtendedCodetext()
Generates Extended codetext from the extended codetext list.
|
addECICodetext, addPlainCodetext, clear, isNeedToShieldItemFromPrevECIpublic void addFNC1FirstPosition()
Adds FNC1 in first position to the extended codetext items
public void addFNC1SecondPosition(java.lang.String codetext)
Adds FNC1 in second position to the extended codetext items
codetext - Value of the FNC1 in the second positionpublic void addFNC1GroupSeparator()
Adds Group Separator (GS - '\\u001D') to the extended codetext items
public java.lang.String getExtendedCodetext()
Generates Extended codetext from the extended codetext list.
getExtendedCodetext in class ExtCodetextBuilder