public class AvclBodyType extends Object
Java class for avclBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="avclBodyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element ref="{}MissionPreparation"/> <element ref="{}EventLog" minOccurs="0"/> <element ref="{}MissionResults" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected EventLogElementType |
eventLog |
protected MissionPreparationElementType |
missionPreparation |
protected MissionResultsElementType |
missionResults |
Constructor and Description |
---|
AvclBodyType() |
Modifier and Type | Method and Description |
---|---|
EventLogElementType |
getEventLog()
Gets the value of the eventLog property.
|
MissionPreparationElementType |
getMissionPreparation()
Gets the value of the missionPreparation property.
|
MissionResultsElementType |
getMissionResults()
Gets the value of the missionResults property.
|
void |
setEventLog(EventLogElementType value)
Sets the value of the eventLog property.
|
void |
setMissionPreparation(MissionPreparationElementType value)
Sets the value of the missionPreparation property.
|
void |
setMissionResults(MissionResultsElementType value)
Sets the value of the missionResults property.
|
protected MissionPreparationElementType missionPreparation
protected EventLogElementType eventLog
protected MissionResultsElementType missionResults
public MissionPreparationElementType getMissionPreparation()
MissionPreparationElementType
public void setMissionPreparation(MissionPreparationElementType value)
value
- allowed object is
MissionPreparationElementType
public EventLogElementType getEventLog()
EventLogElementType
public void setEventLog(EventLogElementType value)
value
- allowed object is
EventLogElementType
public MissionResultsElementType getMissionResults()
MissionResultsElementType
public void setMissionResults(MissionResultsElementType value)
value
- allowed object is
MissionResultsElementType