public class AddPayment extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TransactionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="PaymentTypeID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="CheckNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PaymentAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="InvoiceNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
checkNo |
protected String |
invoiceNo |
protected String |
notes |
protected String |
password |
protected BigDecimal |
paymentAmount |
protected int |
paymentTypeID |
protected XMLGregorianCalendar |
transactionDate |
protected String |
userName |
Constructor and Description |
---|
AddPayment() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCheckNo()
Gets the value of the checkNo property.
|
String |
getInvoiceNo()
Gets the value of the invoiceNo property.
|
String |
getNotes()
Gets the value of the notes property.
|
String |
getPassword()
Gets the value of the password property.
|
BigDecimal |
getPaymentAmount()
Gets the value of the paymentAmount property.
|
int |
getPaymentTypeID()
Gets the value of the paymentTypeID property.
|
XMLGregorianCalendar |
getTransactionDate()
Gets the value of the transactionDate property.
|
String |
getUserName()
Gets the value of the userName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCheckNo(String value)
Sets the value of the checkNo property.
|
void |
setInvoiceNo(String value)
Sets the value of the invoiceNo property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPaymentAmount(BigDecimal value)
Sets the value of the paymentAmount property.
|
void |
setPaymentTypeID(int value)
Sets the value of the paymentTypeID property.
|
void |
setTransactionDate(XMLGregorianCalendar value)
Sets the value of the transactionDate property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
String |
toString() |
protected String userName
protected String password
protected XMLGregorianCalendar transactionDate
protected int paymentTypeID
protected String checkNo
protected BigDecimal paymentAmount
protected String invoiceNo
protected String notes
public String getUserName()
String
public void setUserName(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public XMLGregorianCalendar getTransactionDate()
XMLGregorianCalendar
public void setTransactionDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public int getPaymentTypeID()
public void setPaymentTypeID(int value)
public String getCheckNo()
String
public void setCheckNo(String value)
value
- allowed object is
String
public BigDecimal getPaymentAmount()
BigDecimal
public void setPaymentAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public String getInvoiceNo()
String
public void setInvoiceNo(String value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.