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

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.ServiceQueryResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceQueryResult()
           
 
Method Summary
 void addServiceQueryResultItem(int index, ServiceQueryResultItem vServiceQueryResultItem)
           
 void addServiceQueryResultItem(ServiceQueryResultItem vServiceQueryResultItem)
           
 void clearServiceQueryResultItem()
           
 java.util.Enumeration enumerateServiceQueryResultItem()
           
 ServiceQueryResultItem[] getServiceQueryResultItem()
           
 ServiceQueryResultItem getServiceQueryResultItem(int index)
           
 int getServiceQueryResultItemCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 boolean removeServiceQueryResultItem(ServiceQueryResultItem vServiceQueryResultItem)
           
 void setServiceQueryResultItem(int index, ServiceQueryResultItem vServiceQueryResultItem)
           
 void setServiceQueryResultItem(ServiceQueryResultItem[] serviceQueryResultItemArray)
           
static ServiceQueryResult 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

ServiceQueryResult

public ServiceQueryResult()
Method Detail

addServiceQueryResultItem

public void addServiceQueryResultItem(ServiceQueryResultItem vServiceQueryResultItem)
                               throws java.lang.IndexOutOfBoundsException
Parameters:
vServiceQueryResultItem -
Throws:
java.lang.IndexOutOfBoundsException

addServiceQueryResultItem

public void addServiceQueryResultItem(int index,
                                      ServiceQueryResultItem vServiceQueryResultItem)
                               throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vServiceQueryResultItem -
Throws:
java.lang.IndexOutOfBoundsException

clearServiceQueryResultItem

public void clearServiceQueryResultItem()

enumerateServiceQueryResultItem

public java.util.Enumeration enumerateServiceQueryResultItem()

getServiceQueryResultItem

public ServiceQueryResultItem getServiceQueryResultItem(int index)
                                                 throws java.lang.IndexOutOfBoundsException
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getServiceQueryResultItem

public ServiceQueryResultItem[] getServiceQueryResultItem()

getServiceQueryResultItemCount

public int getServiceQueryResultItemCount()

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 -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public 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

removeServiceQueryResultItem

public boolean removeServiceQueryResultItem(ServiceQueryResultItem vServiceQueryResultItem)
Parameters:
vServiceQueryResultItem -

setServiceQueryResultItem

public void setServiceQueryResultItem(int index,
                                      ServiceQueryResultItem vServiceQueryResultItem)
                               throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vServiceQueryResultItem -
Throws:
java.lang.IndexOutOfBoundsException

setServiceQueryResultItem

public void setServiceQueryResultItem(ServiceQueryResultItem[] serviceQueryResultItemArray)
Parameters:
serviceQueryResultItemArray -

unmarshal

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

validate

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