net.ivoa.xml.stc.stc_v1_30
Class Vector2CoordinateType

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.Vector2CoordinateType
Direct Known Subclasses:
GenVector2CoordinateType, PosVector2CoordinateType

public class Vector2CoordinateType
extends CoordinateType

Single CError2, CResolution2, CSize2, CPixSize2 elements indicate definite values; pairs indicate ranges

Java class for vector2CoordinateType complex type.

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

 <complexType name="vector2CoordinateType">
   <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}CValue2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CError2" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CResolution2" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CSize2" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CPixSize2" maxOccurs="2" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cError2
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cPixSize2
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cResolution2
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cSize2
           
protected  javax.xml.bind.JAXBElement<?> cValue2
           
protected  java.lang.String name1
           
protected  java.lang.String name2
           
 
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
Vector2CoordinateType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<?>> getCError2()
          Gets the value of the cError2 property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getCPixSize2()
          Gets the value of the cPixSize2 property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getCResolution2()
          Gets the value of the cResolution2 property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getCSize2()
          Gets the value of the cSize2 property.
 javax.xml.bind.JAXBElement<?> getCValue2()
          Gets the value of the cValue2 property.
 java.lang.String getName1()
          Gets the value of the name1 property.
 java.lang.String getName2()
          Gets the value of the name2 property.
 void setCValue2(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the cValue2 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.
 
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

cValue2

protected javax.xml.bind.JAXBElement<?> cValue2

cError2

protected java.util.List<javax.xml.bind.JAXBElement<?>> cError2

cResolution2

protected java.util.List<javax.xml.bind.JAXBElement<?>> cResolution2

cSize2

protected java.util.List<javax.xml.bind.JAXBElement<?>> cSize2

cPixSize2

protected java.util.List<javax.xml.bind.JAXBElement<?>> cPixSize2
Constructor Detail

Vector2CoordinateType

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

getCValue2

public javax.xml.bind.JAXBElement<?> getCValue2()
Gets the value of the cValue2 property.

Returns:
possible object is JAXBElement<Object> JAXBElement<Double2Type> JAXBElement<Curve2Type>

setCValue2

public void setCValue2(javax.xml.bind.JAXBElement<?> value)
Sets the value of the cValue2 property.

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<Double2Type> JAXBElement<Curve2Type>

getCError2

public java.util.List<javax.xml.bind.JAXBElement<?>> getCError2()
Gets the value of the cError2 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 cError2 property.

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

    getCError2().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Size2Type> JAXBElement<Double1Type> JAXBElement<Object> JAXBElement<Double4Type>


getCResolution2

public java.util.List<javax.xml.bind.JAXBElement<?>> getCResolution2()
Gets the value of the cResolution2 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 cResolution2 property.

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

    getCResolution2().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Double4Type> JAXBElement<Double1Type> JAXBElement<Object> JAXBElement<Size2Type>


getCSize2

public java.util.List<javax.xml.bind.JAXBElement<?>> getCSize2()
Gets the value of the cSize2 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 cSize2 property.

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

    getCSize2().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Double4Type> JAXBElement<Double1Type> JAXBElement<Size2Type> JAXBElement<Object>


getCPixSize2

public java.util.List<javax.xml.bind.JAXBElement<?>> getCPixSize2()
Gets the value of the cPixSize2 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 cPixSize2 property.

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

    getCPixSize2().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Double4Type> JAXBElement<Size2Type> JAXBElement<Object>



Copyright © 2011 VAMDC. All Rights Reserved.