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

java.lang.Object
  extended by cfa.vo.sed.io.jaxb.impl.GroupImpl
All Implemented Interfaces:
Group, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject, com.sun.xml.bind.marshaller.IdentifiableObject
Direct Known Subclasses:
AccuracyTypeImpl, CharacterizationAxisTypeImpl, CharacterizationTypeImpl, ContactTypeImpl, CoverageBoundsTypeImpl, CoverageSupportTypeImpl, CoverageTypeImpl, CurationTypeImpl, DataIDTypeImpl, DerivedDataTypeImpl, IntervalTypeImpl, SamplingPrecisionRefValTypeImpl, SamplingPrecisionTypeImpl, SedBaseCoordTypeImpl, SegmentTypeImpl, TargetTypeImpl

public class GroupImpl
extends java.lang.Object
implements Group, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, com.sun.xml.bind.marshaller.IdentifiableObject, ValidatableObject


Nested Class Summary
 class GroupImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Id
           
protected  java.lang.Object _Idref
           
static java.lang.Class version
           
 
Constructor Summary
GroupImpl()
           
 
Method Summary
 java.lang.String ____jaxb____getId()
           
 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.String getId()
          Gets the value of the id property.
 java.lang.Object getIdref()
          Gets the value of the idref property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetId()
           
 boolean isSetIdref()
           
 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 setId(java.lang.String value)
          Sets the value of the id property.
 void setIdref(java.lang.Object value)
          Sets the value of the idref property.
 void unsetId()
           
 void unsetIdref()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Idref

protected java.lang.Object _Idref

_Id

protected java.lang.String _Id

version

public static final java.lang.Class version
Constructor Detail

GroupImpl

public GroupImpl()
Method Detail

getIdref

public java.lang.Object getIdref()
Description copied from interface: Group
Gets the value of the idref property.

Specified by:
getIdref in interface Group
Returns:
possible object is Object

setIdref

public void setIdref(java.lang.Object value)
Description copied from interface: Group
Sets the value of the idref property.

Specified by:
setIdref in interface Group
Parameters:
value - allowed object is Object

isSetIdref

public boolean isSetIdref()
Specified by:
isSetIdref in interface Group

unsetIdref

public void unsetIdref()
Specified by:
unsetIdref in interface Group

getId

public java.lang.String getId()
Description copied from interface: Group
Gets the value of the id property.

Specified by:
getId in interface Group
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Group
Sets the value of the id property.

Specified by:
setId in interface Group
Parameters:
value - allowed object is String

isSetId

public boolean isSetId()
Specified by:
isSetId in interface Group

unsetId

public void unsetId()
Specified by:
unsetId in interface Group

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

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
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
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
Throws:
org.xml.sax.SAXException

____jaxb____getId

public java.lang.String ____jaxb____getId()
Specified by:
____jaxb____getId in interface com.sun.xml.bind.marshaller.IdentifiableObject

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

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