|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mayo.edu.lgModel.LexGridBase
org.LexGrid.REST.codingSchemes.CodingSchemeDirectoryEntryGroup
public class CodingSchemeDirectoryEntryGroup
Information about a coding scheme that is known to a given resource.
Constructor Summary | |
---|---|
CodingSchemeDirectoryEntryGroup()
|
Method Summary | |
---|---|
void |
addVersionTags(int index,
java.lang.String vVersionTags)
|
void |
addVersionTags(java.lang.String vVersionTags)
|
java.util.Enumeration<? extends java.lang.String> |
enumerateVersionTags()
Method enumerateVersionTags. |
EntityDescription |
getCodingSchemeDescription()
Returns the value of field 'codingSchemeDescription'. |
CodingSchemeName |
getCodingSchemeName()
Returns the value of field 'codingSchemeName'. |
URI |
getCodingSchemeURI()
Returns the value of field 'codingSchemeURI'. |
java.lang.String |
getCodingSchemeVersion()
Returns the value of field 'codingSchemeVersion'. |
java.lang.String |
getFormalName()
Returns the value of field 'formalName'. |
java.lang.String[] |
getVersionTags()
Method getVersionTags.Returns the contents of the collection in an Array. |
java.lang.String |
getVersionTags(int index)
Method getVersionTags. |
java.util.List<java.lang.String> |
getVersionTagsAsReference()
Method getVersionTagsAsReference.Returns a reference to '_versionTagsList'. |
int |
getVersionTagsCount()
Method getVersionTagsCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator<? extends java.lang.String> |
iterateVersionTags()
Method iterateVersionTags. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllVersionTags()
|
boolean |
removeVersionTags(java.lang.String vVersionTags)
Method removeVersionTags. |
java.lang.String |
removeVersionTagsAt(int index)
Method removeVersionTagsAt. |
void |
setCodingSchemeDescription(EntityDescription codingSchemeDescription)
Sets the value of field 'codingSchemeDescription'. |
void |
setCodingSchemeName(CodingSchemeName codingSchemeName)
Sets the value of field 'codingSchemeName'. |
void |
setCodingSchemeURI(URI codingSchemeURI)
Sets the value of field 'codingSchemeURI'. |
void |
setCodingSchemeVersion(java.lang.String codingSchemeVersion)
Sets the value of field 'codingSchemeVersion'. |
void |
setFormalName(java.lang.String formalName)
Sets the value of field 'formalName'. |
void |
setVersionTags(int index,
java.lang.String vVersionTags)
|
void |
setVersionTags(java.util.List<java.lang.String> vVersionTagsList)
Sets the value of '_versionTagsList' by copying the given Vector. |
void |
setVersionTags(java.lang.String[] vVersionTagsArray)
|
void |
setVersionTagsAsReference(java.util.List<java.lang.String> versionTagsList)
Deprecated. |
static CodingSchemeDirectoryEntryGroup |
unmarshalCodingSchemeDirectoryEntryGroup(java.io.Reader reader)
Method unmarshalCodingSchemeDirectoryEntryGroup. |
void |
validate()
|
Methods inherited from class org.mayo.edu.lgModel.LexGridBase |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodingSchemeDirectoryEntryGroup()
Method Detail |
---|
public void addVersionTags(java.lang.String vVersionTags) throws java.lang.IndexOutOfBoundsException
vVersionTags
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addVersionTags(int index, java.lang.String vVersionTags) throws java.lang.IndexOutOfBoundsException
index
- vVersionTags
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends java.lang.String> enumerateVersionTags()
public EntityDescription getCodingSchemeDescription()
public CodingSchemeName getCodingSchemeName()
public URI getCodingSchemeURI()
public java.lang.String getCodingSchemeVersion()
public java.lang.String getFormalName()
public java.lang.String getVersionTags(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.lang.String[] getVersionTags()
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> getVersionTagsAsReference()
public int getVersionTagsCount()
public boolean isValid()
public java.util.Iterator<? extends java.lang.String> iterateVersionTags()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.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
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllVersionTags()
public boolean removeVersionTags(java.lang.String vVersionTags)
vVersionTags
-
public java.lang.String removeVersionTagsAt(int index)
index
-
public void setCodingSchemeDescription(EntityDescription codingSchemeDescription)
codingSchemeDescription
- the value of field
'codingSchemeDescription'.public void setCodingSchemeName(CodingSchemeName codingSchemeName)
codingSchemeName
- the value of field 'codingSchemeName'public void setCodingSchemeURI(URI codingSchemeURI)
codingSchemeURI
- the value of field 'codingSchemeURI'.public void setCodingSchemeVersion(java.lang.String codingSchemeVersion)
codingSchemeVersion
- the value of field
'codingSchemeVersion'.public void setFormalName(java.lang.String formalName)
formalName
- the value of field 'formalName'.public void setVersionTags(int index, java.lang.String vVersionTags) throws java.lang.IndexOutOfBoundsException
index
- vVersionTags
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setVersionTags(java.lang.String[] vVersionTagsArray)
vVersionTagsArray
- public void setVersionTags(java.util.List<java.lang.String> vVersionTagsList)
vVersionTagsList
- the Vector to copy.public void setVersionTagsAsReference(java.util.List<java.lang.String> versionTagsList)
versionTagsList
- the Vector to set.public static CodingSchemeDirectoryEntryGroup unmarshalCodingSchemeDirectoryEntryGroup(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 marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |