fr.etai.xat2v2.obj
Class Billing

java.lang.Object
  extended by fr.etai.xat2v2.obj.Billing
All Implemented Interfaces:
Serializable

public class Billing
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Billing

public Billing()
Method Detail

getPaymentList

public List<Payment> getPaymentList()
Gets the value of the paymentList property.

Returns:
possible object is Payment

setPaymentList

public void setPaymentList(List<Payment> value)
Sets the value of the paymentList property.

Parameters:
value - allowed object is Payment

addPayment

public void addPayment(Payment payement)

getPayment

public Payment getPayment()
Gets the value of the payment property.

Returns:
possible object is Payment

setPayment

public void setPayment(Payment value)
Sets the value of the payment property.

Parameters:
value - allowed object is Payment

getInternalId

public String getInternalId()
Gets the value of the internalId property.

Returns:
possible object is String

setInternalId

public void setInternalId(String value)
Sets the value of the internalId property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.