net.ivoa.xml.stc.stc_v1_30
Class SmallCircleType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.SmallCircleType

public class SmallCircleType
extends java.lang.Object

smallCircleType indicates in polygons that side is along small circle; with optional pole

Java class for smallCircleType complex type.

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

 <complexType name="smallCircleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pole" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double2Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<Double2Type> pole
           
 
Constructor Summary
SmallCircleType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<Double2Type> getPole()
          Gets the value of the pole property.
 void setPole(javax.xml.bind.JAXBElement<Double2Type> value)
          Sets the value of the pole property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pole

protected javax.xml.bind.JAXBElement<Double2Type> pole
Constructor Detail

SmallCircleType

public SmallCircleType()
Method Detail

getPole

public javax.xml.bind.JAXBElement<Double2Type> getPole()
Gets the value of the pole property.

Returns:
possible object is JAXBElement<Double2Type>

setPole

public void setPole(javax.xml.bind.JAXBElement<Double2Type> value)
Sets the value of the pole property.

Parameters:
value - allowed object is JAXBElement<Double2Type>


Copyright © 2011 VAMDC. All Rights Reserved.