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

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

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

See Also:
Serialized Form

Constructor Summary
ServiceQueryResultItem()
           
 
Method Summary
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 RegistryEntry getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 Service getService()
          Returns the value of field 'service'.
 void setObjectRef(ObjectRef objectRef)
          Sets the value of field 'objectRef'.
 void setRegistryEntry(RegistryEntry registryEntry)
          Sets the value of field 'registryEntry'.
 void setRegistryObject(RegistryObject registryObject)
          Sets the value of field 'registryObject'.
 void setService(Service service)
          Sets the value of field 'service'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceQueryResultItem

public ServiceQueryResultItem()
Method Detail

getObjectRef

public ObjectRef getObjectRef()
Returns the value of field 'objectRef'.

Returns:
the value of field 'objectRef'.

getRegistryEntry

public RegistryEntry getRegistryEntry()
Returns the value of field 'registryEntry'.

Returns:
the value of field 'registryEntry'.

getRegistryObject

public RegistryObject getRegistryObject()
Returns the value of field 'registryObject'.

Returns:
the value of field 'registryObject'.

getService

public Service getService()
Returns the value of field 'service'.

Returns:
the value of field 'service'.

setObjectRef

public void setObjectRef(ObjectRef objectRef)
Sets the value of field 'objectRef'.

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

setRegistryEntry

public void setRegistryEntry(RegistryEntry registryEntry)
Sets the value of field 'registryEntry'.

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

setRegistryObject

public void setRegistryObject(RegistryObject registryObject)
Sets the value of field 'registryObject'.

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

setService

public void setService(Service service)
Sets the value of field 'service'.

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