|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Payment
public class Payment
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>
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 |
---|
public Payment()
Method Detail |
---|
public List<Classification> getAdminList()
ClassificationListType
public void setAdminList(List<Classification> value)
value
- allowed object is
AdminListType
public void addAdmin(Classification admin)
public List<Classification> getProcedureList()
ClassificationListType
public void setProcedureList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addProcedure(Classification proc)
public List<Price> getPriceList()
PriceListType
public void setPriceList(List<Price> value)
value
- allowed object is
PriceListType
public void addPrice(Price price)
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public Place getPlace()
Place
public void setPlace(Place value)
value
- allowed object is
Place
public List<Bank> getBankList()
BankListType
public void setBankList(List<Bank> value)
value
- allowed object is
BankListType
public void addBank(Bank bank)
public CommentList getCommentList()
CommentList
public void setCommentList(CommentList value)
value
- allowed object is
CommentList
public void addComment(Classification comment)
comment
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |