|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.digipost.api.client.representations.Representation
no.digipost.api.client.representations.MessageBase
no.digipost.api.client.representations.Message
no.digipost.api.client.representations.Invoice
public class Invoice
Field Summary | |
---|---|
protected String |
account
|
protected BigDecimal |
amount
|
protected org.joda.time.LocalDate |
dueDate
|
protected String |
kid
|
Fields inherited from class no.digipost.api.client.representations.Message |
---|
authenticationLevel, deliveredDate, personalIdentificationNumbers, recipients, sensitivityLevel, smsNotification, status, subject |
Fields inherited from class no.digipost.api.client.representations.MessageBase |
---|
messageId, preEncrypt, senderId |
Fields inherited from class no.digipost.api.client.representations.Representation |
---|
links |
Constructor Summary | |
---|---|
Invoice()
|
|
Invoice(String messageId,
String subject,
DigipostAddress digipostAdress,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate,
Link... links)
|
|
Invoice(String messageId,
String subject,
PersonalIdentificationNumber id,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate,
Link... links)
|
Method Summary | |
---|---|
String |
getAccount()
Gets the value of the account property. |
BigDecimal |
getAmount()
Gets the value of the amount property. |
org.joda.time.LocalDate |
getDueDate()
Gets the value of the dueDate property. |
String |
getKid()
Gets the value of the kid property. |
void |
setAccount(String value)
Sets the value of the account property. |
void |
setAmount(BigDecimal value)
Sets the value of the amount property. |
void |
setDueDate(org.joda.time.LocalDate value)
Sets the value of the dueDate property. |
void |
setKid(String value)
Sets the value of the kid property. |
Methods inherited from class no.digipost.api.client.representations.Message |
---|
getAuthenticationLevel, getLinks, getPersonalIdentificationNumbers, getRecipients, getSensitivityLevel, getSmsNotification, getStatus, getSubject, hasSubject, isSameMessageAs, setLinks, setStatus |
Methods inherited from class no.digipost.api.client.representations.MessageBase |
---|
getAddContentAndSendLink, getEncryptionKeyLink, getMessageId, getSelfLink, getSenderId, setMessageId, setPreEncrypt, setSenderId, skalPrekrypteres |
Methods inherited from class no.digipost.api.client.representations.Representation |
---|
addLink, getLinkByRelationName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String kid
protected BigDecimal amount
protected String account
protected org.joda.time.LocalDate dueDate
Constructor Detail |
---|
public Invoice()
public Invoice(String messageId, String subject, PersonalIdentificationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate, Link... links)
public Invoice(String messageId, String subject, DigipostAddress digipostAdress, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate, Link... links)
Method Detail |
---|
public String getKid()
String
public void setKid(String value)
value
- allowed object is
String
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public String getAccount()
String
public void setAccount(String value)
value
- allowed object is
String
public org.joda.time.LocalDate getDueDate()
String
public void setDueDate(org.joda.time.LocalDate value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |