public class Container
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDirect()
Method deleteDirect
|
void |
deleteRequired()
Method 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 |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
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()
Method 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 isValid()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
out - MarshalExceptionValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
MarshalException,
ValidationException
handler - java.io.IOExceptionMarshalExceptionValidationExceptionpublic 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 - MarshalExceptionValidationExceptionpublic void validate()
throws ValidationException
ValidationExceptionIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com