|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ivoa.xml.stc.stc_v1_30.StcBaseType net.ivoa.xml.stc.stc_v1_30.StcMetadataType net.ivoa.xml.stc.stc_v1_30.STCRegion
public class STCRegion
Type for STC Region
Java class for STCRegion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STCRegion"> <complexContent> <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcMetadataType"> <sequence> <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}AstroCoordSystem"/> <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}Region"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected AstroCoordSystemType |
astroCoordSystem
|
protected javax.xml.bind.JAXBElement<? extends RegionType> |
region
|
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType |
---|
href, id, idref, idrefType, idType, type, ucd |
Constructor Summary | |
---|---|
STCRegion()
|
Method Summary | |
---|---|
AstroCoordSystemType |
getAstroCoordSystem()
Gets the value of the astroCoordSystem property. |
javax.xml.bind.JAXBElement<? extends RegionType> |
getRegion()
Gets the value of the region property. |
void |
setAstroCoordSystem(AstroCoordSystemType value)
Sets the value of the astroCoordSystem property. |
void |
setRegion(javax.xml.bind.JAXBElement<? extends RegionType> value)
Sets the value of the region property. |
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 |
---|
protected AstroCoordSystemType astroCoordSystem
protected javax.xml.bind.JAXBElement<? extends RegionType> region
Constructor Detail |
---|
public STCRegion()
Method Detail |
---|
public AstroCoordSystemType getAstroCoordSystem()
AstroCoordSystemType
public void setAstroCoordSystem(AstroCoordSystemType value)
value
- allowed object is
AstroCoordSystemType
public javax.xml.bind.JAXBElement<? extends RegionType> getRegion()
JAXBElement
<
CircleType
>
JAXBElement
<
ConvexHullType
>
JAXBElement
<
NegationType
>
JAXBElement
<
SkyIndexType
>
JAXBElement
<
EllipseType
>
JAXBElement
<
AllSkyType
>
JAXBElement
<
BoxType
>
JAXBElement
<
RegionType
>
JAXBElement
<
UnionType
>
JAXBElement
<
IntersectionType
>
JAXBElement
<
PolygonType
>
JAXBElement
<
SectorType
>
JAXBElement
<
ConvexType
>
JAXBElement
<
DiffType
>
public void setRegion(javax.xml.bind.JAXBElement<? extends RegionType> value)
value
- allowed object is
JAXBElement
<
CircleType
>
JAXBElement
<
ConvexHullType
>
JAXBElement
<
NegationType
>
JAXBElement
<
SkyIndexType
>
JAXBElement
<
EllipseType
>
JAXBElement
<
AllSkyType
>
JAXBElement
<
BoxType
>
JAXBElement
<
RegionType
>
JAXBElement
<
UnionType
>
JAXBElement
<
IntersectionType
>
JAXBElement
<
PolygonType
>
JAXBElement
<
SectorType
>
JAXBElement
<
ConvexType
>
JAXBElement
<
DiffType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |