public class EntityReference extends LexGridBase implements java.io.Serializable
Constructor and Description |
---|
EntityReference() |
Modifier and Type | Method and Description |
---|---|
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() |
getParent, setParent
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 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 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 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