|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Agreement
public class Agreement
Agreement describes an agreement or an agreemment number according to a reference table.
Java class for AgreementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgreementType">
<complexContent>
<extension base="{http://xat2.etai.fr}ClassificationListType">
<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="person-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="vehicle-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Agreement()
|
|
| Method Summary | |
|---|---|
void |
addClassification(Classification c)
|
void |
beforeMarshal(Marshaller m)
|
List<Classification> |
getClassificationList()
|
String |
getInternalId()
Gets the value of the internalId property. |
Person |
getPersonInternalId()
Gets the value of the personInternalId property. |
String |
getSource()
|
Vehicle |
getVehicleInternalId()
Gets the value of the vehicleInternalId property. |
void |
setClassificationList(List<Classification> classificationList)
|
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setPersonInternalId(Person value)
Sets the value of the personInternalId property. |
void |
setSource(String source)
|
void |
setVehicleInternalId(Vehicle value)
Sets the value of the vehicleInternalId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Agreement()
| Method Detail |
|---|
public String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
Stringpublic Person getPersonInternalId()
Objectpublic void setPersonInternalId(Person value)
value - allowed object is
Objectpublic Vehicle getVehicleInternalId()
Objectpublic void setVehicleInternalId(Vehicle value)
value - allowed object is
Objectpublic List<Classification> getClassificationList()
public void setClassificationList(List<Classification> classificationList)
public void addClassification(Classification c)
public String getSource()
public void setSource(String source)
public void beforeMarshal(Marshaller m)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||