cfa.vo.sed.io.jaxb
Interface Group

All Known Subinterfaces:
AccuracyType, BaseSegment, CharacterizationAxis, CharacterizationAxisType, CharacterizationType, ContactType, CoverageBoundsType, CoverageLocationType, CoverageSupportType, CoverageType, CurationType, DataIDType, DerivedDataType, IntervalType, SamplingPrecisionRefValType, SamplingPrecisionType, SedBaseCoordType, SedCoordType, SedQuantityType, Segment, SegmentType, SpectralCharacterizationAxisType, Spectrum, SpectrumType, TargetType, TimeSeries, TimeSeriesType
All Known Implementing Classes:
AccuracyTypeImpl, BaseSegmentImpl, CharacterizationAxisImpl, CharacterizationAxisTypeImpl, CharacterizationTypeImpl, ContactTypeImpl, CoverageBoundsTypeImpl, CoverageLocationTypeImpl, CoverageSupportTypeImpl, CoverageTypeImpl, CurationTypeImpl, DataIDTypeImpl, DerivedDataTypeImpl, GroupImpl, IntervalTypeImpl, SamplingPrecisionRefValTypeImpl, SamplingPrecisionTypeImpl, SedBaseCoordTypeImpl, SedCoordTypeImpl, SedQuantityTypeImpl, SegmentImpl, SegmentTypeImpl, SpectralCharacterizationAxisTypeImpl, SpectrumImpl, SpectrumTypeImpl, TargetTypeImpl, TimeSeriesImpl, TimeSeriesTypeImpl

public interface Group

Java content class for Group complex type.

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 117)

 <complexType name="Group">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Object getIdref()
          Gets the value of the idref property.
 boolean isSetId()
           
 boolean isSetIdref()
           
 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()
           
 

Method Detail

getIdref

java.lang.Object getIdref()
Gets the value of the idref property.

Returns:
possible object is Object

setIdref

void setIdref(java.lang.Object value)
Sets the value of the idref property.

Parameters:
value - allowed object is Object

isSetIdref

boolean isSetIdref()

unsetIdref

void unsetIdref()

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

boolean isSetId()

unsetId

void unsetId()