|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.File
public class File
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>
| 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 |
|---|
public File()
| Method Detail |
|---|
public List<Classification> getBreakdownList()
ClassificationListType public void setBreakdownList(List<Classification> value)
value - allowed object is
ClassificationListType public void addBreakdown(Classification breakdown)
public List<Classification> getAdminList()
ClassificationListType public List<ExplicitDate> getDateList()
DateListType public void setDateList(List<ExplicitDate> value)
value - allowed object is
DateListType public void addDate(ExplicitDate date)
public void setAdminList(List<Classification> value)
value - allowed object is
ClassificationListType public void addAdmin(Classification admin)
public List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public Settings getSettings()
Settingspublic void setSettings(Settings value)
value - allowed object is
Settingspublic List<PersonLink> getPersonLinkList()
PersonLinkListType public void setPersonLinkList(List<PersonLink> value)
value - allowed object is
PersonLinkListType public void addPersonLink(PersonLink personLink)
public List<VehicleLink> getVehicleLinkList()
VehicleLinkListType public void setVehicleLinkList(List<VehicleLink> value)
value - allowed object is
VehicleLinkListType public void addVehicleLink(VehicleLink vehicle)
public List<CalculatingLink> getCalculatingLinkList()
CalculatingLinkListType public void setCalculatingLinkList(List<CalculatingLink> value)
value - allowed object is
CalculatingLinkListType public void addCalculatingLink(CalculatingLink calculatingLink)
public List<PartLink> getPartLinkList()
PartLinkListType public void setPartLinkList(List<PartLink> value)
value - allowed object is
PartLinkListType public void addPartLink(PartLink partLink)
public List<BillingLink> getBillingLinkList()
BillingLinkListType public void setBillingLinkList(List<BillingLink> value)
value - allowed object is
BillingLinkListType public void addBillingLink(BillingLink billingLink)
public List<AttachedFileLink> getAttachedFileLinkList()
attachedFileLinkListType public void setAttachedFileLinkList(List<AttachedFileLink> value)
value - allowed object is
AttachedFileLinkListType public void addAttachedFileLink(AttachedFileLink attachedFileLink)
public List<Classification> getStatus()
ClassificationListType public void setStatus(List<Classification> value)
value - allowed object is
ClassificationListType public void addStatus(Classification st)
public CommentList getCommentList()
CommentListpublic void setCommentList(CommentList value)
value - allowed object is
CommentList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||