public class Table extends Object implements Serializable
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDetachable() |
TableAccessModeType |
getAccessMode()
Returns the value of field 'accessMode'.
|
boolean |
getDetachable()
Returns the value of field 'detachable'.
|
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(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setAccessMode(TableAccessModeType accessMode)
Sets the value of field 'accessMode'.
|
void |
setDetachable(boolean detachable)
Sets the value of field 'detachable'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setPrimaryKey(PrimaryKey primaryKey)
Sets the value of field 'primaryKey'.
|
static Table |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteDetachable()
public TableAccessModeType getAccessMode()
public boolean getDetachable()
public String getName()
public PrimaryKey getPrimaryKey()
public boolean hasDetachable()
public boolean isDetachable()
public boolean isValid()
public void marshal(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(ContentHandler handler) throws IOException, MarshalException, ValidationException
handler
- 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(String name)
name
- the value of field 'name'.public void setPrimaryKey(PrimaryKey primaryKey)
primaryKey
- the value of field 'primaryKey'.public static Table unmarshal(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 schemaCopyright © 2021. All rights reserved.