All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.space.xtce.TelemetryMetaDataType Maven / Gradle / Ivy

Go to download

This project contains software to support the Object Management Group (OMG) Space Domain Task Force (SDTF) maintained XML Telemetry and Command Exchange (XTCE) specification.

There is a newer version: 1.1.6
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.03.16 at 05:52:46 PM MST 
//


package org.omg.space.xtce;

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.XmlType;


/**
 * All the data about telemetry is contained in TelemetryMetaData
 * 
 * 

Java class for TelemetryMetaDataType complex type. * *

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

 * <complexType name="TelemetryMetaDataType">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="ParameterTypeSet" type="{http://www.omg.org/space/xtce}ParameterTypeSetType" minOccurs="0"/>
 *         <element name="ParameterSet" type="{http://www.omg.org/space/xtce}ParameterSetType" minOccurs="0"/>
 *         <element name="ContainerSet" type="{http://www.omg.org/space/xtce}ContainerSetType" minOccurs="0"/>
 *         <element name="MessageSet" minOccurs="0">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="Message" maxOccurs="unbounded">
 *                     <complexType>
 *                       <complexContent>
 *                         <extension base="{http://www.omg.org/space/xtce}NameDescriptionType">
 *                           <sequence>
 *                             <element name="MatchCriteria" type="{http://www.omg.org/space/xtce}MatchCriteriaType"/>
 *                             <element name="ContainerRef" type="{http://www.omg.org/space/xtce}ContainerRefType"/>
 *                           </sequence>
 *                         </extension>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *         <element name="StreamSet" type="{http://www.omg.org/space/xtce}StreamSetType" minOccurs="0"/>
 *         <element name="AlgorithmSet" type="{http://www.omg.org/space/xtce}AlgorithmSetType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TelemetryMetaDataType", propOrder = { "parameterTypeSet", "parameterSet", "containerSet", "messageSet", "streamSet", "algorithmSet" }) public class TelemetryMetaDataType { @XmlElement(name = "ParameterTypeSet") protected ParameterTypeSetType parameterTypeSet; @XmlElement(name = "ParameterSet") protected ParameterSetType parameterSet; @XmlElement(name = "ContainerSet") protected ContainerSetType containerSet; @XmlElement(name = "MessageSet") protected TelemetryMetaDataType.MessageSet messageSet; @XmlElement(name = "StreamSet") protected StreamSetType streamSet; @XmlElement(name = "AlgorithmSet") protected AlgorithmSetType algorithmSet; /** * Gets the value of the parameterTypeSet property. * * @return * possible object is * {@link ParameterTypeSetType } * */ public ParameterTypeSetType getParameterTypeSet() { return parameterTypeSet; } /** * Sets the value of the parameterTypeSet property. * * @param value * allowed object is * {@link ParameterTypeSetType } * */ public void setParameterTypeSet(ParameterTypeSetType value) { this.parameterTypeSet = value; } /** * Gets the value of the parameterSet property. * * @return * possible object is * {@link ParameterSetType } * */ public ParameterSetType getParameterSet() { return parameterSet; } /** * Sets the value of the parameterSet property. * * @param value * allowed object is * {@link ParameterSetType } * */ public void setParameterSet(ParameterSetType value) { this.parameterSet = value; } /** * Gets the value of the containerSet property. * * @return * possible object is * {@link ContainerSetType } * */ public ContainerSetType getContainerSet() { return containerSet; } /** * Sets the value of the containerSet property. * * @param value * allowed object is * {@link ContainerSetType } * */ public void setContainerSet(ContainerSetType value) { this.containerSet = value; } /** * Gets the value of the messageSet property. * * @return * possible object is * {@link TelemetryMetaDataType.MessageSet } * */ public TelemetryMetaDataType.MessageSet getMessageSet() { return messageSet; } /** * Sets the value of the messageSet property. * * @param value * allowed object is * {@link TelemetryMetaDataType.MessageSet } * */ public void setMessageSet(TelemetryMetaDataType.MessageSet value) { this.messageSet = value; } /** * Gets the value of the streamSet property. * * @return * possible object is * {@link StreamSetType } * */ public StreamSetType getStreamSet() { return streamSet; } /** * Sets the value of the streamSet property. * * @param value * allowed object is * {@link StreamSetType } * */ public void setStreamSet(StreamSetType value) { this.streamSet = value; } /** * Gets the value of the algorithmSet property. * * @return * possible object is * {@link AlgorithmSetType } * */ public AlgorithmSetType getAlgorithmSet() { return algorithmSet; } /** * Sets the value of the algorithmSet property. * * @param value * allowed object is * {@link AlgorithmSetType } * */ public void setAlgorithmSet(AlgorithmSetType value) { this.algorithmSet = value; } /** *

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 name="Message" maxOccurs="unbounded">
     *           <complexType>
     *             <complexContent>
     *               <extension base="{http://www.omg.org/space/xtce}NameDescriptionType">
     *                 <sequence>
     *                   <element name="MatchCriteria" type="{http://www.omg.org/space/xtce}MatchCriteriaType"/>
     *                   <element name="ContainerRef" type="{http://www.omg.org/space/xtce}ContainerRefType"/>
     *                 </sequence>
     *               </extension>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "message" }) public static class MessageSet { @XmlElement(name = "Message", required = true) protected List message; /** * Gets the value of the message property. * *

* 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 set method for the message property. * *

* For example, to add a new item, do as follows: *

         *    getMessage().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link TelemetryMetaDataType.MessageSet.Message } * * */ public List getMessage() { if (message == null) { message = new ArrayList(); } return this.message; } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <extension base="{http://www.omg.org/space/xtce}NameDescriptionType">
         *       <sequence>
         *         <element name="MatchCriteria" type="{http://www.omg.org/space/xtce}MatchCriteriaType"/>
         *         <element name="ContainerRef" type="{http://www.omg.org/space/xtce}ContainerRefType"/>
         *       </sequence>
         *     </extension>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "matchCriteria", "containerRef" }) public static class Message extends NameDescriptionType { @XmlElement(name = "MatchCriteria", required = true) protected MatchCriteriaType matchCriteria; @XmlElement(name = "ContainerRef", required = true) protected ContainerRefType containerRef; /** * Gets the value of the matchCriteria property. * * @return * possible object is * {@link MatchCriteriaType } * */ public MatchCriteriaType getMatchCriteria() { return matchCriteria; } /** * Sets the value of the matchCriteria property. * * @param value * allowed object is * {@link MatchCriteriaType } * */ public void setMatchCriteria(MatchCriteriaType value) { this.matchCriteria = value; } /** * Gets the value of the containerRef property. * * @return * possible object is * {@link ContainerRefType } * */ public ContainerRefType getContainerRef() { return containerRef; } /** * Sets the value of the containerRef property. * * @param value * allowed object is * {@link ContainerRefType } * */ public void setContainerRef(ContainerRefType value) { this.containerRef = value; } } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy