astronomy.data.spectra.impl
Class LineTypeImpl.TransitionTypeImpl

java.lang.Object
  extended by astronomy.data.spectra.impl.LineTypeImpl.TransitionTypeImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, LineType.TransitionType, com.sun.xml.bind.JAXBObject
Enclosing class:
LineTypeImpl

public static class LineTypeImpl.TransitionTypeImpl
extends Object
implements LineType.TransitionType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class LineTypeImpl.TransitionTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Ion
           
protected  String _Lower
           
protected  String _Upper
           
protected  float _Wavelength
           
protected  boolean has_Wavelength
           
static Class version
           
 
Constructor Summary
LineTypeImpl.TransitionTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 String getIon()
           
 String getLower()
           
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getUpper()
           
 float getWavelength()
           
 void serializeAttributeBody(XMLSerializer context)
          Serializes itself as an attribute body into the specified target.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeElementBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setIon(String value)
           
 void setLower(String value)
           
 void setUpper(String value)
           
 void setWavelength(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Wavelength

protected boolean has_Wavelength

_Wavelength

protected float _Wavelength

_Upper

protected String _Upper

_Lower

protected String _Lower

_Ion

protected String _Ion

version

public static final Class version
Constructor Detail

LineTypeImpl.TransitionTypeImpl

public LineTypeImpl.TransitionTypeImpl()
Method Detail

getWavelength

public float getWavelength()
Specified by:
getWavelength in interface LineType.TransitionType

setWavelength

public void setWavelength(float value)
Specified by:
setWavelength in interface LineType.TransitionType

getUpper

public String getUpper()
Specified by:
getUpper in interface LineType.TransitionType
Returns:
possible object is String

setUpper

public void setUpper(String value)
Specified by:
setUpper in interface LineType.TransitionType
Parameters:
value - allowed object is String

getLower

public String getLower()
Specified by:
getLower in interface LineType.TransitionType
Returns:
possible object is String

setLower

public void setLower(String value)
Specified by:
setLower in interface LineType.TransitionType
Parameters:
value - allowed object is String

getIon

public String getIon()
Specified by:
getIon in interface LineType.TransitionType
Returns:
possible object is String

setIon

public void setIon(String value)
Specified by:
setIon in interface LineType.TransitionType
Parameters:
value - allowed object is String

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeElementBody

public void serializeElementBody(XMLSerializer context)
                          throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeElementBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeAttributeBody

public void serializeAttributeBody(XMLSerializer context)
                            throws SAXException
Description copied from interface: XMLSerializable
Serializes itself as an attribute body into the specified target.

Specified by:
serializeAttributeBody in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject