java.io.Serializable
public class Container
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
Container() |
Modifier and Type | Method | Description |
---|---|---|
void |
deleteDirect() |
|
void |
deleteRequired() |
|
java.lang.String |
getCreateMethod() |
Returns the value of field 'createMethod'.
|
java.lang.String |
getDescription() |
Returns the value of field 'description'.
|
boolean |
getDirect() |
Returns the value of field 'direct'.
|
FieldMapping |
getFieldMapping() |
Returns the value of field 'fieldMapping'.
|
java.lang.String |
getGetMethod() |
Returns the value of field 'getMethod'.
|
java.lang.String |
getName() |
Returns the value of field 'name'.
|
boolean |
getRequired() |
Returns the value of field 'required'.
|
java.lang.String |
getSetMethod() |
Returns the value of field 'setMethod'.
|
java.lang.String |
getType() |
Returns the value of field 'type'.
|
boolean |
hasDirect() |
Method hasDirect.
|
boolean |
hasRequired() |
Method hasRequired.
|
boolean |
isDirect() |
Returns the value of field 'direct'.
|
boolean |
isRequired() |
Returns the value of field 'required'.
|
boolean |
isValid() |
Method isValid.
|
void |
marshal(java.io.Writer out) |
|
void |
marshal(org.xml.sax.ContentHandler handler) |
|
void |
setCreateMethod(java.lang.String createMethod) |
Sets the value of field 'createMethod'.
|
void |
setDescription(java.lang.String description) |
Sets the value of field 'description'.
|
void |
setDirect(boolean direct) |
Sets the value of field 'direct'.
|
void |
setFieldMapping(FieldMapping fieldMapping) |
Sets the value of field 'fieldMapping'.
|
void |
setGetMethod(java.lang.String getMethod) |
Sets the value of field 'getMethod'.
|
void |
setName(java.lang.String name) |
Sets the value of field 'name'.
|
void |
setRequired(boolean required) |
Sets the value of field 'required'.
|
void |
setSetMethod(java.lang.String setMethod) |
Sets the value of field 'setMethod'.
|
void |
setType(java.lang.String type) |
Sets the value of field 'type'.
|
static Container |
unmarshal(java.io.Reader reader) |
Method unmarshal.
|
void |
validate() |
public void deleteDirect()
public void deleteRequired()
public java.lang.String getCreateMethod()
public java.lang.String getDescription()
public boolean getDirect()
public FieldMapping getFieldMapping()
public java.lang.String getGetMethod()
public java.lang.String getName()
public boolean getRequired()
public java.lang.String getSetMethod()
public java.lang.String getType()
public boolean hasDirect()
public boolean hasRequired()
public boolean isDirect()
public boolean isRequired()
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 setCreateMethod(java.lang.String createMethod)
createMethod
- the value of field 'createMethod'.public void setDescription(java.lang.String description)
description
- the value of field 'description'.public void setDirect(boolean direct)
direct
- the value of field 'direct'.public void setFieldMapping(FieldMapping fieldMapping)
fieldMapping
- the value of field 'fieldMapping'.public void setGetMethod(java.lang.String getMethod)
getMethod
- the value of field 'getMethod'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setRequired(boolean required)
required
- the value of field 'required'.public void setSetMethod(java.lang.String setMethod)
setMethod
- the value of field 'setMethod'.public void setType(java.lang.String type)
type
- the value of field 'type'.public static Container 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