|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Billing
public class Billing
Describe the Billing.
Java class for BillingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="payment-list" type="{http://xat2.etai.fr}PaymentListType" minOccurs="0"/>
<element name="payment" type="{http://xat2.etai.fr}PaymentType" minOccurs="0"/>
</sequence>
<attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Billing()
|
|
| Method Summary | |
|---|---|
void |
addPayment(Payment payement)
|
String |
getInternalId()
Gets the value of the internalId property. |
Payment |
getPayment()
Gets the value of the payment property. |
List<Payment> |
getPaymentList()
Gets the value of the paymentList property. |
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setPayment(Payment value)
Sets the value of the payment property. |
void |
setPaymentList(List<Payment> value)
Sets the value of the paymentList property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Billing()
| Method Detail |
|---|
public List<Payment> getPaymentList()
Paymentpublic void setPaymentList(List<Payment> value)
value - allowed object is
Paymentpublic void addPayment(Payment payement)
public Payment getPayment()
Paymentpublic void setPayment(Payment value)
value - allowed object is
Paymentpublic String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||