net.ivoa.xml.stc.stc_v1_30
Class Size2Type

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.Double2Type
          extended by net.ivoa.xml.stc.stc_v1_30.Size2Type

public class Size2Type
extends Double2Type

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

Java class for size2Type complex type.

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

 <complexType name="size2Type">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type">
       <sequence>
         <element name="PosAngle" 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> posAngle
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.Double2Type
c1, c2, genUnit, unit, velTimeUnit
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
Size2Type()
           
 
Method Summary
 javax.xml.bind.JAXBElement<PosAngleType> getPosAngle()
          Gets the value of the posAngle property.
 void setPosAngle(javax.xml.bind.JAXBElement<PosAngleType> value)
          Sets the value of the posAngle property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.Double2Type
getC1, getC2, getGenUnit, getUnit, getVelTimeUnit, setC1, setC2, 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

posAngle

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

Size2Type

public Size2Type()
Method Detail

getPosAngle

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

Returns:
possible object is JAXBElement<PosAngleType>

setPosAngle

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

Parameters:
value - allowed object is JAXBElement<PosAngleType>


Copyright © 2011 VAMDC. All Rights Reserved.