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

java.lang.Object
  extended by cfa.vo.sed.io.jaxb.impl.CoordSysTypeImpl
All Implemented Interfaces:
CoordSysType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject, com.sun.xml.bind.marshaller.IdentifiableObject

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


Nested Class Summary
 class CoordSysTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _CoordFrame
           
protected  java.lang.String _Href
           
protected  java.lang.String _Id
           
protected  java.lang.Object _Idref
           
protected  java.lang.String _Type
           
protected  java.lang.String _Ucd
           
static java.lang.Class version
           
 
Constructor Summary
CoordSysTypeImpl()
           
 
Method Summary
 java.lang.String ____jaxb____getId()
           
protected  com.sun.xml.bind.util.ListImpl _getCoordFrame()
           
 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.util.List getCoordFrame()
          Gets the value of the CoordFrame property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Object getIdref()
          Gets the value of the idref property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 boolean isSetCoordFrame()
           
 boolean isSetHref()
           
 boolean isSetId()
           
 boolean isSetIdref()
           
 boolean isSetType()
           
 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 setHref(java.lang.String value)
          Sets the value of the href property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdref(java.lang.Object value)
          Sets the value of the idref property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 void unsetCoordFrame()
           
 void unsetHref()
           
 void unsetId()
           
 void unsetIdref()
           
 void unsetType()
           
 void unsetUcd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Type

protected java.lang.String _Type

_CoordFrame

protected com.sun.xml.bind.util.ListImpl _CoordFrame

_Ucd

protected java.lang.String _Ucd

_Href

protected java.lang.String _Href

_Idref

protected java.lang.Object _Idref

_Id

protected java.lang.String _Id

version

public static final java.lang.Class version
Constructor Detail

CoordSysTypeImpl

public CoordSysTypeImpl()
Method Detail

getType

public java.lang.String getType()
Description copied from interface: CoordSysType
Gets the value of the type property.

Specified by:
getType in interface CoordSysType
Returns:
possible object is String

setType

public void setType(java.lang.String value)
Description copied from interface: CoordSysType
Sets the value of the type property.

Specified by:
setType in interface CoordSysType
Parameters:
value - allowed object is String

isSetType

public boolean isSetType()
Specified by:
isSetType in interface CoordSysType

unsetType

public void unsetType()
Specified by:
unsetType in interface CoordSysType

_getCoordFrame

protected com.sun.xml.bind.util.ListImpl _getCoordFrame()

getCoordFrame

public java.util.List getCoordFrame()
Description copied from interface: CoordSysType
Gets the value of the CoordFrame property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the CoordFrame property.

For example, to add a new item, do as follows:

    getCoordFrame().add(newItem);
 

Objects of the following type(s) are allowed in the list RedshiftFrame CoordFrame GenericCoordFrame TimeFrame SpaceFrame SpectralFrame

Specified by:
getCoordFrame in interface CoordSysType

isSetCoordFrame

public boolean isSetCoordFrame()
Specified by:
isSetCoordFrame in interface CoordSysType

unsetCoordFrame

public void unsetCoordFrame()
Specified by:
unsetCoordFrame in interface CoordSysType

getUcd

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

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

setUcd

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

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

isSetUcd

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

unsetUcd

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

getHref

public java.lang.String getHref()
Description copied from interface: CoordSysType
Gets the value of the href property.

Specified by:
getHref in interface CoordSysType
Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Description copied from interface: CoordSysType
Sets the value of the href property.

Specified by:
setHref in interface CoordSysType
Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()
Specified by:
isSetHref in interface CoordSysType

unsetHref

public void unsetHref()
Specified by:
unsetHref in interface CoordSysType

getIdref

public java.lang.Object getIdref()
Description copied from interface: CoordSysType
Gets the value of the idref property.

Specified by:
getIdref in interface CoordSysType
Returns:
possible object is Object

setIdref

public void setIdref(java.lang.Object value)
Description copied from interface: CoordSysType
Sets the value of the idref property.

Specified by:
setIdref in interface CoordSysType
Parameters:
value - allowed object is Object

isSetIdref

public boolean isSetIdref()
Specified by:
isSetIdref in interface CoordSysType

unsetIdref

public void unsetIdref()
Specified by:
unsetIdref in interface CoordSysType

getId

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

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

setId

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

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

isSetId

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

unsetId

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

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