cfa.vo.sed.io.jaxb.impl
Class CoordFrameTypeImpl

java.lang.Object
  extended by cfa.vo.sed.io.jaxb.impl.CoordFrameTypeImpl
All Implemented Interfaces:
CoordFrameType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject, com.sun.xml.bind.marshaller.IdentifiableObject
Direct Known Subclasses:
CoordFrameImpl, GenericCoordFrameImpl, RedshiftFrameTypeImpl, SpaceFrameTypeImpl, SpectralFrameTypeImpl, TimeFrameTypeImpl

public class CoordFrameTypeImpl
extends java.lang.Object
implements CoordFrameType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, com.sun.xml.bind.marshaller.IdentifiableObject, ValidatableObject


Nested Class Summary
 class CoordFrameTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Id
           
protected  java.lang.String _Name
           
protected  java.lang.String _ReferencePosition
           
protected  java.lang.String _Ucd
           
static java.lang.Class version
           
 
Constructor Summary
CoordFrameTypeImpl()
           
 
Method Summary
 java.lang.String ____jaxb____getId()
           
 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.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getReferencePosition()
          Gets the value of the referencePosition property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 boolean isSetId()
           
 boolean isSetName()
           
 boolean isSetReferencePosition()
           
 boolean isSetUcd()
           
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(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 setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setReferencePosition(java.lang.String value)
          Sets the value of the referencePosition property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 void unsetId()
           
 void unsetName()
           
 void unsetReferencePosition()
           
 void unsetUcd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Ucd

protected java.lang.String _Ucd

_Name

protected java.lang.String _Name

_ReferencePosition

protected java.lang.String _ReferencePosition

_Id

protected java.lang.String _Id

version

public static final java.lang.Class version
Constructor Detail

CoordFrameTypeImpl

public CoordFrameTypeImpl()
Method Detail

getUcd

public java.lang.String getUcd()
Description copied from interface: CoordFrameType
Gets the value of the ucd property.

Specified by:
getUcd in interface CoordFrameType
Returns:
possible object is String

setUcd

public void setUcd(java.lang.String value)
Description copied from interface: CoordFrameType
Sets the value of the ucd property.

Specified by:
setUcd in interface CoordFrameType
Parameters:
value - allowed object is String

isSetUcd

public boolean isSetUcd()
Specified by:
isSetUcd in interface CoordFrameType

unsetUcd

public void unsetUcd()
Specified by:
unsetUcd in interface CoordFrameType

getName

public java.lang.String getName()
Description copied from interface: CoordFrameType
Gets the value of the name property.

Specified by:
getName in interface CoordFrameType
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: CoordFrameType
Sets the value of the name property.

Specified by:
setName in interface CoordFrameType
Parameters:
value - allowed object is String

isSetName

public boolean isSetName()
Specified by:
isSetName in interface CoordFrameType

unsetName

public void unsetName()
Specified by:
unsetName in interface CoordFrameType

getReferencePosition

public java.lang.String getReferencePosition()
Description copied from interface: CoordFrameType
Gets the value of the referencePosition property.

Specified by:
getReferencePosition in interface CoordFrameType
Returns:
possible object is String

setReferencePosition

public void setReferencePosition(java.lang.String value)
Description copied from interface: CoordFrameType
Sets the value of the referencePosition property.

Specified by:
setReferencePosition in interface CoordFrameType
Parameters:
value - allowed object is String

isSetReferencePosition

public boolean isSetReferencePosition()
Specified by:
isSetReferencePosition in interface CoordFrameType

unsetReferencePosition

public void unsetReferencePosition()
Specified by:
unsetReferencePosition in interface CoordFrameType

getId

public java.lang.String getId()
Description copied from interface: CoordFrameType
Gets the value of the id property.

Specified by:
getId in interface CoordFrameType
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: CoordFrameType
Sets the value of the id property.

Specified by:
setId in interface CoordFrameType
Parameters:
value - allowed object is String

isSetId

public boolean isSetId()
Specified by:
isSetId in interface CoordFrameType

unsetId

public void unsetId()
Specified by:
unsetId in interface CoordFrameType

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

serializeBody

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

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

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

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.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:
org.xml.sax.SAXException

____jaxb____getId

public java.lang.String ____jaxb____getId()
Specified by:
____jaxb____getId in interface com.sun.xml.bind.marshaller.IdentifiableObject

getPrimaryInterface

public java.lang.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