Class VectorCT


  • public class VectorCT
    extends Object
    Type for Vector presenting locations. Unit is METER.

    Java class for Vector_CT complex type.

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

     <complexType name="Vector_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="z" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float x  
      protected float y  
      protected float z  
    • Constructor Summary

      Constructors 
      Constructor Description
      VectorCT()  
    • Field Detail

      • x

        protected float x
      • y

        protected float y
      • z

        protected float z
    • Constructor Detail

      • VectorCT

        public VectorCT()
    • Method Detail

      • getX

        public float getX()
        Gets the value of the x property.
      • setX

        public void setX​(float value)
        Sets the value of the x property.
      • getY

        public float getY()
        Gets the value of the y property.
      • setY

        public void setY​(float value)
        Sets the value of the y property.
      • getZ

        public float getZ()
        Gets the value of the z property.
      • setZ

        public void setZ​(float value)
        Sets the value of the z property.