|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LineType
Java content class for lineType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="lineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transition" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="upper" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="wavelength" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="lower" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="wavelength" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="intensity" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
LineType.TransitionType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
float |
getIntensity()
|
List |
getTransition()
Gets the value of the Transition property. |
float |
getWavelength()
|
float |
getWidth()
|
void |
setIntensity(float value)
|
void |
setWavelength(float value)
|
void |
setWidth(float value)
|
| Method Detail |
|---|
float getWavelength()
void setWavelength(float value)
float getWidth()
void setWidth(float value)
float getIntensity()
void setIntensity(float value)
List getTransition()
getTransition().add(newItem);
Objects of the following type(s) are allowed in the list
LineType.TransitionType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||