fr.etai.xat2v2.obj
Class Payment

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

public class Payment
extends Object
implements Serializable

Describe the term of payment.

Java class for PaymentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PaymentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="admin-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="procedure-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/>
         <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
         <element name="place" type="{http://xat2.etai.fr}PlaceType" minOccurs="0"/>
         <element name="bank-list" type="{http://xat2.etai.fr}BankListType" minOccurs="0"/>
                   <element name="comment-list" type="{http://xat2.etai.fr}CommentListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Payment()
           
 
Method Summary
 void addAdmin(Classification admin)
           
 void addBank(Bank bank)
           
 void addComment(Classification comment)
          Adds a comment to CommentList
 void addDate(ExplicitDate date)
           
 void addPrice(Price price)
           
 void addProcedure(Classification proc)
           
 List<Classification> getAdminList()
          Gets the value of the adminList property.
 List<Bank> getBankList()
          Gets the value of the bankList property.
 CommentList getCommentList()
          Gets the value of the commentList property.
 List<ExplicitDate> getDateList()
          Gets the value of the dateList property.
 Place getPlace()
          Gets the value of the place property.
 List<Price> getPriceList()
          Gets the value of the priceList property.
 List<Classification> getProcedureList()
          Gets the value of the procedure-list property.
 void setAdminList(List<Classification> value)
          Sets the value of the adminList property.
 void setBankList(List<Bank> value)
          Sets the value of the bankList property.
 void setCommentList(CommentList value)
          Sets the value of the commentList property.
 void setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void setPlace(Place value)
          Sets the value of the place property.
 void setPriceList(List<Price> value)
          Sets the value of the priceList property.
 void setProcedureList(List<Classification> value)
          Sets the value of the procedure-list property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Payment

public Payment()
Method Detail

getAdminList

public List<Classification> getAdminList()
Gets the value of the adminList property.

Returns:
possible object is ClassificationListType

setAdminList

public void setAdminList(List<Classification> value)
Sets the value of the adminList property.

Parameters:
value - allowed object is AdminListType

addAdmin

public void addAdmin(Classification admin)

getProcedureList

public List<Classification> getProcedureList()
Gets the value of the procedure-list property.

Returns:
possible object is ClassificationListType

setProcedureList

public void setProcedureList(List<Classification> value)
Sets the value of the procedure-list property.

Parameters:
value - allowed object is ClassificationListType

addProcedure

public void addProcedure(Classification proc)

getPriceList

public List<Price> getPriceList()
Gets the value of the priceList property.

Returns:
possible object is PriceListType

setPriceList

public void setPriceList(List<Price> value)
Sets the value of the priceList property.

Parameters:
value - allowed object is PriceListType

addPrice

public void addPrice(Price price)

getDateList

public List<ExplicitDate> getDateList()
Gets the value of the dateList property.

Returns:
possible object is DateListType

setDateList

public void setDateList(List<ExplicitDate> value)
Sets the value of the dateList property.

Parameters:
value - allowed object is DateListType

addDate

public void addDate(ExplicitDate date)

getPlace

public Place getPlace()
Gets the value of the place property.

Returns:
possible object is Place

setPlace

public void setPlace(Place value)
Sets the value of the place property.

Parameters:
value - allowed object is Place

getBankList

public List<Bank> getBankList()
Gets the value of the bankList property.

Returns:
possible object is BankListType

setBankList

public void setBankList(List<Bank> value)
Sets the value of the bankList property.

Parameters:
value - allowed object is BankListType

addBank

public void addBank(Bank bank)

getCommentList

public CommentList getCommentList()
Gets the value of the commentList property.

Returns:
possible object is CommentList

setCommentList

public void setCommentList(CommentList value)
Sets the value of the commentList property.

Parameters:
value - allowed object is CommentList

addComment

public void addComment(Classification comment)
Adds a comment to CommentList

Parameters:
comment -


Copyright © 2012. All Rights Reserved.