|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.io.jaxb.impl.GroupImpl
cfa.vo.sed.io.jaxb.impl.TargetTypeImpl
public class TargetTypeImpl
| Nested Class Summary | |
|---|---|
class |
TargetTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected ArrayOfParamType |
_CustomParams
|
protected TextParamType |
_Description
|
protected TextParamType |
_Name
|
protected PositionParamType |
_Pos
|
protected DoubleParamType |
_Redshift
|
protected TextParamType |
_SpectralClass
|
protected TextParamType |
_TargetClass
|
protected DoubleParamType |
_VarAmpl
|
static java.lang.Class |
version
|
| Fields inherited from class cfa.vo.sed.io.jaxb.impl.GroupImpl |
|---|
_Id, _Idref |
| Constructor Summary | |
|---|---|
TargetTypeImpl()
|
|
| 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. |
ArrayOfParamType |
getCustomParams()
Gets the value of the customParams property. |
TextParamType |
getDescription()
Gets the value of the description property. |
TextParamType |
getName()
Gets the value of the name property. |
PositionParamType |
getPos()
Gets the value of the pos property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
DoubleParamType |
getRedshift()
Gets the value of the redshift property. |
TextParamType |
getSpectralClass()
Gets the value of the spectralClass property. |
TextParamType |
getTargetClass()
Gets the value of the targetClass property. |
DoubleParamType |
getVarAmpl()
Gets the value of the varAmpl property. |
boolean |
isSetCustomParams()
|
boolean |
isSetDescription()
|
boolean |
isSetName()
|
boolean |
isSetPos()
|
boolean |
isSetRedshift()
|
boolean |
isSetSpectralClass()
|
boolean |
isSetTargetClass()
|
boolean |
isSetVarAmpl()
|
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 |
setCustomParams(ArrayOfParamType value)
Sets the value of the customParams property. |
void |
setDescription(TextParamType value)
Sets the value of the description property. |
void |
setName(TextParamType value)
Sets the value of the name property. |
void |
setPos(PositionParamType value)
Sets the value of the pos property. |
void |
setRedshift(DoubleParamType value)
Sets the value of the redshift property. |
void |
setSpectralClass(TextParamType value)
Sets the value of the spectralClass property. |
void |
setTargetClass(TextParamType value)
Sets the value of the targetClass property. |
void |
setVarAmpl(DoubleParamType value)
Sets the value of the varAmpl property. |
void |
unsetCustomParams()
|
void |
unsetDescription()
|
void |
unsetName()
|
void |
unsetPos()
|
void |
unsetRedshift()
|
void |
unsetSpectralClass()
|
void |
unsetTargetClass()
|
void |
unsetVarAmpl()
|
| Methods inherited from class cfa.vo.sed.io.jaxb.impl.GroupImpl |
|---|
____jaxb____getId, getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Field Detail |
|---|
protected DoubleParamType _VarAmpl
protected DoubleParamType _Redshift
protected TextParamType _TargetClass
protected TextParamType _Description
protected PositionParamType _Pos
protected ArrayOfParamType _CustomParams
protected TextParamType _Name
protected TextParamType _SpectralClass
public static final java.lang.Class version
| Constructor Detail |
|---|
public TargetTypeImpl()
| Method Detail |
|---|
public DoubleParamType getVarAmpl()
TargetType
getVarAmpl in interface TargetTypeDoubleParamTypepublic void setVarAmpl(DoubleParamType value)
TargetType
setVarAmpl in interface TargetTypevalue - allowed object is
DoubleParamTypepublic boolean isSetVarAmpl()
isSetVarAmpl in interface TargetTypepublic void unsetVarAmpl()
unsetVarAmpl in interface TargetTypepublic DoubleParamType getRedshift()
TargetType
getRedshift in interface TargetTypeDoubleParamTypepublic void setRedshift(DoubleParamType value)
TargetType
setRedshift in interface TargetTypevalue - allowed object is
DoubleParamTypepublic boolean isSetRedshift()
isSetRedshift in interface TargetTypepublic void unsetRedshift()
unsetRedshift in interface TargetTypepublic TextParamType getTargetClass()
TargetType
getTargetClass in interface TargetTypeTextParamTypepublic void setTargetClass(TextParamType value)
TargetType
setTargetClass in interface TargetTypevalue - allowed object is
TextParamTypepublic boolean isSetTargetClass()
isSetTargetClass in interface TargetTypepublic void unsetTargetClass()
unsetTargetClass in interface TargetTypepublic TextParamType getDescription()
TargetType
getDescription in interface TargetTypeTextParamTypepublic void setDescription(TextParamType value)
TargetType
setDescription in interface TargetTypevalue - allowed object is
TextParamTypepublic boolean isSetDescription()
isSetDescription in interface TargetTypepublic void unsetDescription()
unsetDescription in interface TargetTypepublic PositionParamType getPos()
TargetType
getPos in interface TargetTypePositionParamTypepublic void setPos(PositionParamType value)
TargetType
setPos in interface TargetTypevalue - allowed object is
PositionParamTypepublic boolean isSetPos()
isSetPos in interface TargetTypepublic void unsetPos()
unsetPos in interface TargetTypepublic ArrayOfParamType getCustomParams()
TargetType
getCustomParams in interface TargetTypeArrayOfParamTypepublic void setCustomParams(ArrayOfParamType value)
TargetType
setCustomParams in interface TargetTypevalue - allowed object is
ArrayOfParamTypepublic boolean isSetCustomParams()
isSetCustomParams in interface TargetTypepublic void unsetCustomParams()
unsetCustomParams in interface TargetTypepublic TextParamType getName()
TargetType
getName in interface TargetTypeTextParamTypepublic void setName(TextParamType value)
TargetType
setName in interface TargetTypevalue - allowed object is
TextParamTypepublic boolean isSetName()
isSetName in interface TargetTypepublic void unsetName()
unsetName in interface TargetTypepublic TextParamType getSpectralClass()
TargetType
getSpectralClass in interface TargetTypeTextParamTypepublic void setSpectralClass(TextParamType value)
TargetType
setSpectralClass in interface TargetTypevalue - allowed object is
TextParamTypepublic boolean isSetSpectralClass()
isSetSpectralClass in interface TargetTypepublic void unsetSpectralClass()
unsetSpectralClass in interface TargetTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObjectcreateUnmarshaller in class GroupImpl
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableserializeBody in class GroupImplorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableserializeAttributes in class GroupImplorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableserializeURIs in class GroupImplorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectgetPrimaryInterface in class GroupImplpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObjectcreateRawValidator in class GroupImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||