|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Shuttle
public class Shuttle
This is the main business object handled by the partners of a Xat2 transaction. The Shuttle contains all business information.
Java class for ShuttleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShuttleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="transport" type="{http://xat2.etai.fr}TransportType" minOccurs="0"/> <element name="default-shuttle-settings" type="{http://xat2.etai.fr}DefaultShuttleSettingsType" minOccurs="0"/> <element name="settings" type="{http://xat2.etai.fr}SettingsType" minOccurs="0"/> <element name="file-list" type="{http://xat2.etai.fr}FileListType" minOccurs="0"/> <element name="person-list" type="{http://xat2.etai.fr}PersonListType" minOccurs="0"/> <element name="vehicle-list" type="{http://xat2.etai.fr}VehicleListType" minOccurs="0"/> <element name="calculating-list" type="{http://xat2.etai.fr}CalculatingListType" minOccurs="0"/> <element name="part-list" type="{http://xat2.etai.fr}PartListType" minOccurs="0"/> <element name="billing-list" type="{http://xat2.etai.fr}BillingListType" minOccurs="0"/> <element name="supplier-list" type="{http://xat2.etai.fr}SupplierListType" minOccurs="0"/> <element name="private-list" type="{http://xat2.etai.fr}PrivateListType" minOccurs="0"/> <element name="attached-file-list" type="{http://xat2.etai.fr}AttachedFileListType" minOccurs="0"/> <element name="comment-list" type="{http://xat2.etai.fr}CommentListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Shuttle()
|
Method Summary | |
---|---|
void |
addAttachedFile(AttachedFile attachedFile)
|
void |
addBilling(Billing billing)
|
void |
addCalculating(Calculating calculating)
|
void |
addClientPrivateData(Classification privateData)
|
void |
addFile(File file)
|
void |
addPart(Part part)
|
void |
addPartPrice(Price price)
|
void |
addPerson(Person person)
|
void |
addServerPrivateData(Classification privateData)
|
void |
addSupplier(Supplier supplier)
|
void |
addVehicle(Vehicle vehicle)
|
List<AttachedFile> |
getAttachedFileList()
Gets the value of the attachedFileList property. |
List<Billing> |
getBillingList()
Gets the value of the billingList property. |
List<Calculating> |
getCalculatingList()
Gets the value of the calculatingList property. |
CommentList |
getCommentList()
Gets the value of the commentList property. |
DefaultShuttleSettings |
getDefaultShuttleSettings()
Gets the value of the defaultShuttleSettings property. |
List<File> |
getFileList()
Gets the value of the fileList property. |
PartList |
getPartList()
Gets the value of the partList property. |
List<Person> |
getPersonList()
Gets the value of the personList property. |
PrivateList |
getPrivateList()
Gets the value of the privateList property. |
Settings |
getSettings()
Gets the value of the settings property. |
List<Supplier> |
getSupplierList()
Gets the value of the supplierList property. |
Transport |
getTransport()
Gets the value of the transport property. |
List<Vehicle> |
getVehicleList()
Gets the value of the vehicleList property. |
void |
setAttachedFileList(List<AttachedFile> value)
Sets the value of the attachedFileList property. |
void |
setBillingList(List<Billing> value)
Sets the value of the billingList property. |
void |
setCalculatingList(List<Calculating> value)
Sets the value of the calculatingList property. |
void |
setCommentList(CommentList value)
Sets the value of the commentList property. |
void |
setDefaultShuttleSettings(DefaultShuttleSettings value)
Sets the value of the defaultShuttleSettings property. |
void |
setFileList(List<File> value)
Sets the value of the fileList property. |
void |
setPartList(PartList value)
Sets the value of the partList property. |
void |
setPersonList(List<Person> value)
Sets the value of the personList property. |
void |
setPrivateList(PrivateList value)
Sets the value of the privateList property. |
void |
setSettings(Settings value)
Sets the value of the settings property. |
void |
setSupplierList(List<Supplier> value)
Sets the value of the supplierList property. |
void |
setTransport(Transport value)
Sets the value of the transport property. |
void |
setVehicleList(List<Vehicle> value)
Sets the value of the vehicleList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Shuttle()
Method Detail |
---|
public Transport getTransport()
Transport
public void setTransport(Transport value)
value
- allowed object is
Transport
public DefaultShuttleSettings getDefaultShuttleSettings()
DefaultShuttleSettings
public void setDefaultShuttleSettings(DefaultShuttleSettings value)
value
- allowed object is
DefaultShuttleSettings
public Settings getSettings()
Settings
public void setSettings(Settings value)
value
- allowed object is
Settings
public List<File> getFileList()
FileListType
public void setFileList(List<File> value)
value
- allowed object is
FileListType
public void addFile(File file)
public List<Person> getPersonList()
PersonListType
public void setPersonList(List<Person> value)
value
- allowed object is
PersonListType
public void addPerson(Person person)
public List<Vehicle> getVehicleList()
VehicleListType
public void setVehicleList(List<Vehicle> value)
value
- allowed object is
VehicleListType
public void addVehicle(Vehicle vehicle)
public List<Calculating> getCalculatingList()
CalculatingListType
public void setCalculatingList(List<Calculating> value)
value
- allowed object is
CalculatingListType
public void addCalculating(Calculating calculating)
public PartList getPartList()
PartList
public void setPartList(PartList value)
value
- allowed object is
PartList
public void addPart(Part part)
public void addPartPrice(Price price)
public List<Billing> getBillingList()
BillingListType
public void setBillingList(List<Billing> value)
value
- allowed object is
BillingListType
public void addBilling(Billing billing)
public PrivateList getPrivateList()
PrivateList
public void setPrivateList(PrivateList value)
value
- allowed object is
PrivateList
public void addClientPrivateData(Classification privateData)
public void addServerPrivateData(Classification privateData)
public List<AttachedFile> getAttachedFileList()
AttachedFileListType
public void setAttachedFileList(List<AttachedFile> value)
value
- allowed object is
AttachedFileListType
public void addAttachedFile(AttachedFile attachedFile)
public CommentList getCommentList()
CommentList
public void setCommentList(CommentList value)
value
- allowed object is
CommentList
public List<Supplier> getSupplierList()
SupplierListType
public void setSupplierList(List<Supplier> value)
value
- allowed object is
SupplierListType
public void addSupplier(Supplier supplier)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |