public class EntityVersion extends Describable implements java.io.Serializable
Constructor and Description |
---|
EntityVersion() |
Modifier and Type | Method and Description |
---|---|
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() |
getEntityDescription, setEntityDescription, unmarshalDescribable
getParent, setParent
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 marshalingorg.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
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.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 marshalingorg.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