net.ivoa.xml.stc.stc_v1_30
Class PixelVector3CoordinateType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordinateType
          extended by net.ivoa.xml.stc.stc_v1_30.PixelVector3CoordinateType

public class PixelVector3CoordinateType
extends CoordinateType

3-D pixel coordinate type

Java class for pixelVector3CoordinateType complex type.

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

 <complexType name="pixelVector3CoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
       <sequence>
         <element name="Name1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Value3" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name1
           
protected  java.lang.String name2
           
protected  java.lang.String name3
           
protected  Double3Type value3
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
frameId, name
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
PixelVector3CoordinateType()
           
 
Method Summary
 java.lang.String getName1()
          Gets the value of the name1 property.
 java.lang.String getName2()
          Gets the value of the name2 property.
 java.lang.String getName3()
          Gets the value of the name3 property.
 Double3Type getValue3()
          Gets the value of the value3 property.
 void setName1(java.lang.String value)
          Sets the value of the name1 property.
 void setName2(java.lang.String value)
          Sets the value of the name2 property.
 void setName3(java.lang.String value)
          Sets the value of the name3 property.
 void setValue3(Double3Type value)
          Sets the value of the value3 property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
getFrameId, getName, setFrameId, setName
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name1

protected java.lang.String name1

name2

protected java.lang.String name2

name3

protected java.lang.String name3

value3

protected Double3Type value3
Constructor Detail

PixelVector3CoordinateType

public PixelVector3CoordinateType()
Method Detail

getName1

public java.lang.String getName1()
Gets the value of the name1 property.

Returns:
possible object is String

setName1

public void setName1(java.lang.String value)
Sets the value of the name1 property.

Parameters:
value - allowed object is String

getName2

public java.lang.String getName2()
Gets the value of the name2 property.

Returns:
possible object is String

setName2

public void setName2(java.lang.String value)
Sets the value of the name2 property.

Parameters:
value - allowed object is String

getName3

public java.lang.String getName3()
Gets the value of the name3 property.

Returns:
possible object is String

setName3

public void setName3(java.lang.String value)
Sets the value of the name3 property.

Parameters:
value - allowed object is String

getValue3

public Double3Type getValue3()
Gets the value of the value3 property.

Returns:
possible object is Double3Type

setValue3

public void setValue3(Double3Type value)
Sets the value of the value3 property.

Parameters:
value - allowed object is Double3Type


Copyright © 2011 VAMDC. All Rights Reserved.