fr.etai.xat2v2.obj
Class SurveyMission

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

public class SurveyMission
extends Object
implements Serializable

SurveyMission gives all information about a survey mission

Java class for SurveyMissionType complex type.

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

 <complexType name="SurveyMissionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="person-link-list" type="{http://xat2.etai.fr}PersonLinkListType" minOccurs="0"/>
         <element name="place" type="{http://xat2.etai.fr}PlaceType" minOccurs="0"/>
         <element name="mission-id" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
         <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
         <element name="procedure-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" 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" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SurveyMission()
           
 
Method Summary
 void addClassification(Classification cl)
           
 void addDate(ExplicitDate date)
           
 void addMissionId(Classification miss)
           
 void addPersonLink(PersonLink personLink)
           
 void addProcedure(Classification proc)
           
 List<Classification> getClassificationList()
          Gets the value of the classificationList property.
 List<ExplicitDate> getDateList()
          Gets the value of the dateList property.
 String getInternalId()
          Gets the value of the internalId property.
 Label getLabel()
          Gets the value of the label property.
 List<Classification> getMissionId()
          Gets the value of the missionId property.
 List<PersonLink> getPersonLinkList()
          Gets the value of the personLinkList property.
 Place getPlace()
          Gets the value of the place property.
 List<Classification> getProcedureList()
          Gets the value of the procedure-list property.
 String getSource()
          Gets the value of the source property.
 void setClassificationList(List<Classification> value)
          Sets the value of the classificationList property.
 void setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void setInternalId(String value)
          Sets the value of the internalId property.
 void setLabel(Label value)
          Sets the value of the label property.
 void setMissionId(List<Classification> value)
          Sets the value of the missionId property.
 void setPersonLinkList(List<PersonLink> value)
          Sets the value of the personLinkList property.
 void setPlace(Place value)
          Sets the value of the place property.
 void setProcedureList(List<Classification> value)
          Sets the value of the procedure-list property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurveyMission

public SurveyMission()
Method Detail

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)

getPlace

public Place getPlace()
Gets the value of the place property.

Returns:
possible object is Place

setPlace

public void setPlace(Place value)
Sets the value of the place property.

Parameters:
value - allowed object is Place

getMissionId

public List<Classification> getMissionId()
Gets the value of the missionId property.

Returns:
possible object is ClassificationListType

setMissionId

public void setMissionId(List<Classification> value)
Sets the value of the missionId property.

Parameters:
value - allowed object is ClassificationListType

addMissionId

public void addMissionId(Classification miss)

getLabel

public Label getLabel()
Gets the value of the label property.

Returns:
possible object is Label

setLabel

public void setLabel(Label value)
Sets the value of the label property.

Parameters:
value - allowed object is Label

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)

getProcedureList

public List<Classification> getProcedureList()
Gets the value of the procedure-list property.

Returns:
possible object is ClassificationListType

setProcedureList

public void setProcedureList(List<Classification> value)
Sets the value of the procedure-list property.

Parameters:
value - allowed object is ClassificationListType

addProcedure

public void addProcedure(Classification proc)

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)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

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


Copyright © 2012. All Rights Reserved.