public class HIBCLICSecondaryAndAdditionalDataCodetext extends HIBCLICComplexCodetext
| Constructor and Description |
|---|
HIBCLICSecondaryAndAdditionalDataCodetext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified
HIBCLICSecondaryAndAdditionalDataCodetext value. |
java.lang.String |
getConstructedCodetext()
Constructs codetext
|
SecondaryAndAdditionalData |
getData()
Identifies secodary and additional supplemental data.
|
char |
getLinkCharacter()
Identifies link character.
|
int |
hashCode()
Returns the hash code for this instance.
|
void |
initFromString(java.lang.String constructedCodetext)
Initializes instance from constructed codetext.
|
void |
setData(SecondaryAndAdditionalData value)
Identifies secodary and additional supplemental data.
|
void |
setLinkCharacter(char value)
Identifies link character.
|
getBarcodeType, setBarcodeTypepublic HIBCLICSecondaryAndAdditionalDataCodetext()
public SecondaryAndAdditionalData getData()
Identifies secodary and additional supplemental data.
public void setData(SecondaryAndAdditionalData value)
Identifies secodary and additional supplemental data.
public char getLinkCharacter()
Identifies link character.
public void setLinkCharacter(char value)
Identifies link character.
public java.lang.String getConstructedCodetext()
Constructs codetext
getConstructedCodetext in interface IComplexCodetextgetConstructedCodetext in class HIBCLICComplexCodetextpublic void initFromString(java.lang.String constructedCodetext)
Initializes instance from constructed codetext.
initFromString in interface IComplexCodetextinitFromString in class HIBCLICComplexCodetextconstructedCodetext - Constructed codetext.public boolean equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value.
equals in class java.lang.Objectobj - An HIBCLICSecondaryAndAdditionalDataCodetext value to compare to this instance.<b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>.public int hashCode()
Returns the hash code for this instance.
hashCode in class java.lang.Object