|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.SurveyMission
public class SurveyMission
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>
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 |
---|
public SurveyMission()
Method Detail |
---|
public List<PersonLink> getPersonLinkList()
PersonLinkListType
public void setPersonLinkList(List<PersonLink> value)
value
- allowed object is
PersonLinkListType
public void addPersonLink(PersonLink personLink)
public Place getPlace()
Place
public void setPlace(Place value)
value
- allowed object is
Place
public List<Classification> getMissionId()
ClassificationListType
public void setMissionId(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addMissionId(Classification miss)
public Label getLabel()
Label
public void setLabel(Label value)
value
- allowed object is
Label
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public List<Classification> getProcedureList()
ClassificationListType
public void setProcedureList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addProcedure(Classification proc)
public List<Classification> getClassificationList()
ClassificationListType
public void setClassificationList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addClassification(Classification cl)
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getInternalId()
String
public void setInternalId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |