cfa.vo.sed.io.jaxb
Interface SED

All Superinterfaces:
javax.xml.bind.Element, SedType
All Known Implementing Classes:
SEDImpl

public interface SED
extends javax.xml.bind.Element, SedType

Java content class for SED element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/data/NVO/staff/mccusker/schema/specxml2-1.01b.xsd line 60)

 <element name="SED" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedType"/>
 


Method Summary
 boolean isNil()
          This property is used to control the xsi:nil feature of W3C XML Schema.
 void setNil(boolean value)
          Passing true will generate xsi:nil in the XML outputThis property is used to control the xsi:nil feature of W3C XML Schema.
 
Methods inherited from interface cfa.vo.sed.io.jaxb.SedType
getBaseSegment, getCreator, getCreatorDID, getCustomParams, getDate, getNSegments, getSpectralMaxWavelength, getSpectralMinWavelength, getTarget, getType, isSetBaseSegment, isSetCreator, isSetCreatorDID, isSetCustomParams, isSetDate, isSetNSegments, isSetSpectralMaxWavelength, isSetSpectralMinWavelength, isSetTarget, isSetType, setCreator, setCreatorDID, setCustomParams, setDate, setNSegments, setSpectralMaxWavelength, setSpectralMinWavelength, setTarget, setType, unsetBaseSegment, unsetCreator, unsetCreatorDID, unsetCustomParams, unsetDate, unsetNSegments, unsetSpectralMaxWavelength, unsetSpectralMinWavelength, unsetTarget, unsetType
 

Method Detail

isNil

boolean isNil()
This property is used to control the xsi:nil feature of W3C XML Schema. Setting this property to true will cause the output to be <{0} xsi:nil="true" /> regardless of the values of the other properties.


setNil

void setNil(boolean value)
Passing true will generate xsi:nil in the XML outputThis property is used to control the xsi:nil feature of W3C XML Schema. Setting this property to true will cause the output to be <{0} xsi:nil="true" /> regardless of the values of the other properties.