|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.OwnerShip
public class OwnerShip
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>
| 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 |
|---|
public OwnerShip()
| Method Detail |
|---|
public List<PersonLink> getOwnerList()
PersonLinkListType public void setOwnerList(List<PersonLink> value)
value - allowed object is
PersonLinkListType public void addOwner(PersonLink personLink)
public List<PersonLink> getDriverList()
PersonLinkListType public void setDriverList(List<PersonLink> value)
value - allowed object is
PersonLinkListType public void addDriver(PersonLink personLink)
public List<Classification> getUse()
ClassificationListType public void setUse(List<Classification> value)
value - allowed object is
ClassificationListType public void addUse(Classification u)
public VATStatus getVATStatus()
VATStatuspublic void setVATStatus(VATStatus value)
value - allowed object is
VATStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||