cfa.vo.sed.io.jaxb.impl
Class SEDImpl

java.lang.Object
  extended by cfa.vo.sed.io.jaxb.impl.SedTypeImpl
      extended by cfa.vo.sed.io.jaxb.impl.SEDImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, SED, SedType, com.sun.xml.bind.JAXBObject, com.sun.xml.bind.RIElement, javax.xml.bind.Element

public class SEDImpl
extends SedTypeImpl
implements SED, com.sun.xml.bind.RIElement, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class SEDImpl.Unmarshaller
           
 
Field Summary
protected  boolean _Nil
           
static java.lang.Class version
           
 
Fields inherited from class cfa.vo.sed.io.jaxb.impl.SedTypeImpl
_BaseSegment, _Creator, _CreatorDID, _CustomParams, _Date, _NSegments, _SpectralMaxWavelength, _SpectralMinWavelength, _Target, _Type
 
Constructor Summary
SEDImpl()
           
 
Method Summary
 java.lang.String ____jaxb_ri____getLocalName()
           
 java.lang.String ____jaxb_ri____getNamespaceURI()
           
 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.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isNil()
          This property is used to control the xsi:nil feature of W3C XML Schema.
 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 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 class cfa.vo.sed.io.jaxb.impl.SedTypeImpl
_getBaseSegment, 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
 
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.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
 

Field Detail

_Nil

protected boolean _Nil

version

public static final java.lang.Class version
Constructor Detail

SEDImpl

public SEDImpl()
Method Detail

____jaxb_ri____getNamespaceURI

public java.lang.String ____jaxb_ri____getNamespaceURI()
Specified by:
____jaxb_ri____getNamespaceURI in interface com.sun.xml.bind.RIElement

____jaxb_ri____getLocalName

public java.lang.String ____jaxb_ri____getLocalName()
Specified by:
____jaxb_ri____getLocalName in interface com.sun.xml.bind.RIElement

isNil

public boolean isNil()
Description copied from interface: SED
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.

Specified by:
isNil in interface SED

setNil

public void setNil(boolean value)
Description copied from interface: SED
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.

Specified by:
setNil in interface SED

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject
Overrides:
createUnmarshaller in class SedTypeImpl

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Overrides:
serializeBody in class SedTypeImpl
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Overrides:
serializeAttributes in class SedTypeImpl
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Overrides:
serializeURIs in class SedTypeImpl
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject
Overrides:
getPrimaryInterface in class SedTypeImpl

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject
Overrides:
createRawValidator in class SedTypeImpl