com.mrami.libre.ClassGenerator.input
Class CGtypeType

java.lang.Object
  extended bycom.mrami.libre.ClassGenerator.input.CGtypeType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CGtype

public class CGtypeType
extends java.lang.Object
implements java.io.Serializable

The types I recognize

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
CGtypeType()
           
 
Method Summary
 void deleteMaxOccurs()
          Method deleteMaxOccurs
 void deleteMinOccurs()
          Method deleteMinOccurs
 CGboolean getCGboolean()
          Returns the value of field 'CGboolean'.
 CGclass getCGclass()
          Returns the value of field 'CGclass'.
 CGcurrency getCGcurrency()
          Returns the value of field 'CGcurrency'.
 CGdate getCGdate()
          Returns the value of field 'CGdate'.
 CGinteger getCGinteger()
          Returns the value of field 'CGinteger'.
 CGstring getCGstring()
          Returns the value of field 'CGstring'.
 int getMaxOccurs()
          Returns the value of field 'maxOccurs'.
 int getMinOccurs()
          Returns the value of field 'minOccurs'.
 boolean hasMaxOccurs()
          Method hasMaxOccurs
 boolean hasMinOccurs()
          Method hasMinOccurs
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setCGboolean(CGboolean CGboolean)
          Sets the value of field 'CGboolean'.
 void setCGclass(CGclass CGclass)
          Sets the value of field 'CGclass'.
 void setCGcurrency(CGcurrency CGcurrency)
          Sets the value of field 'CGcurrency'.
 void setCGdate(CGdate CGdate)
          Sets the value of field 'CGdate'.
 void setCGinteger(CGinteger CGinteger)
          Sets the value of field 'CGinteger'.
 void setCGstring(CGstring CGstring)
          Sets the value of field 'CGstring'.
 void setMaxOccurs(int maxOccurs)
          Sets the value of field 'maxOccurs'.
 void setMinOccurs(int minOccurs)
          Sets the value of field 'minOccurs'.
static java.lang.Object 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

CGtypeType

public CGtypeType()
Method Detail

deleteMaxOccurs

public void deleteMaxOccurs()
Method deleteMaxOccurs


deleteMinOccurs

public void deleteMinOccurs()
Method deleteMinOccurs


getCGboolean

public CGboolean getCGboolean()
Returns the value of field 'CGboolean'.

Returns:
CGboolean

getCGclass

public CGclass getCGclass()
Returns the value of field 'CGclass'.

Returns:
CGclass

getCGcurrency

public CGcurrency getCGcurrency()
Returns the value of field 'CGcurrency'.

Returns:
CGcurrency

getCGdate

public CGdate getCGdate()
Returns the value of field 'CGdate'.

Returns:
CGdate

getCGinteger

public CGinteger getCGinteger()
Returns the value of field 'CGinteger'.

Returns:
CGinteger

getCGstring

public CGstring getCGstring()
Returns the value of field 'CGstring'.

Returns:
CGstring

getMaxOccurs

public int getMaxOccurs()
Returns the value of field 'maxOccurs'.

Returns:
int

getMinOccurs

public int getMinOccurs()
Returns the value of field 'minOccurs'.

Returns:
int

hasMaxOccurs

public boolean hasMaxOccurs()
Method hasMaxOccurs

Returns:
boolean

hasMinOccurs

public boolean hasMinOccurs()
Method hasMinOccurs

Returns:
boolean

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setCGboolean

public void setCGboolean(CGboolean CGboolean)
Sets the value of field 'CGboolean'.

Parameters:
CGboolean - the value of field 'CGboolean'.

setCGclass

public void setCGclass(CGclass CGclass)
Sets the value of field 'CGclass'.

Parameters:
CGclass - the value of field 'CGclass'.

setCGcurrency

public void setCGcurrency(CGcurrency CGcurrency)
Sets the value of field 'CGcurrency'.

Parameters:
CGcurrency - the value of field 'CGcurrency'.

setCGdate

public void setCGdate(CGdate CGdate)
Sets the value of field 'CGdate'.

Parameters:
CGdate - the value of field 'CGdate'.

setCGinteger

public void setCGinteger(CGinteger CGinteger)
Sets the value of field 'CGinteger'.

Parameters:
CGinteger - the value of field 'CGinteger'.

setCGstring

public void setCGstring(CGstring CGstring)
Sets the value of field 'CGstring'.

Parameters:
CGstring - the value of field 'CGstring'.

setMaxOccurs

public void setMaxOccurs(int maxOccurs)
Sets the value of field 'maxOccurs'.

Parameters:
maxOccurs - the value of field 'maxOccurs'.

setMinOccurs

public void setMinOccurs(int minOccurs)
Sets the value of field 'minOccurs'.

Parameters:
minOccurs - the value of field 'minOccurs'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException