fr.etai.xat2v2.obj
Class Agreement

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

public class Agreement
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Agreement

public Agreement()
Method Detail

getInternalId

public String getInternalId()
Gets the value of the internalId property.

Returns:
possible object is String

setInternalId

public void setInternalId(String value)
Sets the value of the internalId property.

Parameters:
value - allowed object is String

getPersonInternalId

public Person getPersonInternalId()
Gets the value of the personInternalId property.

Returns:
possible object is Object

setPersonInternalId

public void setPersonInternalId(Person value)
Sets the value of the personInternalId property.

Parameters:
value - allowed object is Object

getVehicleInternalId

public Vehicle getVehicleInternalId()
Gets the value of the vehicleInternalId property.

Returns:
possible object is Object

setVehicleInternalId

public void setVehicleInternalId(Vehicle value)
Sets the value of the vehicleInternalId property.

Parameters:
value - allowed object is Object

getClassificationList

public List<Classification> getClassificationList()

setClassificationList

public void setClassificationList(List<Classification> classificationList)

addClassification

public void addClassification(Classification c)

getSource

public String getSource()

setSource

public void setSource(String source)

beforeMarshal

public void beforeMarshal(Marshaller m)


Copyright © 2012. All Rights Reserved.