|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.meiglobal.ebds.api.pub.Bill
public class Bill
Class that represents a bill document.
Constructor Summary | |
---|---|
Bill()
Empty constructor. |
|
Bill(java.lang.String country,
double value,
byte series,
byte type,
byte compatibility,
byte version)
Full parameters constructor. |
Method Summary | |
---|---|
byte |
getCompatibility()
Getter for bill compatibility. |
java.lang.String |
getCountry()
Getter for bill country. |
byte |
getSeries()
Getter for bill series. |
byte |
getType()
Getter for bill type. |
double |
getValue()
Getter for bill value. |
byte |
getVersion()
Getter for bill version. |
void |
setCompatibility(byte compatibility)
Setter for bill compatibility. |
void |
setCountry(java.lang.String country)
Setter for bill country |
void |
setSeries(byte series)
Setter for bill series. |
void |
setType(byte type)
Setter for bill type. |
void |
setValue(double value)
Setter for value. |
void |
setVersion(byte version)
Setter for bill version. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Bill()
public Bill(java.lang.String country, double value, byte series, byte type, byte compatibility, byte version)
country
- Bill country.value
- Bill value.series
- Bill series.type
- Bill type.compatibility
- Bill compatibility.version
- Bill version.Method Detail |
---|
public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- The country code to set.public double getValue()
public void setValue(double value)
value
- Value to set.public byte getSeries()
public void setSeries(byte series)
series
- The series to set.public byte getType()
public void setType(byte type)
type
- The type to set.public byte getCompatibility()
public void setCompatibility(byte compatibility)
compatibility
- Value to set.public byte getVersion()
public void setVersion(byte version)
version
- Bill version to set.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |