net.ivoa.xml.stc.stc_v1_30
Class PixelVector2CoordinateType

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.PixelVector2CoordinateType

public class PixelVector2CoordinateType
extends CoordinateType

2-D pixel coordinate type

Java class for pixelVector2CoordinateType complex type.

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

 <complexType name="pixelVector2CoordinateType">
   <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 ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Value2" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name1
           
protected  java.lang.String name2
           
protected  Double2Type value2
           
 
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
PixelVector2CoordinateType()
           
 
Method Summary
 java.lang.String getName1()
          Gets the value of the name1 property.
 java.lang.String getName2()
          Gets the value of the name2 property.
 Double2Type getValue2()
          Gets the value of the value2 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 setValue2(Double2Type value)
          Sets the value of the value2 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

value2

protected Double2Type value2
Constructor Detail

PixelVector2CoordinateType

public PixelVector2CoordinateType()
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

getValue2

public Double2Type getValue2()
Gets the value of the value2 property.

Returns:
possible object is Double2Type

setValue2

public void setValue2(Double2Type value)
Sets the value of the value2 property.

Parameters:
value - allowed object is Double2Type


Copyright © 2011 VAMDC. All Rights Reserved.