|
|||||||||
| 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.SegmentTypeImpl
public class SegmentTypeImpl
| Nested Class Summary | |
|---|---|
class |
SegmentTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected CharacterizationType |
_Char
|
protected CoordSysType |
_CoordSys
|
protected CurationType |
_Curation
|
protected ArrayOfParamType |
_CustomParams
|
protected ArrayOfGenPointType |
_Data
|
protected DataIDType |
_DataID
|
protected DerivedDataType |
_Derived
|
protected TextParamType |
_FluxSI
|
protected IntParamType |
_Length
|
protected TextParamType |
_SpectralSI
|
protected TargetType |
_Target
|
protected TextParamType |
_TimeSI
|
protected TextParamType |
_Type
|
static java.lang.Class |
version
|
| Fields inherited from class cfa.vo.sed.io.jaxb.impl.GroupImpl |
|---|
_Id, _Idref |
| Constructor Summary | |
|---|---|
SegmentTypeImpl()
|
|
| 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. |
CharacterizationType |
getChar()
Gets the value of the char property. |
CoordSysType |
getCoordSys()
Gets the value of the coordSys property. |
CurationType |
getCuration()
Gets the value of the curation property. |
ArrayOfParamType |
getCustomParams()
Gets the value of the customParams property. |
ArrayOfGenPointType |
getData()
Gets the value of the data property. |
DataIDType |
getDataID()
Gets the value of the dataID property. |
DerivedDataType |
getDerived()
Gets the value of the derived property. |
TextParamType |
getFluxSI()
Gets the value of the fluxSI property. |
IntParamType |
getLength()
Gets the value of the length property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
TextParamType |
getSpectralSI()
Gets the value of the spectralSI property. |
TargetType |
getTarget()
Gets the value of the target property. |
TextParamType |
getTimeSI()
Gets the value of the timeSI property. |
TextParamType |
getType()
Gets the value of the type property. |
boolean |
isSetChar()
|
boolean |
isSetCoordSys()
|
boolean |
isSetCuration()
|
boolean |
isSetCustomParams()
|
boolean |
isSetData()
|
boolean |
isSetDataID()
|
boolean |
isSetDerived()
|
boolean |
isSetFluxSI()
|
boolean |
isSetLength()
|
boolean |
isSetSpectralSI()
|
boolean |
isSetTarget()
|
boolean |
isSetTimeSI()
|
boolean |
isSetType()
|
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 |
setChar(CharacterizationType value)
Sets the value of the char property. |
void |
setCoordSys(CoordSysType value)
Sets the value of the coordSys property. |
void |
setCuration(CurationType value)
Sets the value of the curation property. |
void |
setCustomParams(ArrayOfParamType value)
Sets the value of the customParams property. |
void |
setData(ArrayOfGenPointType value)
Sets the value of the data property. |
void |
setDataID(DataIDType value)
Sets the value of the dataID property. |
void |
setDerived(DerivedDataType value)
Sets the value of the derived property. |
void |
setFluxSI(TextParamType value)
Sets the value of the fluxSI property. |
void |
setLength(IntParamType value)
Sets the value of the length property. |
void |
setSpectralSI(TextParamType value)
Sets the value of the spectralSI property. |
void |
setTarget(TargetType value)
Sets the value of the target property. |
void |
setTimeSI(TextParamType value)
Sets the value of the timeSI property. |
void |
setType(TextParamType value)
Sets the value of the type property. |
void |
unsetChar()
|
void |
unsetCoordSys()
|
void |
unsetCuration()
|
void |
unsetCustomParams()
|
void |
unsetData()
|
void |
unsetDataID()
|
void |
unsetDerived()
|
void |
unsetFluxSI()
|
void |
unsetLength()
|
void |
unsetSpectralSI()
|
void |
unsetTarget()
|
void |
unsetTimeSI()
|
void |
unsetType()
|
| 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 DerivedDataType _Derived
protected TextParamType _Type
protected ArrayOfGenPointType _Data
protected TextParamType _SpectralSI
protected CharacterizationType _Char
protected CoordSysType _CoordSys
protected TextParamType _FluxSI
protected CurationType _Curation
protected DataIDType _DataID
protected TextParamType _TimeSI
protected IntParamType _Length
protected ArrayOfParamType _CustomParams
protected TargetType _Target
public static final java.lang.Class version
| Constructor Detail |
|---|
public SegmentTypeImpl()
| Method Detail |
|---|
public DerivedDataType getDerived()
SegmentType
getDerived in interface SegmentTypeDerivedDataTypepublic void setDerived(DerivedDataType value)
SegmentType
setDerived in interface SegmentTypevalue - allowed object is
DerivedDataTypepublic boolean isSetDerived()
isSetDerived in interface SegmentTypepublic void unsetDerived()
unsetDerived in interface SegmentTypepublic TextParamType getType()
SegmentType
getType in interface SegmentTypeTextParamTypepublic void setType(TextParamType value)
SegmentType
setType in interface SegmentTypevalue - allowed object is
TextParamTypepublic boolean isSetType()
isSetType in interface SegmentTypepublic void unsetType()
unsetType in interface SegmentTypepublic ArrayOfGenPointType getData()
SegmentType
getData in interface SegmentTypeData
ArrayOfPoint
ArrayOfGenPointType
ArrayOfFlatPointpublic void setData(ArrayOfGenPointType value)
SegmentType
setData in interface SegmentTypevalue - allowed object is
Data
ArrayOfPoint
ArrayOfGenPointType
ArrayOfFlatPointpublic boolean isSetData()
isSetData in interface SegmentTypepublic void unsetData()
unsetData in interface SegmentTypepublic TextParamType getSpectralSI()
SegmentType
getSpectralSI in interface SegmentTypeTextParamTypepublic void setSpectralSI(TextParamType value)
SegmentType
setSpectralSI in interface SegmentTypevalue - allowed object is
TextParamTypepublic boolean isSetSpectralSI()
isSetSpectralSI in interface SegmentTypepublic void unsetSpectralSI()
unsetSpectralSI in interface SegmentTypepublic CharacterizationType getChar()
SegmentType
getChar in interface SegmentTypeCharacterizationTypepublic void setChar(CharacterizationType value)
SegmentType
setChar in interface SegmentTypevalue - allowed object is
CharacterizationTypepublic boolean isSetChar()
isSetChar in interface SegmentTypepublic void unsetChar()
unsetChar in interface SegmentTypepublic CoordSysType getCoordSys()
SegmentType
getCoordSys in interface SegmentTypeCoordSysTypepublic void setCoordSys(CoordSysType value)
SegmentType
setCoordSys in interface SegmentTypevalue - allowed object is
CoordSysTypepublic boolean isSetCoordSys()
isSetCoordSys in interface SegmentTypepublic void unsetCoordSys()
unsetCoordSys in interface SegmentTypepublic TextParamType getFluxSI()
SegmentType
getFluxSI in interface SegmentTypeTextParamTypepublic void setFluxSI(TextParamType value)
SegmentType
setFluxSI in interface SegmentTypevalue - allowed object is
TextParamTypepublic boolean isSetFluxSI()
isSetFluxSI in interface SegmentTypepublic void unsetFluxSI()
unsetFluxSI in interface SegmentTypepublic CurationType getCuration()
SegmentType
getCuration in interface SegmentTypeCurationTypepublic void setCuration(CurationType value)
SegmentType
setCuration in interface SegmentTypevalue - allowed object is
CurationTypepublic boolean isSetCuration()
isSetCuration in interface SegmentTypepublic void unsetCuration()
unsetCuration in interface SegmentTypepublic DataIDType getDataID()
SegmentType
getDataID in interface SegmentTypeDataIDTypepublic void setDataID(DataIDType value)
SegmentType
setDataID in interface SegmentTypevalue - allowed object is
DataIDTypepublic boolean isSetDataID()
isSetDataID in interface SegmentTypepublic void unsetDataID()
unsetDataID in interface SegmentTypepublic TextParamType getTimeSI()
SegmentType
getTimeSI in interface SegmentTypeTextParamTypepublic void setTimeSI(TextParamType value)
SegmentType
setTimeSI in interface SegmentTypevalue - allowed object is
TextParamTypepublic boolean isSetTimeSI()
isSetTimeSI in interface SegmentTypepublic void unsetTimeSI()
unsetTimeSI in interface SegmentTypepublic IntParamType getLength()
SegmentType
getLength in interface SegmentTypeIntParamTypepublic void setLength(IntParamType value)
SegmentType
setLength in interface SegmentTypevalue - allowed object is
IntParamTypepublic boolean isSetLength()
isSetLength in interface SegmentTypepublic void unsetLength()
unsetLength in interface SegmentTypepublic ArrayOfParamType getCustomParams()
SegmentType
getCustomParams in interface SegmentTypeArrayOfParamTypepublic void setCustomParams(ArrayOfParamType value)
SegmentType
setCustomParams in interface SegmentTypevalue - allowed object is
ArrayOfParamTypepublic boolean isSetCustomParams()
isSetCustomParams in interface SegmentTypepublic void unsetCustomParams()
unsetCustomParams in interface SegmentTypepublic TargetType getTarget()
SegmentType
getTarget in interface SegmentTypeTargetTypepublic void setTarget(TargetType value)
SegmentType
setTarget in interface SegmentTypevalue - allowed object is
TargetTypepublic boolean isSetTarget()
isSetTarget in interface SegmentTypepublic void unsetTarget()
unsetTarget in interface SegmentTypepublic 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 | ||||||||