|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Person
public class Person
Person is a human person or a business entity
Java class for PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="breakdown-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="title" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
<element name="firstname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="place" type="{http://xat2.etai.fr}PlaceType" minOccurs="0"/>
<element name="contact-list" type="{http://xat2.etai.fr}ContactListType" minOccurs="0"/>
<element name="payment-delay" type="{http://xat2.etai.fr}ValueType" minOccurs="0"/>
<element name="recover-VAT" type="{http://xat2.etai.fr}RecoverVATType" minOccurs="0"/>
<element name="agreement-list" type="{http://xat2.etai.fr}AgreementListType" minOccurs="0"/>
<element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="network-list" type="{http://xat2.etai.fr}NetworkListType" minOccurs="0"/>
<element name="bank-list" type="{http://xat2.etai.fr}BankListType" minOccurs="0"/>
<element name="person-link-list" type="{http://xat2.etai.fr}PersonLinkListType" minOccurs="0"/>
<element name="admin-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
void |
addAdmin(Classification admin)
|
void |
addAgreement(Agreement agreement)
|
void |
addBank(Bank bank)
|
void |
addBreakdown(Classification breakdown)
|
void |
addClassification(Classification cl)
|
void |
addContact(Contact contact)
|
void |
addNetwork(Network network)
|
void |
addPersonLink(PersonLink personLink)
|
void |
beforeMarshal(Marshaller m)
|
List<Classification> |
getAdminList()
Gets the value of the adminList property. |
List<Agreement> |
getAgreementList()
Gets the value of the agreementList property. |
List<Bank> |
getBankList()
Gets the value of the bankList property. |
List<Classification> |
getBreakdownList()
Gets the value of the breakdownList property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
String |
getComment()
Gets the value of the comment property. |
List<Contact> |
getContactList()
Gets the value of the contactList property. |
String |
getFirstname()
Gets the value of the firstname property. |
String |
getInternalId()
Gets the value of the internalId property. |
String |
getName()
Gets the value of the name property. |
List<Network> |
getNetworkList()
Gets the value of the networkList property. |
Person |
getParent()
Gets the value of the parent property. |
Value |
getPaymentDelay()
Gets the value of the paymentDelay property. |
List<PersonLink> |
getPersonLinkList()
Gets the value of the personLinkList property. |
Place |
getPlace()
Gets the value of the place property. |
RecoverVAT |
getRecoverVAT()
Gets the value of the recoverVAT property. |
String |
getSource()
Gets the value of the source property. |
Classification |
getTitle()
Gets the value of the title property. |
void |
setAdminList(List<Classification> value)
Sets the value of the adminList property. |
void |
setAgreementList(List<Agreement> value)
Sets the value of the agreementList property. |
void |
setBankList(List<Bank> value)
Sets the value of the bankList property. |
void |
setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setContactList(List<Contact> value)
Sets the value of the contactList property. |
void |
setFirstname(String value)
Sets the value of the firstname property. |
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNetworkList(List<Network> value)
Sets the value of the networkList property. |
void |
setParent(Person value)
Sets the value of the parent property. |
void |
setPaymentDelay(Value value)
Sets the value of the paymentDelay property. |
void |
setPersonLinkList(List<PersonLink> value)
Sets the value of the personLinkList property. |
void |
setPlace(Place value)
Sets the value of the place property. |
void |
setRecoverVAT(RecoverVAT value)
Sets the value of the recoverVAT property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setTitle(Classification value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
public List<Classification> getBreakdownList()
ClassificationListType public void setBreakdownList(List<Classification> value)
value - allowed object is
ClassificationListType public void addBreakdown(Classification breakdown)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFirstname()
Stringpublic void setFirstname(String value)
value - allowed object is
Stringpublic Classification getTitle()
Classificationpublic void setTitle(Classification value)
value - allowed object is
Classificationpublic Place getPlace()
Placepublic void setPlace(Place value)
value - allowed object is
Placepublic List<Contact> getContactList()
ContactListType public void setContactList(List<Contact> value)
value - allowed object is
ContactListType public void addContact(Contact contact)
public Value getPaymentDelay()
Valuepublic void setPaymentDelay(Value value)
value - allowed object is
Valuepublic RecoverVAT getRecoverVAT()
RecoverVATpublic void setRecoverVAT(RecoverVAT value)
value - allowed object is
RecoverVATpublic List<Agreement> getAgreementList()
AgreementListType public void setAgreementList(List<Agreement> value)
value - allowed object is
AgreementListType public void addAgreement(Agreement agreement)
public List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic List<Network> getNetworkList()
NetworkListType public void setNetworkList(List<Network> value)
value - allowed object is
NetworkListType public void addNetwork(Network network)
public List<Bank> getBankList()
BankListType public void setBankList(List<Bank> value)
value - allowed object is
BankListType public void addBank(Bank bank)
public List<PersonLink> getPersonLinkList()
PersonLinkListType public void setPersonLinkList(List<PersonLink> value)
value - allowed object is
PersonLinkListType public void addPersonLink(PersonLink personLink)
public List<Classification> getAdminList()
ClassificationListType public void setAdminList(List<Classification> value)
value - allowed object is
ClassificationListType public void addAdmin(Classification admin)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
Stringpublic Person getParent()
Objectpublic void setParent(Person value)
value - allowed object is
Objectpublic void beforeMarshal(Marshaller m)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||