org.exolab.castor.builder.binding
public class NamingXMLType extends Object implements Serializable
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
Constructor Summary | |
---|---|
NamingXMLType() |
Method Summary | |
---|---|
NamingType | getComplexTypeName()
Returns the value of field 'complexTypeName'.
|
NamingType | getElementName()
Returns the value of field 'elementName'.
|
NamingType | getModelGroupName()
Returns the value of field 'modelGroupName'.
|
boolean | isValid() |
void | marshal(Writer out) |
void | marshal(ContentHandler handler) |
void | setComplexTypeName(NamingType complexTypeName)
Sets the value of field 'complexTypeName'.
|
void | setElementName(NamingType elementName)
Sets the value of field 'elementName'.
|
void | setModelGroupName(NamingType modelGroupName)
Sets the value of field 'modelGroupName'.
|
static NamingXMLType | unmarshalNamingXMLType(Reader reader) |
void | validate() |
Returns: the value of field 'complexTypeName'.
Returns: the value of field 'elementName'.
Returns: the value of field 'modelGroupName'.
Parameters: out
Parameters: handler
Parameters: complexTypeName the value of field 'complexTypeName'.
Parameters: elementName the value of field 'elementName'.
Parameters: modelGroupName the value of field 'modelGroupName'.
Parameters: reader