|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.io.jaxb.impl.GroupImpl
cfa.vo.sed.io.jaxb.impl.DataIDTypeImpl
public class DataIDTypeImpl
| Nested Class Summary | |
|---|---|
class |
DataIDTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected TextParamType |
_Bandpass
|
protected com.sun.xml.bind.util.ListImpl |
_Collection
|
protected com.sun.xml.bind.util.ListImpl |
_Contributor
|
protected TextParamType |
_CreationType
|
protected TextParamType |
_Creator
|
protected TextParamType |
_CreatorDID
|
protected TextParamType |
_DatasetID
|
protected TextParamType |
_DataSource
|
protected DateParamType |
_Date
|
protected TextParamType |
_Instrument
|
protected TextParamType |
_Logo
|
protected TextParamType |
_Title
|
protected TextParamType |
_Version
|
static java.lang.Class |
version
|
| Fields inherited from class cfa.vo.sed.io.jaxb.impl.GroupImpl |
|---|
_Id, _Idref |
| Constructor Summary | |
|---|---|
DataIDTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getCollection()
|
protected com.sun.xml.bind.util.ListImpl |
_getContributor()
|
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. |
TextParamType |
getBandpass()
Gets the value of the bandpass property. |
java.util.List |
getCollection()
Gets the value of the Collection property. |
java.util.List |
getContributor()
Gets the value of the Contributor property. |
TextParamType |
getCreationType()
Gets the value of the creationType property. |
TextParamType |
getCreator()
Gets the value of the creator property. |
TextParamType |
getCreatorDID()
Gets the value of the creatorDID property. |
TextParamType |
getDatasetID()
Gets the value of the datasetID property. |
TextParamType |
getDataSource()
Gets the value of the dataSource property. |
DateParamType |
getDate()
Gets the value of the date property. |
TextParamType |
getInstrument()
Gets the value of the instrument property. |
TextParamType |
getLogo()
Gets the value of the logo property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
TextParamType |
getTitle()
Gets the value of the title property. |
TextParamType |
getVersion()
Gets the value of the version property. |
boolean |
isSetBandpass()
|
boolean |
isSetCollection()
|
boolean |
isSetContributor()
|
boolean |
isSetCreationType()
|
boolean |
isSetCreator()
|
boolean |
isSetCreatorDID()
|
boolean |
isSetDatasetID()
|
boolean |
isSetDataSource()
|
boolean |
isSetDate()
|
boolean |
isSetInstrument()
|
boolean |
isSetLogo()
|
boolean |
isSetTitle()
|
boolean |
isSetVersion()
|
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 |
setBandpass(TextParamType value)
Sets the value of the bandpass property. |
void |
setCreationType(TextParamType value)
Sets the value of the creationType property. |
void |
setCreator(TextParamType value)
Sets the value of the creator property. |
void |
setCreatorDID(TextParamType value)
Sets the value of the creatorDID property. |
void |
setDatasetID(TextParamType value)
Sets the value of the datasetID property. |
void |
setDataSource(TextParamType value)
Sets the value of the dataSource property. |
void |
setDate(DateParamType value)
Sets the value of the date property. |
void |
setInstrument(TextParamType value)
Sets the value of the instrument property. |
void |
setLogo(TextParamType value)
Sets the value of the logo property. |
void |
setTitle(TextParamType value)
Sets the value of the title property. |
void |
setVersion(TextParamType value)
Sets the value of the version property. |
void |
unsetBandpass()
|
void |
unsetCollection()
|
void |
unsetContributor()
|
void |
unsetCreationType()
|
void |
unsetCreator()
|
void |
unsetCreatorDID()
|
void |
unsetDatasetID()
|
void |
unsetDataSource()
|
void |
unsetDate()
|
void |
unsetInstrument()
|
void |
unsetLogo()
|
void |
unsetTitle()
|
void |
unsetVersion()
|
| Methods inherited from class cfa.vo.sed.io.jaxb.impl.GroupImpl |
|---|
____jaxb____getId, getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| 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.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Field Detail |
|---|
protected TextParamType _DataSource
protected TextParamType _Instrument
protected TextParamType _Logo
protected TextParamType _CreatorDID
protected DateParamType _Date
protected TextParamType _Creator
protected TextParamType _Bandpass
protected com.sun.xml.bind.util.ListImpl _Contributor
protected TextParamType _Version
protected TextParamType _CreationType
protected com.sun.xml.bind.util.ListImpl _Collection
protected TextParamType _DatasetID
protected TextParamType _Title
public static final java.lang.Class version
| Constructor Detail |
|---|
public DataIDTypeImpl()
| Method Detail |
|---|
public TextParamType getDataSource()
DataIDType
getDataSource in interface DataIDTypeTextParamTypepublic void setDataSource(TextParamType value)
DataIDType
setDataSource in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetDataSource()
isSetDataSource in interface DataIDTypepublic void unsetDataSource()
unsetDataSource in interface DataIDTypepublic TextParamType getInstrument()
DataIDType
getInstrument in interface DataIDTypeTextParamTypepublic void setInstrument(TextParamType value)
DataIDType
setInstrument in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetInstrument()
isSetInstrument in interface DataIDTypepublic void unsetInstrument()
unsetInstrument in interface DataIDTypepublic TextParamType getLogo()
DataIDType
getLogo in interface DataIDTypeTextParamTypepublic void setLogo(TextParamType value)
DataIDType
setLogo in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetLogo()
isSetLogo in interface DataIDTypepublic void unsetLogo()
unsetLogo in interface DataIDTypepublic TextParamType getCreatorDID()
DataIDType
getCreatorDID in interface DataIDTypeTextParamTypepublic void setCreatorDID(TextParamType value)
DataIDType
setCreatorDID in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetCreatorDID()
isSetCreatorDID in interface DataIDTypepublic void unsetCreatorDID()
unsetCreatorDID in interface DataIDTypepublic DateParamType getDate()
DataIDType
getDate in interface DataIDTypeDateParamTypepublic void setDate(DateParamType value)
DataIDType
setDate in interface DataIDTypevalue - allowed object is
DateParamTypepublic boolean isSetDate()
isSetDate in interface DataIDTypepublic void unsetDate()
unsetDate in interface DataIDTypepublic TextParamType getCreator()
DataIDType
getCreator in interface DataIDTypeTextParamTypepublic void setCreator(TextParamType value)
DataIDType
setCreator in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetCreator()
isSetCreator in interface DataIDTypepublic void unsetCreator()
unsetCreator in interface DataIDTypepublic TextParamType getBandpass()
DataIDType
getBandpass in interface DataIDTypeTextParamTypepublic void setBandpass(TextParamType value)
DataIDType
setBandpass in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetBandpass()
isSetBandpass in interface DataIDTypepublic void unsetBandpass()
unsetBandpass in interface DataIDTypeprotected com.sun.xml.bind.util.ListImpl _getContributor()
public java.util.List getContributor()
DataIDType
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 Contributor property.
For example, to add a new item, do as follows:
getContributor().add(newItem);
Objects of the following type(s) are allowed in the list
TextParamType
getContributor in interface DataIDTypepublic boolean isSetContributor()
isSetContributor in interface DataIDTypepublic void unsetContributor()
unsetContributor in interface DataIDTypepublic TextParamType getVersion()
DataIDType
getVersion in interface DataIDTypeTextParamTypepublic void setVersion(TextParamType value)
DataIDType
setVersion in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetVersion()
isSetVersion in interface DataIDTypepublic void unsetVersion()
unsetVersion in interface DataIDTypepublic TextParamType getCreationType()
DataIDType
getCreationType in interface DataIDTypeTextParamTypepublic void setCreationType(TextParamType value)
DataIDType
setCreationType in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetCreationType()
isSetCreationType in interface DataIDTypepublic void unsetCreationType()
unsetCreationType in interface DataIDTypeprotected com.sun.xml.bind.util.ListImpl _getCollection()
public java.util.List getCollection()
DataIDType
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 Collection property.
For example, to add a new item, do as follows:
getCollection().add(newItem);
Objects of the following type(s) are allowed in the list
TextParamType
getCollection in interface DataIDTypepublic boolean isSetCollection()
isSetCollection in interface DataIDTypepublic void unsetCollection()
unsetCollection in interface DataIDTypepublic TextParamType getDatasetID()
DataIDType
getDatasetID in interface DataIDTypeTextParamTypepublic void setDatasetID(TextParamType value)
DataIDType
setDatasetID in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetDatasetID()
isSetDatasetID in interface DataIDTypepublic void unsetDatasetID()
unsetDatasetID in interface DataIDTypepublic TextParamType getTitle()
DataIDType
getTitle in interface DataIDTypeTextParamTypepublic void setTitle(TextParamType value)
DataIDType
setTitle in interface DataIDTypevalue - allowed object is
TextParamTypepublic boolean isSetTitle()
isSetTitle in interface DataIDTypepublic void unsetTitle()
unsetTitle in interface DataIDTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObjectcreateUnmarshaller in class GroupImpl
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableserializeBody in class GroupImplorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableserializeAttributes in class GroupImplorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableserializeURIs in class GroupImplorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectgetPrimaryInterface in class GroupImplpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObjectcreateRawValidator in class GroupImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||