fr.etai.xat2v2.obj
Class Person

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

public class Person
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Person

public Person()
Method Detail

getBreakdownList

public List<Classification> getBreakdownList()
Gets the value of the breakdownList property.

Returns:
possible object is ClassificationListType

setBreakdownList

public void setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property.

Parameters:
value - allowed object is ClassificationListType

addBreakdown

public void addBreakdown(Classification breakdown)

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getFirstname

public String getFirstname()
Gets the value of the firstname property.

Returns:
possible object is String

setFirstname

public void setFirstname(String value)
Sets the value of the firstname property.

Parameters:
value - allowed object is String

getTitle

public Classification getTitle()
Gets the value of the title property.

Returns:
possible object is Classification

setTitle

public void setTitle(Classification value)
Sets the value of the title property.

Parameters:
value - allowed object is Classification

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

getContactList

public List<Contact> getContactList()
Gets the value of the contactList property.

Returns:
possible object is ContactListType

setContactList

public void setContactList(List<Contact> value)
Sets the value of the contactList property.

Parameters:
value - allowed object is ContactListType

addContact

public void addContact(Contact contact)

getPaymentDelay

public Value getPaymentDelay()
Gets the value of the paymentDelay property.

Returns:
possible object is Value

setPaymentDelay

public void setPaymentDelay(Value value)
Sets the value of the paymentDelay property.

Parameters:
value - allowed object is Value

getRecoverVAT

public RecoverVAT getRecoverVAT()
Gets the value of the recoverVAT property.

Returns:
possible object is RecoverVAT

setRecoverVAT

public void setRecoverVAT(RecoverVAT value)
Sets the value of the recoverVAT property.

Parameters:
value - allowed object is RecoverVAT

getAgreementList

public List<Agreement> getAgreementList()
Gets the value of the agreementList property.

Returns:
possible object is AgreementListType

setAgreementList

public void setAgreementList(List<Agreement> value)
Sets the value of the agreementList property.

Parameters:
value - allowed object is AgreementListType

addAgreement

public void addAgreement(Agreement agreement)

getClassificationList

public List<Classification> getClassificationList()
Gets the value of the classificationList property.

Returns:
possible object is ClassificationListType

setClassificationList

public void setClassificationList(List<Classification> value)
Sets the value of the classificationList property.

Parameters:
value - allowed object is ClassificationListType

addClassification

public void addClassification(Classification cl)

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getNetworkList

public List<Network> getNetworkList()
Gets the value of the networkList property.

Returns:
possible object is NetworkListType

setNetworkList

public void setNetworkList(List<Network> value)
Sets the value of the networkList property.

Parameters:
value - allowed object is NetworkListType

addNetwork

public void addNetwork(Network network)

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)

getPersonLinkList

public List<PersonLink> getPersonLinkList()
Gets the value of the personLinkList property.

Returns:
possible object is PersonLinkListType

setPersonLinkList

public void setPersonLinkList(List<PersonLink> value)
Sets the value of the personLinkList property.

Parameters:
value - allowed object is PersonLinkListType

addPersonLink

public void addPersonLink(PersonLink personLink)

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 ClassificationListType

addAdmin

public void addAdmin(Classification admin)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

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

getParent

public Person getParent()
Gets the value of the parent property.

Returns:
possible object is Object

setParent

public void setParent(Person value)
Sets the value of the parent property.

Parameters:
value - allowed object is Object

beforeMarshal

public void beforeMarshal(Marshaller m)


Copyright © 2012. All Rights Reserved.