com.mrami.libre.ClassGenerator.input
Class CGtransferObjectType

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

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

Definition of transfer object

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

Constructor Summary
CGtransferObjectType()
           
 
Method Summary
 void addCGassoc(CGassoc vCGassoc)
          Method addCGassoc
 void addCGassoc(int index, CGassoc vCGassoc)
          Method addCGassoc
 java.util.Enumeration enumerateCGassoc()
          Method enumerateCGassoc
 CGassoc[] getCGassoc()
          Method getCGassoc
 CGassoc getCGassoc(int index)
          Method getCGassoc
 int getCGassocCount()
          Method getCGassocCount
 java.lang.String getName()
          Returns the value of field 'name'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllCGassoc()
          Method removeAllCGassoc
 CGassoc removeCGassoc(int index)
          Method removeCGassoc
 void setCGassoc(CGassoc[] CGassocArray)
          Method setCGassoc
 void setCGassoc(int index, CGassoc vCGassoc)
          Method setCGassoc
 void setName(java.lang.String name)
          Sets the value of field 'name'.
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

CGtransferObjectType

public CGtransferObjectType()
Method Detail

addCGassoc

public void addCGassoc(CGassoc vCGassoc)
                throws java.lang.IndexOutOfBoundsException
Method addCGassoc

Parameters:
vCGassoc -
Throws:
java.lang.IndexOutOfBoundsException

addCGassoc

public void addCGassoc(int index,
                       CGassoc vCGassoc)
                throws java.lang.IndexOutOfBoundsException
Method addCGassoc

Parameters:
index -
vCGassoc -
Throws:
java.lang.IndexOutOfBoundsException

enumerateCGassoc

public java.util.Enumeration enumerateCGassoc()
Method enumerateCGassoc

Returns:
Enumeration

getCGassoc

public CGassoc getCGassoc(int index)
                   throws java.lang.IndexOutOfBoundsException
Method getCGassoc

Parameters:
index -
Returns:
CGassoc
Throws:
java.lang.IndexOutOfBoundsException

getCGassoc

public CGassoc[] getCGassoc()
Method getCGassoc

Returns:
CGassoc

getCGassocCount

public int getCGassocCount()
Method getCGassocCount

Returns:
int

getName

public java.lang.String getName()
Returns the value of field 'name'.

Returns:
String

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

removeAllCGassoc

public void removeAllCGassoc()
Method removeAllCGassoc


removeCGassoc

public CGassoc removeCGassoc(int index)
Method removeCGassoc

Parameters:
index -
Returns:
CGassoc

setCGassoc

public void setCGassoc(int index,
                       CGassoc vCGassoc)
                throws java.lang.IndexOutOfBoundsException
Method setCGassoc

Parameters:
index -
vCGassoc -
Throws:
java.lang.IndexOutOfBoundsException

setCGassoc

public void setCGassoc(CGassoc[] CGassocArray)
Method setCGassoc

Parameters:
CGassocArray -

setName

public void setName(java.lang.String name)
Sets the value of field 'name'.

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

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