|
|||||||||
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.valueSets.EntityReference
public class EntityReference
A reference to an entityCode and/or one or more entityCodes that have a relationship to the specified entity code.
Constructor Summary | |
---|---|
EntityReference()
|
Method Summary | |
---|---|
java.lang.String |
getEntityCode()
Returns the value of field 'entityCode'. |
java.lang.String |
getEntityCodeNamespace()
Returns the value of field 'entityCodeNamespace'. |
java.lang.Boolean |
getLeafOnly()
Returns the value of field 'leafOnly'. |
java.lang.String |
getReferenceAssociation()
Returns the value of field 'referenceAssociation'. |
java.lang.Boolean |
getTargetToSource()
Returns the value of field 'targetToSource'. |
java.lang.Boolean |
getTransitiveClosure()
Returns the value of field 'transitiveClosure'. |
java.lang.Boolean |
isLeafOnly()
Returns the value of field 'leafOnly'. |
java.lang.Boolean |
isTargetToSource()
Returns the value of field 'targetToSource'. |
java.lang.Boolean |
isTransitiveClosure()
Returns the value of field 'transitiveClosure'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setEntityCode(java.lang.String entityCode)
Sets the value of field 'entityCode'. |
void |
setEntityCodeNamespace(java.lang.String entityCodeNamespace)
Sets the value of field 'entityCodeNamespace'. |
void |
setLeafOnly(java.lang.Boolean leafOnly)
Sets the value of field 'leafOnly'. |
void |
setReferenceAssociation(java.lang.String referenceAssociation)
Sets the value of field 'referenceAssociation'. |
void |
setTargetToSource(java.lang.Boolean targetToSource)
Sets the value of field 'targetToSource'. |
void |
setTransitiveClosure(java.lang.Boolean transitiveClosure)
Sets the value of field 'transitiveClosure'. |
static EntityReference |
unmarshalEntityReference(java.io.Reader reader)
Method unmarshalEntityReference. |
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 EntityReference()
Method Detail |
---|
public java.lang.String getEntityCode()
public java.lang.String getEntityCodeNamespace()
public java.lang.Boolean getLeafOnly()
public java.lang.String getReferenceAssociation()
public java.lang.Boolean getTargetToSource()
public java.lang.Boolean getTransitiveClosure()
public java.lang.Boolean isLeafOnly()
public java.lang.Boolean isTargetToSource()
public java.lang.Boolean isTransitiveClosure()
public boolean isValid()
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 setEntityCode(java.lang.String entityCode)
entityCode
- the value of field 'entityCode'.public void setEntityCodeNamespace(java.lang.String entityCodeNamespace)
entityCodeNamespace
- the value of field
'entityCodeNamespace'.public void setLeafOnly(java.lang.Boolean leafOnly)
leafOnly
- the value of field 'leafOnly'.public void setReferenceAssociation(java.lang.String referenceAssociation)
referenceAssociation
- the value of field
'referenceAssociation'.public void setTargetToSource(java.lang.Boolean targetToSource)
targetToSource
- the value of field 'targetToSource'.public void setTransitiveClosure(java.lang.Boolean transitiveClosure)
transitiveClosure
- the value of field
'transitiveClosure'.public static EntityReference unmarshalEntityReference(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 |