fr.etai.xat2v2.obj
Class OwnerShip

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

public class OwnerShip
extends Object
implements Serializable

OwnerShip describes the owner and driver of a vehicle.

Java class for OwnerShipType complex type.

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

 <complexType name="OwnerShipType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="owner" type="{http://xat2.etai.fr}PersonLinkType" minOccurs="0"/>
         <element name="driver" type="{http://xat2.etai.fr}PersonLinkType" minOccurs="0"/>
         <element name="use" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="VAT-status" type="{http://xat2.etai.fr}VATStatusType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
OwnerShip()
           
 
Method Summary
 void addDriver(PersonLink personLink)
           
 void addOwner(PersonLink personLink)
           
 void addUse(Classification u)
           
 List<PersonLink> getDriverList()
          Gets the value of the driver property.
 List<PersonLink> getOwnerList()
          Gets the value of the owner property.
 List<Classification> getUse()
          Gets the value of the use property.
 VATStatus getVATStatus()
          Gets the value of the VATStatus property.
 void setDriverList(List<PersonLink> value)
          Sets the value of the driver property.
 void setOwnerList(List<PersonLink> value)
          Sets the value of the owner property.
 void setUse(List<Classification> value)
          Sets the value of the use property.
 void setVATStatus(VATStatus value)
          Sets the value of the VATStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnerShip

public OwnerShip()
Method Detail

getOwnerList

public List<PersonLink> getOwnerList()
Gets the value of the owner property.

Returns:
possible object is PersonLinkListType

setOwnerList

public void setOwnerList(List<PersonLink> value)
Sets the value of the owner property.

Parameters:
value - allowed object is PersonLinkListType

addOwner

public void addOwner(PersonLink personLink)

getDriverList

public List<PersonLink> getDriverList()
Gets the value of the driver property.

Returns:
possible object is PersonLinkListType

setDriverList

public void setDriverList(List<PersonLink> value)
Sets the value of the driver property.

Parameters:
value - allowed object is PersonLinkListType

addDriver

public void addDriver(PersonLink personLink)

getUse

public List<Classification> getUse()
Gets the value of the use property.

Returns:
possible object is ClassificationListType

setUse

public void setUse(List<Classification> value)
Sets the value of the use property.

Parameters:
value - allowed object is ClassificationListType

addUse

public void addUse(Classification u)

getVATStatus

public VATStatus getVATStatus()
Gets the value of the VATStatus property.

Returns:
possible object is VATStatus

setVATStatus

public void setVATStatus(VATStatus value)
Sets the value of the VATStatus property.

Parameters:
value - allowed object is VATStatus


Copyright © 2012. All Rights Reserved.