|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdType
Java content class for idType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="idType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="spectraname" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="coordinates" type="{}coordinatesType" minOccurs="0"/> <element name="magnitude" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>float"> <attribute name="band" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> <element name="redshift" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> </sequence> <attribute name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="quasar"/> <enumeration value="cpn"/> <enumeration value="wolfrayeto"/> <enumeration value="wolfrayetc"/> <enumeration value="wolfrayetn"/> <enumeration value="nova"/> <enumeration value="ovistar"/> <enumeration value="star"/> <enumeration value="shellstar"/> <enumeration value="be"/> </restriction> </simpleType> </attribute> <attribute name="source"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="author"/> <enumeration value="burbidge"/> <enumeration value="veron"/> <enumeration value="ned"/> </restriction> </simpleType> </attribute> <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="page" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
IdType.MagnitudeType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
CoordinatesType |
getCoordinates()
|
List |
getMagnitude()
Gets the value of the Magnitude property. |
long |
getNumber()
|
long |
getPage()
|
float |
getRedshift()
|
String |
getSource()
|
List |
getSpectraname()
Gets the value of the Spectraname property. |
String |
getType()
|
String |
getUrl()
|
void |
setCoordinates(CoordinatesType value)
|
void |
setNumber(long value)
|
void |
setPage(long value)
|
void |
setRedshift(float value)
|
void |
setSource(String value)
|
void |
setType(String value)
|
void |
setUrl(String value)
|
Method Detail |
---|
String getType()
String
void setType(String value)
value
- allowed object is
String
float getRedshift()
void setRedshift(float value)
CoordinatesType getCoordinates()
CoordinatesType
void setCoordinates(CoordinatesType value)
value
- allowed object is
CoordinatesType
List getSpectraname()
getSpectraname().add(newItem);Objects of the following type(s) are allowed in the list
String
List getMagnitude()
getMagnitude().add(newItem);Objects of the following type(s) are allowed in the list
IdType.MagnitudeType
long getNumber()
void setNumber(long value)
String getUrl()
String
void setUrl(String value)
value
- allowed object is
String
String getSource()
String
void setSource(String value)
value
- allowed object is
String
long getPage()
void setPage(long value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |