org.oasis.ebxml.registry.bindings.query
Class ServiceQueryResult
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceQueryResult
public ServiceQueryResult()
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