net.ivoa.xml.stc.stc_v1_30
Class Size3Type

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.Double3Type
          extended by net.ivoa.xml.stc.stc_v1_30.Size3Type

public class Size3Type
extends Double3Type

Consists of a Size (3 doubles) and optional position angle element

Java class for size3Type complex type.

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

 <complexType name="size3Type">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double3Type">
       <sequence>
         <element name="PosAngle1" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posAngleType" minOccurs="0"/>
         <element name="PosAngle2" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posAngleType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<PosAngleType> posAngle1
           
protected  javax.xml.bind.JAXBElement<PosAngleType> posAngle2
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.Double3Type
c1, c2, c3, genUnit, unit, velTimeUnit
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
Size3Type()
           
 
Method Summary
 javax.xml.bind.JAXBElement<PosAngleType> getPosAngle1()
          Gets the value of the posAngle1 property.
 javax.xml.bind.JAXBElement<PosAngleType> getPosAngle2()
          Gets the value of the posAngle2 property.
 void setPosAngle1(javax.xml.bind.JAXBElement<PosAngleType> value)
          Sets the value of the posAngle1 property.
 void setPosAngle2(javax.xml.bind.JAXBElement<PosAngleType> value)
          Sets the value of the posAngle2 property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.Double3Type
getC1, getC2, getC3, getGenUnit, getUnit, getVelTimeUnit, setC1, setC2, setC3, setGenUnit, setUnit, setVelTimeUnit
 
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

posAngle1

protected javax.xml.bind.JAXBElement<PosAngleType> posAngle1

posAngle2

protected javax.xml.bind.JAXBElement<PosAngleType> posAngle2
Constructor Detail

Size3Type

public Size3Type()
Method Detail

getPosAngle1

public javax.xml.bind.JAXBElement<PosAngleType> getPosAngle1()
Gets the value of the posAngle1 property.

Returns:
possible object is JAXBElement<PosAngleType>

setPosAngle1

public void setPosAngle1(javax.xml.bind.JAXBElement<PosAngleType> value)
Sets the value of the posAngle1 property.

Parameters:
value - allowed object is JAXBElement<PosAngleType>

getPosAngle2

public javax.xml.bind.JAXBElement<PosAngleType> getPosAngle2()
Gets the value of the posAngle2 property.

Returns:
possible object is JAXBElement<PosAngleType>

setPosAngle2

public void setPosAngle2(javax.xml.bind.JAXBElement<PosAngleType> value)
Sets the value of the posAngle2 property.

Parameters:
value - allowed object is JAXBElement<PosAngleType>


Copyright © 2011 VAMDC. All Rights Reserved.