public class FieldType extends Object implements Serializable
Constructor and Description |
---|
FieldType() |
Modifier and Type | Method and Description |
---|---|
void |
deleteWrapper() |
FieldTypeCollectionType |
getCollection()
Returns the value of field 'collection'.
|
String |
getHandler()
Returns the value of field 'handler'.
|
String |
getJavaType()
Returns the value of field 'javaType'.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getValidator()
Returns the value of field 'validator'.
|
FieldTypeVisibilityType |
getVisibility()
Returns the value of field 'visibility'.
|
boolean |
getWrapper()
Returns the value of field 'wrapper'.
|
boolean |
hasWrapper()
Method hasWrapper.
|
boolean |
isValid()
Method isValid.
|
boolean |
isWrapper()
Returns the value of field 'wrapper'.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setCollection(FieldTypeCollectionType collection)
Sets the value of field 'collection'.
|
void |
setHandler(String handler)
Sets the value of field 'handler'.
|
void |
setJavaType(String javaType)
Sets the value of field 'javaType'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setValidator(String validator)
Sets the value of field 'validator'.
|
void |
setVisibility(FieldTypeVisibilityType visibility)
Sets the value of field 'visibility'.
|
void |
setWrapper(boolean wrapper)
Sets the value of field 'wrapper'.
|
static FieldType |
unmarshalFieldType(Reader reader)
Method unmarshalFieldType.
|
void |
validate() |
public void deleteWrapper()
public FieldTypeCollectionType getCollection()
public String getHandler()
public String getJavaType()
public String getName()
public String getValidator()
public FieldTypeVisibilityType getVisibility()
public boolean getWrapper()
public boolean hasWrapper()
public boolean isValid()
public boolean isWrapper()
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 setCollection(FieldTypeCollectionType collection)
collection
- the value of field 'collection'.public void setHandler(String handler)
handler
- the value of field 'handler'.public void setJavaType(String javaType)
javaType
- the value of field 'javaType'.public void setName(String name)
name
- the value of field 'name'.public void setValidator(String validator)
validator
- the value of field 'validator'.public void setVisibility(FieldTypeVisibilityType visibility)
visibility
- the value of field 'visibility'.public void setWrapper(boolean wrapper)
wrapper
- the value of field 'wrapper'.public static FieldType unmarshalFieldType(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 © 2013. All rights reserved.