|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.io.jaxb.impl.CoordSysTypeImpl
public class CoordSysTypeImpl
| 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 |
|---|
protected java.lang.String _Type
protected com.sun.xml.bind.util.ListImpl _CoordFrame
protected java.lang.String _Ucd
protected java.lang.String _Href
protected java.lang.Object _Idref
protected java.lang.String _Id
public static final java.lang.Class version
| Constructor Detail |
|---|
public CoordSysTypeImpl()
| Method Detail |
|---|
public java.lang.String getType()
CoordSysType
getType in interface CoordSysTypeStringpublic void setType(java.lang.String value)
CoordSysType
setType in interface CoordSysTypevalue - allowed object is
Stringpublic boolean isSetType()
isSetType in interface CoordSysTypepublic void unsetType()
unsetType in interface CoordSysTypeprotected com.sun.xml.bind.util.ListImpl _getCoordFrame()
public java.util.List getCoordFrame()
CoordSysType
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
getCoordFrame in interface CoordSysTypepublic boolean isSetCoordFrame()
isSetCoordFrame in interface CoordSysTypepublic void unsetCoordFrame()
unsetCoordFrame in interface CoordSysTypepublic java.lang.String getUcd()
CoordSysType
getUcd in interface CoordSysTypeStringpublic void setUcd(java.lang.String value)
CoordSysType
setUcd in interface CoordSysTypevalue - allowed object is
Stringpublic boolean isSetUcd()
isSetUcd in interface CoordSysTypepublic void unsetUcd()
unsetUcd in interface CoordSysTypepublic java.lang.String getHref()
CoordSysType
getHref in interface CoordSysTypeStringpublic void setHref(java.lang.String value)
CoordSysType
setHref in interface CoordSysTypevalue - allowed object is
Stringpublic boolean isSetHref()
isSetHref in interface CoordSysTypepublic void unsetHref()
unsetHref in interface CoordSysTypepublic java.lang.Object getIdref()
CoordSysType
getIdref in interface CoordSysTypeObjectpublic void setIdref(java.lang.Object value)
CoordSysType
setIdref in interface CoordSysTypevalue - allowed object is
Objectpublic boolean isSetIdref()
isSetIdref in interface CoordSysTypepublic void unsetIdref()
unsetIdref in interface CoordSysTypepublic java.lang.String getId()
CoordSysType
getId in interface CoordSysTypeStringpublic void setId(java.lang.String value)
CoordSysType
setId in interface CoordSysTypevalue - allowed object is
Stringpublic boolean isSetId()
isSetId in interface CoordSysTypepublic void unsetId()
unsetId in interface CoordSysTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableorg.xml.sax.SAXExceptionpublic java.lang.String ____jaxb____getId()
____jaxb____getId in interface com.sun.xml.bind.marshaller.IdentifiableObjectpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||