org.exolab.castor.builder.binding
public class NamingXMLType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:53 $
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