org.oasis.ebxml.registry.bindings.query
Class AssociationBranchType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.AssociationBranchType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SourceAssociationBranch, TargetAssociationBranch

public abstract class AssociationBranchType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AssociationBranchType()
           
 
Method Summary
 AssociationBranchTypeChoice getAssociationBranchTypeChoice()
          Returns the value of field 'associationBranchTypeChoice'.
 AssociationFilter getAssociationFilter()
          Returns the value of field 'associationFilter'.
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setAssociationBranchTypeChoice(AssociationBranchTypeChoice associationBranchTypeChoice)
          Sets the value of field 'associationBranchTypeChoice'.
 void setAssociationFilter(AssociationFilter associationFilter)
          Sets the value of field 'associationFilter'.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationBranchType

public AssociationBranchType()
Method Detail

getAssociationBranchTypeChoice

public AssociationBranchTypeChoice getAssociationBranchTypeChoice()
Returns the value of field 'associationBranchTypeChoice'.

Returns:
the value of field 'associationBranchTypeChoice'.

getAssociationFilter

public AssociationFilter getAssociationFilter()
Returns the value of field 'associationFilter'.

Returns:
the value of field 'associationFilter'.

isValid

public boolean isValid()

marshal

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

marshal

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

setAssociationBranchTypeChoice

public void setAssociationBranchTypeChoice(AssociationBranchTypeChoice associationBranchTypeChoice)
Sets the value of field 'associationBranchTypeChoice'.

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

setAssociationFilter

public void setAssociationFilter(AssociationFilter associationFilter)
Sets the value of field 'associationFilter'.

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

validate

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