Class Container.
deleteDirect
public void deleteDirect()
deleteRequired
public void deleteRequired()
getCreateMethod
public java.lang.String getCreateMethod()
Returns the value of field 'createMethod'.
- the value of field 'CreateMethod'.
getDescription
public java.lang.String getDescription()
Returns the value of field 'description'.
- the value of field 'Description'.
getDirect
public boolean getDirect()
Returns the value of field 'direct'.
- the value of field 'Direct'.
getFieldMapping
public FieldMapping getFieldMapping()
Returns the value of field 'fieldMapping'.
- the value of field 'FieldMapping'.
getGetMethod
public java.lang.String getGetMethod()
Returns the value of field 'getMethod'.
- the value of field 'GetMethod'.
getName
public java.lang.String getName()
Returns the value of field 'name'.
- the value of field 'Name'.
getRequired
public boolean getRequired()
Returns the value of field 'required'.
- the value of field 'Required'.
getSetMethod
public java.lang.String getSetMethod()
Returns the value of field 'setMethod'.
- the value of field 'SetMethod'.
getType
public java.lang.String getType()
Returns the value of field 'type'.
- the value of field 'Type'.
hasDirect
public boolean hasDirect()
Method hasDirect.
- true if at least one Direct has been added
hasRequired
public boolean hasRequired()
Method hasRequired.
- true if at least one Required has been added
isDirect
public boolean isDirect()
Returns the value of field 'direct'.
- the value of field 'Direct'.
isRequired
public boolean isRequired()
Returns the value of field 'required'.
- the value of field 'Required'.
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
setCreateMethod
public void setCreateMethod(java.lang.String createMethod)
Sets the value of field 'createMethod'.
createMethod
- the value of field 'createMethod'.
setDescription
public void setDescription(java.lang.String description)
Sets the value of field 'description'.
description
- the value of field 'description'.
setDirect
public void setDirect(boolean direct)
Sets the value of field 'direct'.
direct
- the value of field 'direct'.
setFieldMapping
public void setFieldMapping(FieldMapping fieldMapping)
Sets the value of field 'fieldMapping'.
fieldMapping
- the value of field 'fieldMapping'.
setGetMethod
public void setGetMethod(java.lang.String getMethod)
Sets the value of field 'getMethod'.
getMethod
- the value of field 'getMethod'.
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setRequired
public void setRequired(boolean required)
Sets the value of field 'required'.
required
- the value of field 'required'.
setSetMethod
public void setSetMethod(java.lang.String setMethod)
Sets the value of field 'setMethod'.
setMethod
- the value of field 'setMethod'.
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.
type
- the value of field 'type'.