|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.Container
public class Container
Class Container.
Constructor Summary | |
---|---|
Container()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Container()
Method Detail |
---|
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
-
MarshalException
ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
-
java.io.IOException
MarshalException
ValidationException
public 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
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |