Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType Class Reference

Inheritance diagram for com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ReductionLinkDefinitionListType ()
void addReductionLink (com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink) throws java.lang.IndexOutOfBoundsException
void addReductionLink (int index, com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink) throws java.lang.IndexOutOfBoundsException
void clearReductionLink ()
java.util.Enumeration enumerateReductionLink ()
com.cosylab.acs.laser.dao.xml.ReductionLink getReductionLink (int index) throws java.lang.IndexOutOfBoundsException
com.cosylab.acs.laser.dao.xml.ReductionLink[] getReductionLink ()
int getReductionLinkCount ()
boolean isValid ()
void marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
boolean removeReductionLink (com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink)
void setReductionLink (int index, com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink) throws java.lang.IndexOutOfBoundsException
void setReductionLink (com.cosylab.acs.laser.dao.xml.ReductionLink[] reductionLinkArray)
void validate () throws org.exolab.castor.xml.ValidationException

Static Public Member Functions

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

Private Attributes

java.util.ArrayList _reductionLinkList

Detailed Description

Class ReductionLinkDefinitionListType.

Version:
Revision
1.3
Date
2006/09/25 08:52:36


Constructor & Destructor Documentation

com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::ReductionLinkDefinitionListType  )  [inline]
 


Member Function Documentation

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::addReductionLink int  index,
com.cosylab.acs.laser.dao.xml.ReductionLink  vReductionLink
throws java.lang.IndexOutOfBoundsException [inline]
 

Method addReductionLink

Parameters:
index 
vReductionLink 

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::addReductionLink com.cosylab.acs.laser.dao.xml.ReductionLink  vReductionLink  )  throws java.lang.IndexOutOfBoundsException [inline]
 

Method addReductionLink

Parameters:
vReductionLink 

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::clearReductionLink  )  [inline]
 

Method clearReductionLink

java.util.Enumeration com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::enumerateReductionLink  )  [inline]
 

Method enumerateReductionLink

Returns:
Enumeration

com.cosylab.acs.laser.dao.xml.ReductionLink [] com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::getReductionLink  )  [inline]
 

Method getReductionLink

Returns:
ReductionLink

com.cosylab.acs.laser.dao.xml.ReductionLink com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::getReductionLink int  index  )  throws java.lang.IndexOutOfBoundsException [inline]
 

Method getReductionLink

Parameters:
index 
Returns:
ReductionLink

int com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::getReductionLinkCount  )  [inline]
 

Method getReductionLinkCount

Returns:
int

boolean com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::isValid  )  [inline]
 

Method isValid

Returns:
boolean

Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::marshal org.xml.sax.ContentHandler  handler  )  throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]
 

Method marshal

Parameters:
handler 

Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::marshal java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]
 

Method marshal

Parameters:
out 

Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.

boolean com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::removeReductionLink com.cosylab.acs.laser.dao.xml.ReductionLink  vReductionLink  )  [inline]
 

Method removeReductionLink

Parameters:
vReductionLink 
Returns:
boolean

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::setReductionLink com.cosylab.acs.laser.dao.xml.ReductionLink[]  reductionLinkArray  )  [inline]
 

Method setReductionLink

Parameters:
reductionLinkArray 

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::setReductionLink int  index,
com.cosylab.acs.laser.dao.xml.ReductionLink  vReductionLink
throws java.lang.IndexOutOfBoundsException [inline]
 

Method setReductionLink

Parameters:
index 
vReductionLink 

java.lang.Object com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::unmarshal java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static]
 

Method unmarshal

Parameters:
reader 
Returns:
Object

Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.

void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::validate  )  throws org.exolab.castor.xml.ValidationException [inline]
 

Method validate

Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.


Member Data Documentation

java.util.ArrayList com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::_reductionLinkList [private]
 

LASER reduction relationship link


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:10:59 2009 for ACS Java API by doxygen 1.3.8