public class ChangedEntry extends LexGridBase implements java.io.Serializable
Constructor and Description |
---|
ChangedEntry() |
Modifier and Type | Method and Description |
---|---|
CodingScheme |
getChangedCodingSchemeEntry()
Returns the value of field 'changedCodingSchemeEntry'.
|
PickListDefinition |
getChangedPickListDefinitionEntry()
Returns the value of field 'changedPickListDefinitionEntry'.
|
ValueSetDefinition |
getChangedValueSetDefinitionEntry()
Returns the value of field 'changedValueSetDefinitionEntry'.
|
java.lang.Object |
getChoiceValue()
Returns the value of field 'choiceValue'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setChangedCodingSchemeEntry(CodingScheme changedCodingSchemeEntry)
Sets the value of field 'changedCodingSchemeEntry'.
|
void |
setChangedPickListDefinitionEntry(PickListDefinition changedPickListDefinitionEntry)
Sets the value of field 'changedPickListDefinitionEntry'.
|
void |
setChangedValueSetDefinitionEntry(ValueSetDefinition changedValueSetDefinitionEntry)
Sets the value of field 'changedValueSetDefinitionEntry'.
|
static ChangedEntry |
unmarshalChangedEntry(java.io.Reader reader)
Method unmarshalChangedEntry.
|
void |
validate() |
getParent, setParent
public CodingScheme getChangedCodingSchemeEntry()
public PickListDefinition getChangedPickListDefinitionEntry()
public ValueSetDefinition getChangedValueSetDefinitionEntry()
public java.lang.Object getChoiceValue()
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 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
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 setChangedCodingSchemeEntry(CodingScheme changedCodingSchemeEntry)
changedCodingSchemeEntry
- the value of field
'changedCodingSchemeEntry'.public void setChangedPickListDefinitionEntry(PickListDefinition changedPickListDefinitionEntry)
changedPickListDefinitionEntry
- the value of field
'changedPickListDefinitionEntry'.public void setChangedValueSetDefinitionEntry(ValueSetDefinition changedValueSetDefinitionEntry)
changedValueSetDefinitionEntry
- the value of field
'changedValueSetDefinitionEntry'.public static ChangedEntry unmarshalChangedEntry(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
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema