public class AVCL extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}head" minOccurs="0"/>
         <element ref="{}body"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
       <attribute name="version" use="required" type="{}avclVersion" />
       <attribute name="vehicleName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="vehicleType" use="required" type="{}vehicleType" />
       <attribute name="vehicleID" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" default="0" />
       <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}date" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected AvclBodyType | body | 
| protected XMLGregorianCalendar | date | 
| protected String | description | 
| protected AvclHeadType | head | 
| protected String | id | 
| protected Double | timeStamp | 
| protected Integer | vehicleID | 
| protected String | vehicleName | 
| protected VehicleType | vehicleType | 
| protected String | version | 
| Constructor and Description | 
|---|
| AVCL() | 
| Modifier and Type | Method and Description | 
|---|---|
| AvclBodyType | getBody()The body of the mission includes all actionable information. | 
| XMLGregorianCalendar | getDate()Gets the value of the date property. | 
| String | getDescription()Gets the value of the description property. | 
| AvclHeadType | getHead()The head section contains metadata about this file, not about the mission. | 
| String | getId()Gets the value of the id property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| int | getVehicleID()Gets the value of the vehicleID property. | 
| String | getVehicleName()Gets the value of the vehicleName property. | 
| VehicleType | getVehicleType()Gets the value of the vehicleType property. | 
| String | getVersion()Gets the value of the version property. | 
| void | setBody(AvclBodyType value)Sets the value of the body property. | 
| void | setDate(XMLGregorianCalendar value)Sets the value of the date property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setHead(AvclHeadType value)Sets the value of the head property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
| void | setVehicleID(Integer value)Sets the value of the vehicleID property. | 
| void | setVehicleName(String value)Sets the value of the vehicleName property. | 
| void | setVehicleType(VehicleType value)Sets the value of the vehicleType property. | 
| void | setVersion(String value)Sets the value of the version property. | 
protected AvclHeadType head
protected AvclBodyType body
protected String version
protected String vehicleName
protected VehicleType vehicleType
protected Integer vehicleID
protected XMLGregorianCalendar date
protected Double timeStamp
protected String description
protected String id
public AvclHeadType getHead()
AvclHeadTypepublic void setHead(AvclHeadType value)
value - allowed object is
     AvclHeadTypepublic AvclBodyType getBody()
AvclBodyTypepublic void setBody(AvclBodyType value)
value - allowed object is
     AvclBodyTypepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
     Stringpublic String getVehicleName()
Stringpublic void setVehicleName(String value)
value - allowed object is
     Stringpublic VehicleType getVehicleType()
VehicleTypepublic void setVehicleType(VehicleType value)
value - allowed object is
     VehicleTypepublic int getVehicleID()
Integerpublic void setVehicleID(Integer value)
value - allowed object is
     Integerpublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String