java.io.Serializable
public class Table
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
Table() |
Modifier and Type | Method | Description |
---|---|---|
void |
deleteDetachable() |
|
TableAccessModeType |
getAccessMode() |
Returns the value of field 'accessMode'.
|
boolean |
getDetachable() |
Returns the value of field 'detachable'.
|
java.lang.String |
getName() |
Returns the value of field 'name'.
|
PrimaryKey |
getPrimaryKey() |
Returns the value of field 'primaryKey'.
|
boolean |
hasDetachable() |
Method hasDetachable.
|
boolean |
isDetachable() |
Returns the value of field 'detachable'.
|
boolean |
isValid() |
Method isValid.
|
void |
marshal(java.io.Writer out) |
|
void |
marshal(org.xml.sax.ContentHandler handler) |
|
void |
setAccessMode(TableAccessModeType accessMode) |
Sets the value of field 'accessMode'.
|
void |
setDetachable(boolean detachable) |
Sets the value of field 'detachable'.
|
void |
setName(java.lang.String name) |
Sets the value of field 'name'.
|
void |
setPrimaryKey(PrimaryKey primaryKey) |
Sets the value of field 'primaryKey'.
|
static Table |
unmarshal(java.io.Reader reader) |
Method unmarshal.
|
void |
validate() |
public void deleteDetachable()
public TableAccessModeType getAccessMode()
public boolean getDetachable()
public java.lang.String getName()
public PrimaryKey getPrimaryKey()
public boolean hasDetachable()
public boolean isDetachable()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
- java.io.IOException
- if an IOException occurs during
marshalingValidationException
- if this
object is an invalid instance according to the schemaMarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setAccessMode(TableAccessModeType accessMode)
accessMode
- the value of field 'accessMode'.public void setDetachable(boolean detachable)
detachable
- the value of field 'detachable'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setPrimaryKey(PrimaryKey primaryKey)
primaryKey
- the value of field 'primaryKey'.public static Table unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws ValidationException
ValidationException
- if this
object is an invalid instance according to the schemaIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com