net.ivoa.xml.stc.stc_v1_30
Class Vector3CoordinateType

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.Vector3CoordinateType
Direct Known Subclasses:
GenVector3CoordinateType, PosVector3CoordinateType

public class Vector3CoordinateType
extends CoordinateType

Single CError3, CResolution3, CSize3, CPixSize3 elements indicate definite values; pairs indicate ranges

Java class for vector3CoordinateType complex type.

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

 <complexType name="vector3CoordinateType">
   <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}CValue3" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CError3" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CResolution3" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CSize3" maxOccurs="2" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CPixSize3" maxOccurs="2" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cError3
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cPixSize3
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cResolution3
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> cSize3
           
protected  javax.xml.bind.JAXBElement<?> cValue3
           
protected  java.lang.String name1
           
protected  java.lang.String name2
           
protected  java.lang.String name3
           
 
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
Vector3CoordinateType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<?>> getCError3()
          Gets the value of the cError3 property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getCPixSize3()
          Gets the value of the cPixSize3 property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getCResolution3()
          Gets the value of the cResolution3 property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getCSize3()
          Gets the value of the cSize3 property.
 javax.xml.bind.JAXBElement<?> getCValue3()
          Gets the value of the cValue3 property.
 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.
 void setCValue3(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the cValue3 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.
 
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

cValue3

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

cError3

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

cResolution3

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

cSize3

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

cPixSize3

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

Vector3CoordinateType

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

getCValue3

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

Returns:
possible object is JAXBElement<Object> JAXBElement<Double3Type> JAXBElement<Curve3Type>

setCValue3

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

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<Double3Type> JAXBElement<Curve3Type>

getCError3

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

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

    getCError3().add(newItem);
 

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


getCResolution3

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

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

    getCResolution3().add(newItem);
 

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


getCSize3

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

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

    getCSize3().add(newItem);
 

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


getCPixSize3

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

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

    getCPixSize3().add(newItem);
 

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



Copyright © 2011 VAMDC. All Rights Reserved.