fr.etai.xat2v2.obj
Class File

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

public class File
extends Object
implements Serializable

File is a file

Java class for FileType complex type.

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

 <complexType name="FileType">
   <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="admin-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
         <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="settings" type="{http://xat2.etai.fr}SettingsType" minOccurs="0"/>
         <element name="person-link-list" type="{http://xat2.etai.fr}PersonLinkListType" minOccurs="0"/>
         <element name="vehicle-link-list" type="{http://xat2.etai.fr}VehicleLinkListType" minOccurs="0"/>
         <element name="calculating-link-list" type="{http://xat2.etai.fr}CalculatingLinkListType" minOccurs="0"/>
         <element name="part-link-list" type="{http://xat2.etai.fr}PartLinkListType" minOccurs="0"/>
         <element name="billing-link-list" type="{http://xat2.etai.fr}BillingLinkListType" minOccurs="0"/>
         <element name="attached-file-link-list" type="{http://xat2.etai.fr}AttachedFileLinkListType" minOccurs="0"/>
         <element name="status" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="comment-list" type="{http://xat2.etai.fr}CommentListType" 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
File()
           
 
Method Summary
 void addAdmin(Classification admin)
           
 void addAttachedFileLink(AttachedFileLink attachedFileLink)
           
 void addBillingLink(BillingLink billingLink)
           
 void addBreakdown(Classification breakdown)
           
 void addCalculatingLink(CalculatingLink calculatingLink)
           
 void addClassification(Classification cl)
           
 void addDate(ExplicitDate date)
           
 void addPartLink(PartLink partLink)
           
 void addPersonLink(PersonLink personLink)
           
 void addStatus(Classification st)
           
 void addVehicleLink(VehicleLink vehicle)
           
 List<Classification> getAdminList()
          Gets the value of the adminList property.
 List<AttachedFileLink> getAttachedFileLinkList()
          Gets the value of the attachedFileLinkList property.
 List<BillingLink> getBillingLinkList()
          Gets the value of the billingLinkList property.
 List<Classification> getBreakdownList()
          Gets the value of the breakdownList property.
 List<CalculatingLink> getCalculatingLinkList()
          Gets the value of the calculatingLinkList property.
 List<Classification> getClassificationList()
          Gets the value of the classificationList property.
 CommentList getCommentList()
          Gets the value of the commentList property.
 List<ExplicitDate> getDateList()
          Gets the value of the dateList property.
 List<PartLink> getPartLinkList()
          Gets the value of the partLinkList property.
 List<PersonLink> getPersonLinkList()
          Gets the value of the personLinkList property.
 Settings getSettings()
          Gets the value of the settings property.
 List<Classification> getStatus()
          Gets the value of the status property.
 List<VehicleLink> getVehicleLinkList()
          Gets the value of the vehicleLinkList property.
 void setAdminList(List<Classification> value)
          Sets the value of the adminList property.
 void setAttachedFileLinkList(List<AttachedFileLink> value)
          Sets the value of the attachedFileLinkList property.
 void setBillingLinkList(List<BillingLink> value)
          Sets the value of the billingLinkList property.
 void setBreakdownList(List<Classification> value)
          Sets the value of the breakdownList property.
 void setCalculatingLinkList(List<CalculatingLink> value)
          Sets the value of the calculatingLinkList property.
 void setClassificationList(List<Classification> value)
          Sets the value of the classificationList property.
 void setCommentList(CommentList value)
          Sets the value of the commentList property.
 void setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void setPartLinkList(List<PartLink> value)
          Sets the value of the partLinkList property.
 void setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 void setSettings(Settings value)
          Sets the value of the settings property.
 void setStatus(List<Classification> value)
          Sets the value of the status property.
 void setVehicleLinkList(List<VehicleLink> value)
          Sets the value of the vehicleLinkList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File()
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)

getAdminList

public List<Classification> getAdminList()
Gets the value of the adminList property.

Returns:
possible object is ClassificationListType

getDateList

public List<ExplicitDate> getDateList()
Gets the value of the dateList property.

Returns:
possible object is DateListType

setDateList

public void setDateList(List<ExplicitDate> value)
Sets the value of the dateList property.

Parameters:
value - allowed object is DateListType

addDate

public void addDate(ExplicitDate date)

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)

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)

getSettings

public Settings getSettings()
Gets the value of the settings property.

Returns:
possible object is Settings

setSettings

public void setSettings(Settings value)
Sets the value of the settings property.

Parameters:
value - allowed object is Settings

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)

getVehicleLinkList

public List<VehicleLink> getVehicleLinkList()
Gets the value of the vehicleLinkList property.

Returns:
possible object is VehicleLinkListType

setVehicleLinkList

public void setVehicleLinkList(List<VehicleLink> value)
Sets the value of the vehicleLinkList property.

Parameters:
value - allowed object is VehicleLinkListType

addVehicleLink

public void addVehicleLink(VehicleLink vehicle)

getCalculatingLinkList

public List<CalculatingLink> getCalculatingLinkList()
Gets the value of the calculatingLinkList property.

Returns:
possible object is CalculatingLinkListType

setCalculatingLinkList

public void setCalculatingLinkList(List<CalculatingLink> value)
Sets the value of the calculatingLinkList property.

Parameters:
value - allowed object is CalculatingLinkListType

addCalculatingLink

public void addCalculatingLink(CalculatingLink calculatingLink)

getPartLinkList

public List<PartLink> getPartLinkList()
Gets the value of the partLinkList property.

Returns:
possible object is PartLinkListType

setPartLinkList

public void setPartLinkList(List<PartLink> value)
Sets the value of the partLinkList property.

Parameters:
value - allowed object is PartLinkListType

addPartLink

public void addPartLink(PartLink partLink)

getBillingLinkList

public List<BillingLink> getBillingLinkList()
Gets the value of the billingLinkList property.

Returns:
possible object is BillingLinkListType

setBillingLinkList

public void setBillingLinkList(List<BillingLink> value)
Sets the value of the billingLinkList property.

Parameters:
value - allowed object is BillingLinkListType

addBillingLink

public void addBillingLink(BillingLink billingLink)

getAttachedFileLinkList

public List<AttachedFileLink> getAttachedFileLinkList()
Gets the value of the attachedFileLinkList property.

Returns:
possible object is attachedFileLinkListType

setAttachedFileLinkList

public void setAttachedFileLinkList(List<AttachedFileLink> value)
Sets the value of the attachedFileLinkList property.

Parameters:
value - allowed object is AttachedFileLinkListType

addAttachedFileLink

public void addAttachedFileLink(AttachedFileLink attachedFileLink)

getStatus

public List<Classification> getStatus()
Gets the value of the status property.

Returns:
possible object is ClassificationListType

setStatus

public void setStatus(List<Classification> value)
Sets the value of the status property.

Parameters:
value - allowed object is ClassificationListType

addStatus

public void addStatus(Classification st)

getCommentList

public CommentList getCommentList()
Gets the value of the commentList property.

Returns:
possible object is CommentList

setCommentList

public void setCommentList(CommentList value)
Sets the value of the commentList property.

Parameters:
value - allowed object is CommentList


Copyright © 2012. All Rights Reserved.