org.gxos.schema
Class Relations

java.lang.Object
  |
  +--org.gxos.schema.Relations
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Relations()
           
 
Method Summary
 void addGroups(Groups vGroups)
           
 void addGroups(int index, Groups vGroups)
           
 java.util.Enumeration enumerateGroups()
           
 Groups[] getGroups()
           
 Groups getGroups(int index)
           
 int getGroupsCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllGroups()
           
 Groups removeGroups(int index)
           
 void setGroups(Groups[] groupsArray)
           
 void setGroups(int index, Groups vGroups)
           
static Relations unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relations

public Relations()
Method Detail

addGroups

public void addGroups(Groups vGroups)
               throws java.lang.IndexOutOfBoundsException
Parameters:
vGroups -  

addGroups

public void addGroups(int index,
                      Groups vGroups)
               throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vGroups -  

enumerateGroups

public java.util.Enumeration enumerateGroups()

getGroups

public Groups getGroups(int index)
                 throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getGroups

public Groups[] getGroups()

getGroupsCount

public int getGroupsCount()

isValid

public boolean isValid()

marshal

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

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -  

removeAllGroups

public void removeAllGroups()

removeGroups

public Groups removeGroups(int index)
Parameters:
index -  

setGroups

public void setGroups(int index,
                      Groups vGroups)
               throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vGroups -  

setGroups

public void setGroups(Groups[] groupsArray)
Parameters:
groupsArray -  

unmarshal

public static Relations unmarshal(java.io.Reader reader)
                           throws org.exolab.castor.xml.MarshalException,
                                  org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

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