|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordinatesType
Java content class for coordinatesType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="coordinatesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ra"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="format"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="hms"/> <enumeration value="decimal"/> <enumeration value="radians"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> <element name="dec"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="format"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="dms"/> <enumeration value="decimal"/> <enumeration value="radians"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="epoch"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="1950"/> <enumeration value="2000"/> </restriction> </simpleType> </attribute> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
CoordinatesType.DecType
Java content class for anonymous complex type. |
static interface |
CoordinatesType.RaType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
CoordinatesType.DecType |
getDec()
|
String |
getEpoch()
|
CoordinatesType.RaType |
getRa()
|
String |
getSource()
|
void |
setDec(CoordinatesType.DecType value)
|
void |
setEpoch(String value)
|
void |
setRa(CoordinatesType.RaType value)
|
void |
setSource(String value)
|
Method Detail |
---|
CoordinatesType.DecType getDec()
CoordinatesType.DecType
void setDec(CoordinatesType.DecType value)
value
- allowed object is
CoordinatesType.DecType
CoordinatesType.RaType getRa()
CoordinatesType.RaType
void setRa(CoordinatesType.RaType value)
value
- allowed object is
CoordinatesType.RaType
String getEpoch()
String
void setEpoch(String value)
value
- allowed object is
String
String getSource()
String
void setSource(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |