|
|||||||||
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.LexOnt.CodingSchemeManifest
public class CodingSchemeManifest
Class CodingSchemeManifest.
Constructor Summary | |
---|---|
CodingSchemeManifest()
|
Method Summary | |
---|---|
void |
addLocalName(CsmfLocalName vLocalName)
|
void |
addLocalName(int index,
CsmfLocalName vLocalName)
|
void |
addSource(CsmfSource vSource)
|
void |
addSource(int index,
CsmfSource vSource)
|
java.util.Enumeration<? extends CsmfLocalName> |
enumerateLocalName()
Method enumerateLocalName. |
java.util.Enumeration<? extends CsmfSource> |
enumerateSource()
Method enumerateSource. |
CsmfAssociationDefinition |
getAssociationDefinitions()
Returns the value of field 'associationDefinitions'. |
CsmfCodingSchemeName |
getCodingScheme()
Returns the value of field 'codingScheme'. |
CsmfCodingSchemeURI |
getCodingSchemeURI()
Returns the value of field 'codingSchemeURI'. |
CsmfText |
getCopyright()
Returns the value of field 'copyright'. |
CsmfDefaultLanguage |
getDefaultLanguage()
Returns the value of field 'defaultLanguage'. |
CsmfEntityDescription |
getEntityDescription()
Returns the value of field 'entityDescription'. |
CsmfFormalName |
getFormalName()
Returns the value of field 'formalName'. |
java.lang.String |
getId()
Returns the value of field 'id'. |
CsmfLocalName[] |
getLocalName()
Method getLocalName.Returns the contents of the collection in an Array. |
CsmfLocalName |
getLocalName(int index)
Method getLocalName. |
java.util.List<CsmfLocalName> |
getLocalNameAsReference()
Method getLocalNameAsReference.Returns a reference to '_localNameList'. |
int |
getLocalNameCount()
Method getLocalNameCount. |
CsmfMappings |
getMappings()
Returns the value of field 'mappings'. |
CsmfVersion |
getRepresentsVersion()
Returns the value of field 'representsVersion'. |
CsmfSource[] |
getSource()
Method getSource.Returns the contents of the collection in an Array. |
CsmfSource |
getSource(int index)
Method getSource. |
java.util.List<CsmfSource> |
getSourceAsReference()
Method getSourceAsReference.Returns a reference to '_sourceList'. |
int |
getSourceCount()
Method getSourceCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator<? extends CsmfLocalName> |
iterateLocalName()
Method iterateLocalName. |
java.util.Iterator<? extends CsmfSource> |
iterateSource()
Method iterateSource. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllLocalName()
|
void |
removeAllSource()
|
boolean |
removeLocalName(CsmfLocalName vLocalName)
Method removeLocalName. |
CsmfLocalName |
removeLocalNameAt(int index)
Method removeLocalNameAt. |
boolean |
removeSource(CsmfSource vSource)
Method removeSource. |
CsmfSource |
removeSourceAt(int index)
Method removeSourceAt. |
void |
setAssociationDefinitions(CsmfAssociationDefinition associationDefinitions)
Sets the value of field 'associationDefinitions'. |
void |
setCodingScheme(CsmfCodingSchemeName codingScheme)
Sets the value of field 'codingScheme'. |
void |
setCodingSchemeURI(CsmfCodingSchemeURI codingSchemeURI)
Sets the value of field 'codingSchemeURI'. |
void |
setCopyright(CsmfText copyright)
Sets the value of field 'copyright'. |
void |
setDefaultLanguage(CsmfDefaultLanguage defaultLanguage)
Sets the value of field 'defaultLanguage'. |
void |
setEntityDescription(CsmfEntityDescription entityDescription)
Sets the value of field 'entityDescription'. |
void |
setFormalName(CsmfFormalName formalName)
Sets the value of field 'formalName'. |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setLocalName(CsmfLocalName[] vLocalNameArray)
|
void |
setLocalName(int index,
CsmfLocalName vLocalName)
|
void |
setLocalName(java.util.List<CsmfLocalName> vLocalNameList)
Sets the value of '_localNameList' by copying the given Vector. |
void |
setLocalNameAsReference(java.util.List<CsmfLocalName> localNameList)
Deprecated. |
void |
setMappings(CsmfMappings mappings)
Sets the value of field 'mappings'. |
void |
setRepresentsVersion(CsmfVersion representsVersion)
Sets the value of field 'representsVersion'. |
void |
setSource(CsmfSource[] vSourceArray)
|
void |
setSource(int index,
CsmfSource vSource)
|
void |
setSource(java.util.List<CsmfSource> vSourceList)
Sets the value of '_sourceList' by copying the given Vector. |
void |
setSourceAsReference(java.util.List<CsmfSource> sourceList)
Deprecated. |
static CodingSchemeManifest |
unmarshalCodingSchemeManifest(java.io.Reader reader)
Method unmarshalCodingSchemeManifest. |
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 CodingSchemeManifest()
Method Detail |
---|
public void addLocalName(CsmfLocalName vLocalName) throws java.lang.IndexOutOfBoundsException
vLocalName
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addLocalName(int index, CsmfLocalName vLocalName) throws java.lang.IndexOutOfBoundsException
index
- vLocalName
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSource(CsmfSource vSource) throws java.lang.IndexOutOfBoundsException
vSource
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSource(int index, CsmfSource 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 CsmfLocalName> enumerateLocalName()
public java.util.Enumeration<? extends CsmfSource> enumerateSource()
public CsmfAssociationDefinition getAssociationDefinitions()
public CsmfCodingSchemeName getCodingScheme()
public CsmfCodingSchemeURI getCodingSchemeURI()
public CsmfText getCopyright()
public CsmfDefaultLanguage getDefaultLanguage()
public CsmfEntityDescription getEntityDescription()
public CsmfFormalName getFormalName()
public java.lang.String getId()
public CsmfLocalName getLocalName(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic CsmfLocalName[] getLocalName()
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<CsmfLocalName> getLocalNameAsReference()
public int getLocalNameCount()
public CsmfMappings getMappings()
public CsmfVersion getRepresentsVersion()
public CsmfSource getSource(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic CsmfSource[] 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<CsmfSource> getSourceAsReference()
public int getSourceCount()
public boolean isValid()
public java.util.Iterator<? extends CsmfLocalName> iterateLocalName()
public java.util.Iterator<? extends CsmfSource> iterateSource()
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 removeAllLocalName()
public void removeAllSource()
public boolean removeLocalName(CsmfLocalName vLocalName)
vLocalName
-
public CsmfLocalName removeLocalNameAt(int index)
index
-
public boolean removeSource(CsmfSource vSource)
vSource
-
public CsmfSource removeSourceAt(int index)
index
-
public void setAssociationDefinitions(CsmfAssociationDefinition associationDefinitions)
associationDefinitions
- the value of field
'associationDefinitions'.public void setCodingScheme(CsmfCodingSchemeName codingScheme)
codingScheme
- the value of field 'codingScheme'.public void setCodingSchemeURI(CsmfCodingSchemeURI codingSchemeURI)
codingSchemeURI
- the value of field 'codingSchemeURI'.public void setCopyright(CsmfText copyright)
copyright
- the value of field 'copyright'.public void setDefaultLanguage(CsmfDefaultLanguage defaultLanguage)
defaultLanguage
- the value of field 'defaultLanguage'.public void setEntityDescription(CsmfEntityDescription entityDescription)
entityDescription
- the value of field
'entityDescription'.public void setFormalName(CsmfFormalName formalName)
formalName
- the value of field 'formalName'.public void setId(java.lang.String id)
id
- the value of field 'id'.public void setLocalName(int index, CsmfLocalName vLocalName) throws java.lang.IndexOutOfBoundsException
index
- vLocalName
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setLocalName(CsmfLocalName[] vLocalNameArray)
vLocalNameArray
- public void setLocalName(java.util.List<CsmfLocalName> vLocalNameList)
vLocalNameList
- the Vector to copy.public void setLocalNameAsReference(java.util.List<CsmfLocalName> localNameList)
localNameList
- the Vector to set.public void setMappings(CsmfMappings mappings)
mappings
- the value of field 'mappings'.public void setRepresentsVersion(CsmfVersion representsVersion)
representsVersion
- the value of field
'representsVersion'.public void setSource(int index, CsmfSource vSource) throws java.lang.IndexOutOfBoundsException
index
- vSource
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setSource(CsmfSource[] vSourceArray)
vSourceArray
- public void setSource(java.util.List<CsmfSource> vSourceList)
vSourceList
- the Vector to copy.public void setSourceAsReference(java.util.List<CsmfSource> sourceList)
sourceList
- the Vector to set.public static CodingSchemeManifest unmarshalCodingSchemeManifest(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 |