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

gov.nasa.arc.pds.xml.generated.VectorCartesian3Position Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.4 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2021.12.10 at 07:24:03 AM GMT 
//


package gov.nasa.arc.pds.xml.generated;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * The Vector_Cartesian_3_Position class is a 3
 *         element Cartesian vector for position
 *         coordinates.
 * 
 * 

Java class for Vector_Cartesian_3_Position complex type. * *

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

 * <complexType name="Vector_Cartesian_3_Position">
 *   <complexContent>
 *     <restriction base="{http://pds.nasa.gov/pds4/pds/v1}Vector_Cartesian_3">
 *       <sequence>
 *         <element name="reference_frame_id" type="{http://pds.nasa.gov/pds4/pds/v1}reference_frame_id"/>
 *         <element name="x" type="{http://pds.nasa.gov/pds4/pds/v1}x"/>
 *         <element name="y" type="{http://pds.nasa.gov/pds4/pds/v1}y"/>
 *         <element name="z" type="{http://pds.nasa.gov/pds4/pds/v1}z"/>
 *       </sequence>
 *       <attribute name="unit" use="required" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Vector_Cartesian_3_Position") public class VectorCartesian3Position extends VectorCartesian3 { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy