|
|||||||||
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.commonTypes.Versionable
org.LexGrid.REST.codingSchemes.CodingScheme
public class CodingScheme
A resource that makes assertions about a collection of terminological entities.
Constructor Summary | |
---|---|
CodingScheme()
|
Method Summary | |
---|---|
java.lang.Long |
getApproxNumConcepts()
Returns the value of field 'approxNumConcepts'. |
CodingSchemeDirectoryEntryGroup |
getCodingSchemeDirectoryEntryGroup()
Returns the value of field 'codingSchemeDirectoryEntryGroup'. |
Text |
getCopyright()
Returns the value of field 'copyright'. |
Language |
getDefaultLanguage()
Returns the value of field 'defaultLanguage'. |
EntitiesLink |
getEntities()
Returns the value of field 'entities'. |
LocalNames |
getLocalNames()
Returns the value of field 'localNames'. |
MappingsLink |
getMappings()
Returns the value of field 'mappings'. |
PropertiesLink |
getProperties()
Returns the value of field 'properties'. |
RelationsLink |
getRelations()
Returns the value of field 'relations'. |
Sources |
getSources()
Returns the value of field 'sources'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setApproxNumConcepts(java.lang.Long approxNumConcepts)
Sets the value of field 'approxNumConcepts'. |
void |
setCodingSchemeDirectoryEntryGroup(CodingSchemeDirectoryEntryGroup codingSchemeDirectoryEntryGroup)
Sets the value of field 'codingSchemeDirectoryEntryGroup'. |
void |
setCopyright(Text copyright)
Sets the value of field 'copyright'. |
void |
setDefaultLanguage(Language defaultLanguage)
Sets the value of field 'defaultLanguage'. |
void |
setEntities(EntitiesLink entities)
Sets the value of field 'entities'. |
void |
setLocalNames(LocalNames localNames)
Sets the value of field 'localNames'. |
void |
setMappings(MappingsLink mappings)
Sets the value of field 'mappings'. |
void |
setProperties(PropertiesLink properties)
Sets the value of field 'properties'. |
void |
setRelations(RelationsLink relations)
Sets the value of field 'relations'. |
void |
setSources(Sources sources)
Sets the value of field 'sources'. |
static CodingScheme |
unmarshalCodingScheme(java.io.Reader reader)
Method unmarshalCodingScheme. |
void |
validate()
|
Methods inherited from class org.LexGrid.REST.commonTypes.Versionable |
---|
getEffectiveDate, getEntryState, getExpirationDate, getIsActive, getOwner, getStatus, isIsActive, setEffectiveDate, setEntryState, setExpirationDate, setIsActive, setOwner, setStatus, unmarshalVersionable |
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 CodingScheme()
Method Detail |
---|
public java.lang.Long getApproxNumConcepts()
public CodingSchemeDirectoryEntryGroup getCodingSchemeDirectoryEntryGroup()
public Text getCopyright()
public Language getDefaultLanguage()
public EntitiesLink getEntities()
public LocalNames getLocalNames()
public MappingsLink getMappings()
public PropertiesLink getProperties()
public RelationsLink getRelations()
public Sources getSources()
public boolean isValid()
isValid
in class Versionable
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class Versionable
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
marshal
in class Versionable
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 setApproxNumConcepts(java.lang.Long approxNumConcepts)
approxNumConcepts
- the value of field
'approxNumConcepts'.public void setCodingSchemeDirectoryEntryGroup(CodingSchemeDirectoryEntryGroup codingSchemeDirectoryEntryGroup)
codingSchemeDirectoryEntryGroup
- the value of field
'codingSchemeDirectoryEntryGroup'.public void setCopyright(Text copyright)
copyright
- the value of field 'copyright'.public void setDefaultLanguage(Language defaultLanguage)
defaultLanguage
- the value of field 'defaultLanguage'.public void setEntities(EntitiesLink entities)
entities
- the value of field 'entities'.public void setLocalNames(LocalNames localNames)
localNames
- the value of field 'localNames'.public void setMappings(MappingsLink mappings)
mappings
- the value of field 'mappings'.public void setProperties(PropertiesLink properties)
properties
- the value of field 'properties'.public void setRelations(RelationsLink relations)
relations
- the value of field 'relations'.public void setSources(Sources sources)
sources
- the value of field 'sources'.public static CodingScheme unmarshalCodingScheme(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
validate
in class Versionable
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 |