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

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.ResponseOptionType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ResponseOption

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

See Also:
Serialized Form

Constructor Summary
ResponseOptionType()
           
 
Method Summary
 void deleteReturnComposedObjects()
           
 boolean getReturnComposedObjects()
          Returns the value of field 'returnComposedObjects'.
 ReturnTypeType getReturnType()
          Returns the value of field 'returnType'.
 boolean hasReturnComposedObjects()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setReturnComposedObjects(boolean returnComposedObjects)
          Sets the value of field 'returnComposedObjects'.
 void setReturnType(ReturnTypeType returnType)
          Sets the value of field 'returnType'.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseOptionType

public ResponseOptionType()
Method Detail

deleteReturnComposedObjects

public void deleteReturnComposedObjects()

getReturnComposedObjects

public boolean getReturnComposedObjects()
Returns the value of field 'returnComposedObjects'.

Returns:
the value of field 'returnComposedObjects'.

getReturnType

public ReturnTypeType getReturnType()
Returns the value of field 'returnType'.

Returns:
the value of field 'returnType'.

hasReturnComposedObjects

public boolean hasReturnComposedObjects()

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

setReturnComposedObjects

public void setReturnComposedObjects(boolean returnComposedObjects)
Sets the value of field 'returnComposedObjects'.

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

setReturnType

public void setReturnType(ReturnTypeType returnType)
Sets the value of field 'returnType'.

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

validate

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