|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.io.jaxb.impl.SedTypeImpl
public class SedTypeImpl
| Nested Class Summary | |
|---|---|
class |
SedTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_BaseSegment
|
protected TextParamType |
_Creator
|
protected TextParamType |
_CreatorDID
|
protected ArrayOfParamType |
_CustomParams
|
protected TimeParamType |
_Date
|
protected IntParamType |
_NSegments
|
protected DoubleParamType |
_SpectralMaxWavelength
|
protected DoubleParamType |
_SpectralMinWavelength
|
protected TargetType |
_Target
|
protected TextParamType |
_Type
|
static java.lang.Class |
version
|
| Constructor Summary | |
|---|---|
SedTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getBaseSegment()
|
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 |
getBaseSegment()
Gets the value of the BaseSegment property. |
TextParamType |
getCreator()
Gets the value of the creator property. |
TextParamType |
getCreatorDID()
Gets the value of the creatorDID property. |
ArrayOfParamType |
getCustomParams()
Gets the value of the customParams property. |
TimeParamType |
getDate()
Gets the value of the date property. |
IntParamType |
getNSegments()
Gets the value of the nSegments property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
DoubleParamType |
getSpectralMaxWavelength()
Gets the value of the spectralMaxWavelength property. |
DoubleParamType |
getSpectralMinWavelength()
Gets the value of the spectralMinWavelength property. |
TargetType |
getTarget()
Gets the value of the target property. |
TextParamType |
getType()
Gets the value of the type property. |
boolean |
isSetBaseSegment()
|
boolean |
isSetCreator()
|
boolean |
isSetCreatorDID()
|
boolean |
isSetCustomParams()
|
boolean |
isSetDate()
|
boolean |
isSetNSegments()
|
boolean |
isSetSpectralMaxWavelength()
|
boolean |
isSetSpectralMinWavelength()
|
boolean |
isSetTarget()
|
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 |
setCreator(TextParamType value)
Sets the value of the creator property. |
void |
setCreatorDID(TextParamType value)
Sets the value of the creatorDID property. |
void |
setCustomParams(ArrayOfParamType value)
Sets the value of the customParams property. |
void |
setDate(TimeParamType value)
Sets the value of the date property. |
void |
setNSegments(IntParamType value)
Sets the value of the nSegments property. |
void |
setSpectralMaxWavelength(DoubleParamType value)
Sets the value of the spectralMaxWavelength property. |
void |
setSpectralMinWavelength(DoubleParamType value)
Sets the value of the spectralMinWavelength property. |
void |
setTarget(TargetType value)
Sets the value of the target property. |
void |
setType(TextParamType value)
Sets the value of the type property. |
void |
unsetBaseSegment()
|
void |
unsetCreator()
|
void |
unsetCreatorDID()
|
void |
unsetCustomParams()
|
void |
unsetDate()
|
void |
unsetNSegments()
|
void |
unsetSpectralMaxWavelength()
|
void |
unsetSpectralMinWavelength()
|
void |
unsetTarget()
|
void |
unsetType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TextParamType _Type
protected DoubleParamType _SpectralMaxWavelength
protected TextParamType _CreatorDID
protected TimeParamType _Date
protected DoubleParamType _SpectralMinWavelength
protected ArrayOfParamType _CustomParams
protected IntParamType _NSegments
protected TargetType _Target
protected TextParamType _Creator
protected com.sun.xml.bind.util.ListImpl _BaseSegment
public static final java.lang.Class version
| Constructor Detail |
|---|
public SedTypeImpl()
| Method Detail |
|---|
public TextParamType getType()
SedType
getType in interface SedTypeTextParamTypepublic void setType(TextParamType value)
SedType
setType in interface SedTypevalue - allowed object is
TextParamTypepublic boolean isSetType()
isSetType in interface SedTypepublic void unsetType()
unsetType in interface SedTypepublic DoubleParamType getSpectralMaxWavelength()
SedType
getSpectralMaxWavelength in interface SedTypeDoubleParamTypepublic void setSpectralMaxWavelength(DoubleParamType value)
SedType
setSpectralMaxWavelength in interface SedTypevalue - allowed object is
DoubleParamTypepublic boolean isSetSpectralMaxWavelength()
isSetSpectralMaxWavelength in interface SedTypepublic void unsetSpectralMaxWavelength()
unsetSpectralMaxWavelength in interface SedTypepublic TextParamType getCreatorDID()
SedType
getCreatorDID in interface SedTypeTextParamTypepublic void setCreatorDID(TextParamType value)
SedType
setCreatorDID in interface SedTypevalue - allowed object is
TextParamTypepublic boolean isSetCreatorDID()
isSetCreatorDID in interface SedTypepublic void unsetCreatorDID()
unsetCreatorDID in interface SedTypepublic TimeParamType getDate()
SedType
getDate in interface SedTypeTimeParamTypepublic void setDate(TimeParamType value)
SedType
setDate in interface SedTypevalue - allowed object is
TimeParamTypepublic boolean isSetDate()
isSetDate in interface SedTypepublic void unsetDate()
unsetDate in interface SedTypepublic DoubleParamType getSpectralMinWavelength()
SedType
getSpectralMinWavelength in interface SedTypeDoubleParamTypepublic void setSpectralMinWavelength(DoubleParamType value)
SedType
setSpectralMinWavelength in interface SedTypevalue - allowed object is
DoubleParamTypepublic boolean isSetSpectralMinWavelength()
isSetSpectralMinWavelength in interface SedTypepublic void unsetSpectralMinWavelength()
unsetSpectralMinWavelength in interface SedTypepublic ArrayOfParamType getCustomParams()
SedType
getCustomParams in interface SedTypeArrayOfParamTypepublic void setCustomParams(ArrayOfParamType value)
SedType
setCustomParams in interface SedTypevalue - allowed object is
ArrayOfParamTypepublic boolean isSetCustomParams()
isSetCustomParams in interface SedTypepublic void unsetCustomParams()
unsetCustomParams in interface SedTypepublic IntParamType getNSegments()
SedType
getNSegments in interface SedTypeIntParamTypepublic void setNSegments(IntParamType value)
SedType
setNSegments in interface SedTypevalue - allowed object is
IntParamTypepublic boolean isSetNSegments()
isSetNSegments in interface SedTypepublic void unsetNSegments()
unsetNSegments in interface SedTypepublic TargetType getTarget()
SedType
getTarget in interface SedTypeTargetTypepublic void setTarget(TargetType value)
SedType
setTarget in interface SedTypevalue - allowed object is
TargetTypepublic boolean isSetTarget()
isSetTarget in interface SedTypepublic void unsetTarget()
unsetTarget in interface SedTypepublic TextParamType getCreator()
SedType
getCreator in interface SedTypeTextParamTypepublic void setCreator(TextParamType value)
SedType
setCreator in interface SedTypevalue - allowed object is
TextParamTypepublic boolean isSetCreator()
isSetCreator in interface SedTypepublic void unsetCreator()
unsetCreator in interface SedTypeprotected com.sun.xml.bind.util.ListImpl _getBaseSegment()
public java.util.List getBaseSegment()
SedType
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 BaseSegment property.
For example, to add a new item, do as follows:
getBaseSegment().add(newItem);
Objects of the following type(s) are allowed in the list
Segment
SegmentType
Spectrum
TimeSeries
BaseSegment
getBaseSegment in interface SedTypepublic boolean isSetBaseSegment()
isSetBaseSegment in interface SedTypepublic void unsetBaseSegment()
unsetBaseSegment in interface SedTypepublic 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.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 | ||||||||