astronomy.data.spectra.impl
Class SpectraTypeImpl.TelescopeTypeImpl

java.lang.Object
  extended by astronomy.data.spectra.impl.SpectraTypeImpl.TelescopeTypeImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, SpectraType.TelescopeType, com.sun.xml.bind.JAXBObject
Enclosing class:
SpectraTypeImpl

public static class SpectraTypeImpl.TelescopeTypeImpl
extends Object
implements SpectraType.TelescopeType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class SpectraTypeImpl.TelescopeTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Source
           
protected  float _Telescopediameter
           
protected  String _Telescopename
           
protected  String _Url
           
protected  boolean has_Telescopediameter
           
static Class version
           
 
Constructor Summary
SpectraTypeImpl.TelescopeTypeImpl()
           
 
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.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getSource()
           
 float getTelescopediameter()
           
 String getTelescopename()
           
 String getUrl()
           
 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 setSource(String value)
           
 void setTelescopediameter(float value)
           
 void setTelescopename(String value)
           
 void setUrl(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Telescopename

protected String _Telescopename

_Url

protected String _Url

_Source

protected String _Source

has_Telescopediameter

protected boolean has_Telescopediameter

_Telescopediameter

protected float _Telescopediameter

version

public static final Class version
Constructor Detail

SpectraTypeImpl.TelescopeTypeImpl

public SpectraTypeImpl.TelescopeTypeImpl()
Method Detail

getTelescopename

public String getTelescopename()
Specified by:
getTelescopename in interface SpectraType.TelescopeType
Returns:
possible object is String

setTelescopename

public void setTelescopename(String value)
Specified by:
setTelescopename in interface SpectraType.TelescopeType
Parameters:
value - allowed object is String

getUrl

public String getUrl()
Specified by:
getUrl in interface SpectraType.TelescopeType
Returns:
possible object is String

setUrl

public void setUrl(String value)
Specified by:
setUrl in interface SpectraType.TelescopeType
Parameters:
value - allowed object is String

getSource

public String getSource()
Specified by:
getSource in interface SpectraType.TelescopeType
Returns:
possible object is String

setSource

public void setSource(String value)
Specified by:
setSource in interface SpectraType.TelescopeType
Parameters:
value - allowed object is String

getTelescopediameter

public float getTelescopediameter()
Specified by:
getTelescopediameter in interface SpectraType.TelescopeType

setTelescopediameter

public void setTelescopediameter(float value)
Specified by:
setTelescopediameter in interface SpectraType.TelescopeType

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