public class ValueSetDefinition extends VersionableAndDescribable implements java.io.Serializable
Constructor and Description |
---|
ValueSetDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
addDefinitionEntry(DefinitionEntry vDefinitionEntry) |
void |
addDefinitionEntry(int index,
DefinitionEntry vDefinitionEntry) |
void |
addRepresentsRealmOrContext(int index,
java.lang.String vRepresentsRealmOrContext) |
void |
addRepresentsRealmOrContext(java.lang.String vRepresentsRealmOrContext) |
void |
addSource(int index,
Source vSource) |
void |
addSource(Source vSource) |
java.util.Enumeration<? extends DefinitionEntry> |
enumerateDefinitionEntry()
Method enumerateDefinitionEntry.
|
java.util.Enumeration<? extends java.lang.String> |
enumerateRepresentsRealmOrContext()
Method enumerateRepresentsRealmOrContext.
|
java.util.Enumeration<? extends Source> |
enumerateSource()
Method enumerateSource.
|
java.lang.String |
getConceptDomain()
Returns the value of field 'conceptDomain'.
|
java.lang.String |
getDefaultCodingScheme()
Returns the value of field 'defaultCodingScheme'.
|
DefinitionEntry[] |
getDefinitionEntry()
Method getDefinitionEntry.Returns the contents of the
collection in an Array.
|
DefinitionEntry |
getDefinitionEntry(int index)
Method getDefinitionEntry.
|
java.util.List<DefinitionEntry> |
getDefinitionEntryAsReference()
Method getDefinitionEntryAsReference.Returns a reference to
'_definitionEntryList'.
|
int |
getDefinitionEntryCount()
Method getDefinitionEntryCount.
|
Mappings |
getMappings()
Returns the value of field 'mappings'.
|
Properties |
getProperties()
Returns the value of field 'properties'.
|
java.lang.String[] |
getRepresentsRealmOrContext()
Method getRepresentsRealmOrContext.Returns the contents of
the collection in an Array.
|
java.lang.String |
getRepresentsRealmOrContext(int index)
Method getRepresentsRealmOrContext.
|
java.util.List<java.lang.String> |
getRepresentsRealmOrContextAsReference()
Method getRepresentsRealmOrContextAsReference.Returns a
reference to '_representsRealmOrContextList'.
|
int |
getRepresentsRealmOrContextCount()
Method getRepresentsRealmOrContextCount.
|
Source[] |
getSource()
Method getSource.Returns the contents of the collection in
an Array.
|
Source |
getSource(int index)
Method getSource.
|
java.util.List<Source> |
getSourceAsReference()
Method getSourceAsReference.Returns a reference to
'_sourceList'.
|
int |
getSourceCount()
Method getSourceCount.
|
java.lang.String |
getValueSetDefinitionName()
Returns the value of field 'valueSetDefinitionName'.
|
java.lang.String |
getValueSetDefinitionURI()
Returns the value of field 'valueSetDefinitionURI'.
|
boolean |
isValid()
Method isValid.
|
java.util.Iterator<? extends DefinitionEntry> |
iterateDefinitionEntry()
Method iterateDefinitionEntry.
|
java.util.Iterator<? extends java.lang.String> |
iterateRepresentsRealmOrContext()
Method iterateRepresentsRealmOrContext.
|
java.util.Iterator<? extends Source> |
iterateSource()
Method iterateSource.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
removeAllDefinitionEntry() |
void |
removeAllRepresentsRealmOrContext() |
void |
removeAllSource() |
boolean |
removeDefinitionEntry(DefinitionEntry vDefinitionEntry)
Method removeDefinitionEntry.
|
DefinitionEntry |
removeDefinitionEntryAt(int index)
Method removeDefinitionEntryAt.
|
boolean |
removeRepresentsRealmOrContext(java.lang.String vRepresentsRealmOrContext)
Method removeRepresentsRealmOrContext.
|
java.lang.String |
removeRepresentsRealmOrContextAt(int index)
Method removeRepresentsRealmOrContextAt.
|
boolean |
removeSource(Source vSource)
Method removeSource.
|
Source |
removeSourceAt(int index)
Method removeSourceAt.
|
void |
setConceptDomain(java.lang.String conceptDomain)
Sets the value of field 'conceptDomain'.
|
void |
setDefaultCodingScheme(java.lang.String defaultCodingScheme)
Sets the value of field 'defaultCodingScheme'.
|
void |
setDefinitionEntry(DefinitionEntry[] vDefinitionEntryArray) |
void |
setDefinitionEntry(int index,
DefinitionEntry vDefinitionEntry) |
void |
setDefinitionEntry(java.util.List<DefinitionEntry> vDefinitionEntryList)
Sets the value of '_definitionEntryList' by copying the
given Vector.
|
void |
setDefinitionEntryAsReference(java.util.List<DefinitionEntry> definitionEntryList)
Deprecated.
|
void |
setMappings(Mappings mappings)
Sets the value of field 'mappings'.
|
void |
setProperties(Properties properties)
Sets the value of field 'properties'.
|
void |
setRepresentsRealmOrContext(int index,
java.lang.String vRepresentsRealmOrContext) |
void |
setRepresentsRealmOrContext(java.util.List<java.lang.String> vRepresentsRealmOrContextList)
Sets the value of '_representsRealmOrContextList' by copying
the given Vector.
|
void |
setRepresentsRealmOrContext(java.lang.String[] vRepresentsRealmOrContextArray) |
void |
setRepresentsRealmOrContextAsReference(java.util.List<java.lang.String> representsRealmOrContextList)
Deprecated.
|
void |
setSource(int index,
Source vSource) |
void |
setSource(java.util.List<Source> vSourceList)
Sets the value of '_sourceList' by copying the given Vector.
|
void |
setSource(Source[] vSourceArray) |
void |
setSourceAsReference(java.util.List<Source> sourceList)
Deprecated.
|
void |
setValueSetDefinitionName(java.lang.String valueSetDefinitionName)
Sets the value of field 'valueSetDefinitionName'.
|
void |
setValueSetDefinitionURI(java.lang.String valueSetDefinitionURI)
Sets the value of field 'valueSetDefinitionURI'.
|
static ValueSetDefinition |
unmarshalValueSetDefinition(java.io.Reader reader)
Method unmarshalValueSetDefinition.
|
void |
validate() |
getEntityDescription, setEntityDescription, unmarshalVersionableAndDescribable
getEffectiveDate, getEntryState, getExpirationDate, getIsActive, getOwner, getStatus, isIsActive, setEffectiveDate, setEntryState, setExpirationDate, setIsActive, setOwner, setStatus, unmarshalVersionable
getParent, setParent
public void addDefinitionEntry(DefinitionEntry vDefinitionEntry) throws java.lang.IndexOutOfBoundsException
vDefinitionEntry
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addDefinitionEntry(int index, DefinitionEntry vDefinitionEntry) throws java.lang.IndexOutOfBoundsException
index
- vDefinitionEntry
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addRepresentsRealmOrContext(java.lang.String vRepresentsRealmOrContext) throws java.lang.IndexOutOfBoundsException
vRepresentsRealmOrContext
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addRepresentsRealmOrContext(int index, java.lang.String vRepresentsRealmOrContext) throws java.lang.IndexOutOfBoundsException
index
- vRepresentsRealmOrContext
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSource(Source vSource) throws java.lang.IndexOutOfBoundsException
vSource
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSource(int index, Source vSource) throws java.lang.IndexOutOfBoundsException
index
- vSource
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends DefinitionEntry> enumerateDefinitionEntry()
public java.util.Enumeration<? extends java.lang.String> enumerateRepresentsRealmOrContext()
public java.util.Enumeration<? extends Source> enumerateSource()
public java.lang.String getConceptDomain()
public java.lang.String getDefaultCodingScheme()
public DefinitionEntry getDefinitionEntry(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic DefinitionEntry[] getDefinitionEntry()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public java.util.List<DefinitionEntry> getDefinitionEntryAsReference()
public int getDefinitionEntryCount()
public Mappings getMappings()
public Properties getProperties()
public java.lang.String getRepresentsRealmOrContext(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.lang.String[] getRepresentsRealmOrContext()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public java.util.List<java.lang.String> getRepresentsRealmOrContextAsReference()
public int getRepresentsRealmOrContextCount()
public Source getSource(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Source[] getSource()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public java.util.List<Source> getSourceAsReference()
public int getSourceCount()
public java.lang.String getValueSetDefinitionName()
public java.lang.String getValueSetDefinitionURI()
public boolean isValid()
isValid
in class VersionableAndDescribable
public java.util.Iterator<? extends DefinitionEntry> iterateDefinitionEntry()
public java.util.Iterator<? extends java.lang.String> iterateRepresentsRealmOrContext()
public java.util.Iterator<? extends Source> iterateSource()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class VersionableAndDescribable
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class VersionableAndDescribable
handler
- java.io.IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllDefinitionEntry()
public void removeAllRepresentsRealmOrContext()
public void removeAllSource()
public boolean removeDefinitionEntry(DefinitionEntry vDefinitionEntry)
vDefinitionEntry
- public DefinitionEntry removeDefinitionEntryAt(int index)
index
- public boolean removeRepresentsRealmOrContext(java.lang.String vRepresentsRealmOrContext)
vRepresentsRealmOrContext
- public java.lang.String removeRepresentsRealmOrContextAt(int index)
index
- public boolean removeSource(Source vSource)
vSource
- public Source removeSourceAt(int index)
index
- public void setConceptDomain(java.lang.String conceptDomain)
conceptDomain
- the value of field 'conceptDomain'.public void setDefaultCodingScheme(java.lang.String defaultCodingScheme)
defaultCodingScheme
- the value of field
'defaultCodingScheme'.public void setDefinitionEntry(int index, DefinitionEntry vDefinitionEntry) throws java.lang.IndexOutOfBoundsException
index
- vDefinitionEntry
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setDefinitionEntry(DefinitionEntry[] vDefinitionEntryArray)
vDefinitionEntryArray
- public void setDefinitionEntry(java.util.List<DefinitionEntry> vDefinitionEntryList)
vDefinitionEntryList
- the Vector to copy.public void setDefinitionEntryAsReference(java.util.List<DefinitionEntry> definitionEntryList)
definitionEntryList
- the Vector to set.public void setMappings(Mappings mappings)
mappings
- the value of field 'mappings'.public void setProperties(Properties properties)
properties
- the value of field 'properties'.public void setRepresentsRealmOrContext(int index, java.lang.String vRepresentsRealmOrContext) throws java.lang.IndexOutOfBoundsException
index
- vRepresentsRealmOrContext
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setRepresentsRealmOrContext(java.lang.String[] vRepresentsRealmOrContextArray)
vRepresentsRealmOrContextArray
- public void setRepresentsRealmOrContext(java.util.List<java.lang.String> vRepresentsRealmOrContextList)
vRepresentsRealmOrContextList
- the Vector to copy.public void setRepresentsRealmOrContextAsReference(java.util.List<java.lang.String> representsRealmOrContextList)
representsRealmOrContextList
- the Vector to set.public void setSource(int index, Source vSource) throws java.lang.IndexOutOfBoundsException
index
- vSource
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setSource(Source[] vSourceArray)
vSourceArray
- public void setSource(java.util.List<Source> vSourceList)
vSourceList
- the Vector to copy.public void setSourceAsReference(java.util.List<Source> sourceList)
sourceList
- the Vector to set.public void setValueSetDefinitionName(java.lang.String valueSetDefinitionName)
valueSetDefinitionName
- the value of field
'valueSetDefinitionName'.public void setValueSetDefinitionURI(java.lang.String valueSetDefinitionURI)
valueSetDefinitionURI
- the value of field
'valueSetDefinitionURI'.public static ValueSetDefinition unmarshalValueSetDefinition(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
validate
in class VersionableAndDescribable
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema