|
|||||||||
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.commonTypes.Describable
org.LexGrid.versions.EntityVersion
public class EntityVersion
A static snapshot of the given entity.NOTE: This type is here for backwards compatbility with the LexBIG API, and is not otherwise used in the current LexGrid model. Do not reference or use!
Constructor Summary | |
---|---|
EntityVersion()
|
Method Summary | |
---|---|
Text |
getChangeDocumentation()
Returns the value of field 'changeDocumentation'. |
Text |
getChangeInstructions()
Returns the value of field 'changeInstructions'. |
java.util.Date |
getEffectiveDate()
Returns the value of field 'effectiveDate'. |
java.lang.Boolean |
getIsComplete()
Returns the value of field 'isComplete'. |
java.lang.String |
getReleaseURN()
Returns the value of field 'releaseURN'. |
java.lang.String |
getVersion()
Returns the value of field 'version'. |
java.util.Date |
getVersionDate()
Returns the value of field 'versionDate'. |
java.lang.Long |
getVersionOrder()
Returns the value of field 'versionOrder'. |
java.lang.Boolean |
isIsComplete()
Returns the value of field 'isComplete'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setChangeDocumentation(Text changeDocumentation)
Sets the value of field 'changeDocumentation'. |
void |
setChangeInstructions(Text changeInstructions)
Sets the value of field 'changeInstructions'. |
void |
setEffectiveDate(java.util.Date effectiveDate)
Sets the value of field 'effectiveDate'. |
void |
setIsComplete(java.lang.Boolean isComplete)
Sets the value of field 'isComplete'. |
void |
setReleaseURN(java.lang.String releaseURN)
Sets the value of field 'releaseURN'. |
void |
setVersion(java.lang.String version)
Sets the value of field 'version'. |
void |
setVersionDate(java.util.Date versionDate)
Sets the value of field 'versionDate'. |
void |
setVersionOrder(java.lang.Long versionOrder)
Sets the value of field 'versionOrder'. |
static EntityVersion |
unmarshalEntityVersion(java.io.Reader reader)
Method unmarshalEntityVersion. |
void |
validate()
|
Methods inherited from class org.LexGrid.commonTypes.Describable |
---|
getEntityDescription, setEntityDescription, unmarshalDescribable |
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 EntityVersion()
Method Detail |
---|
public Text getChangeDocumentation()
public Text getChangeInstructions()
public java.util.Date getEffectiveDate()
public java.lang.Boolean getIsComplete()
public java.lang.String getReleaseURN()
public java.lang.String getVersion()
public java.util.Date getVersionDate()
public java.lang.Long getVersionOrder()
public java.lang.Boolean isIsComplete()
public boolean isValid()
isValid
in class Describable
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class Describable
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 Describable
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 setChangeDocumentation(Text changeDocumentation)
changeDocumentation
- the value of field
'changeDocumentation'.public void setChangeInstructions(Text changeInstructions)
changeInstructions
- the value of field
'changeInstructions'.public void setEffectiveDate(java.util.Date effectiveDate)
effectiveDate
- the value of field 'effectiveDate'.public void setIsComplete(java.lang.Boolean isComplete)
isComplete
- the value of field 'isComplete'.public void setReleaseURN(java.lang.String releaseURN)
releaseURN
- the value of field 'releaseURN'.public void setVersion(java.lang.String version)
version
- the value of field 'version'.public void setVersionDate(java.util.Date versionDate)
versionDate
- the value of field 'versionDate'.public void setVersionOrder(java.lang.Long versionOrder)
versionOrder
- the value of field 'versionOrder'.public static EntityVersion unmarshalEntityVersion(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 Describable
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 |