Skip to content
Satellites.java 8.93 KiB
Newer Older
xtof's avatar
xtof committed
//
// Ce fichier a t gnr par l'implmentation de rfrence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802 
// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
// Toute modification apporte  ce fichier sera perdue lors de la recompilation du schma source. 
// Gnr le : 2019.08.04  06:45:14 PM CEST 
//


package org.avmdti.AmsatList.generated;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * <p>Classe Java pour anonymous complex type.
 * 
 * <p>Le fragment de schma suivant indique le contenu attendu figurant dans cette classe.
 * 
 * <pre>
 * &lt;complexType>
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;sequence>
 *         &lt;element ref="{}Name"/>
 *         &lt;element ref="{}NasaID"/>
 *         &lt;element ref="{}Status"/>
 *         &lt;element ref="{}LaunchData"/>
 *         &lt;element ref="{}OSCARNumber"/>
 *         &lt;element ref="{}SatelliteInformationStatus"/>
 *         &lt;element ref="{}UpdateDate"/>
 *         &lt;choice maxOccurs="unbounded">
 *           &lt;element ref="{}Information"/>
 *           &lt;element ref="{}RadioData"/>
 *         &lt;/choice>
 *         &lt;element ref="{}TelemetryData" minOccurs="0"/>
 *         &lt;element ref="{}Description" minOccurs="0"/>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "name",
    "nasaID",
    "status",
    "launchData",
    "oscarNumber",
    "satelliteInformationStatus",
    "updateDate",
    "informationOrRadioData",
    "telemetryData",
    "description"
})
@XmlRootElement(name = "Satellites")
public class Satellites {

    @XmlElement(name = "Name", required = true)
    protected String name;
    @XmlElement(name = "NasaID", required = true)
    protected String nasaID;
    @XmlElement(name = "Status", required = true)
    protected String status;
    @XmlElement(name = "LaunchData", required = true)
    protected LaunchData launchData;
    @XmlElement(name = "OSCARNumber", required = true)
    protected String oscarNumber;
    @XmlElement(name = "SatelliteInformationStatus", required = true)
    @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
    @XmlSchemaType(name = "NCName")
    protected String satelliteInformationStatus;
    @XmlElement(name = "UpdateDate", required = true)
    @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
    @XmlSchemaType(name = "NMTOKEN")
    protected String updateDate;
    @XmlElements({
        @XmlElement(name = "Information", type = Information.class),
        @XmlElement(name = "RadioData", type = RadioData.class)
    })
    protected List<Object> informationOrRadioData;
    @XmlElement(name = "TelemetryData")
    protected TelemetryData telemetryData;
    @XmlElement(name = "Description")
    protected Description description;

    /**
     * Obtient la valeur de la proprit name.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getName() {
        return name;
    }

    /**
     * Dfinit la valeur de la proprit name.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setName(String value) {
        this.name = value;
    }

    /**
     * Obtient la valeur de la proprit nasaID.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getNasaID() {
        return nasaID;
    }

    /**
     * Dfinit la valeur de la proprit nasaID.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setNasaID(String value) {
        this.nasaID = value;
    }

    /**
     * Obtient la valeur de la proprit status.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getStatus() {
        return status;
    }

    /**
     * Dfinit la valeur de la proprit status.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setStatus(String value) {
        this.status = value;
    }

    /**
     * Obtient la valeur de la proprit launchData.
     * 
     * @return
     *     possible object is
     *     {@link LaunchData }
     *     
     */
    public LaunchData getLaunchData() {
        return launchData;
    }

    /**
     * Dfinit la valeur de la proprit launchData.
     * 
     * @param value
     *     allowed object is
     *     {@link LaunchData }
     *     
     */
    public void setLaunchData(LaunchData value) {
        this.launchData = value;
    }

    /**
     * Obtient la valeur de la proprit oscarNumber.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getOSCARNumber() {
        return oscarNumber;
    }

    /**
     * Dfinit la valeur de la proprit oscarNumber.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setOSCARNumber(String value) {
        this.oscarNumber = value;
    }

    /**
     * Obtient la valeur de la proprit satelliteInformationStatus.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSatelliteInformationStatus() {
        return satelliteInformationStatus;
    }

    /**
     * Dfinit la valeur de la proprit satelliteInformationStatus.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSatelliteInformationStatus(String value) {
        this.satelliteInformationStatus = value;
    }

    /**
     * Obtient la valeur de la proprit updateDate.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getUpdateDate() {
        return updateDate;
    }

    /**
     * Dfinit la valeur de la proprit updateDate.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setUpdateDate(String value) {
        this.updateDate = value;
    }

    /**
     * Gets the value of the informationOrRadioData property.
     * 
     * <p>
     * This accessor method returns a reference to the live list,
     * not a snapshot. Therefore any modification you make to the
     * returned list will be present inside the JAXB object.
     * This is why there is not a <CODE>set</CODE> method for the informationOrRadioData property.
     * 
     * <p>
     * For example, to add a new item, do as follows:
     * <pre>
     *    getInformationOrRadioData().add(newItem);
     * </pre>
     * 
     * 
     * <p>
     * Objects of the following type(s) are allowed in the list
     * {@link Information }
     * {@link RadioData }
     * 
     * 
     */
    public List<Object> getInformationOrRadioData() {
        if (informationOrRadioData == null) {
            informationOrRadioData = new ArrayList<Object>();
        }
        return this.informationOrRadioData;
    }

    /**
     * Obtient la valeur de la proprit telemetryData.
     * 
     * @return
     *     possible object is
     *     {@link TelemetryData }
     *     
     */
    public TelemetryData getTelemetryData() {
        return telemetryData;
    }

    /**
     * Dfinit la valeur de la proprit telemetryData.
     * 
     * @param value
     *     allowed object is
     *     {@link TelemetryData }
     *     
     */
    public void setTelemetryData(TelemetryData value) {
        this.telemetryData = value;
    }

    /**
     * Obtient la valeur de la proprit description.
     * 
     * @return
     *     possible object is
     *     {@link Description }
     *     
     */
    public Description getDescription() {
        return description;
    }

    /**
     * Dfinit la valeur de la proprit description.
     * 
     * @param value
     *     allowed object is
     *     {@link Description }
     *     
     */
    public void setDescription(Description value) {
        this.description = value;
    }

}