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

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

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

See Also:
Serialized Form

Constructor Summary
RegistryEntryQueryResultItem()
           
 
Method Summary
 ClassificationScheme getClassificationScheme()
          Returns the value of field 'classificationScheme'.
 ExtrinsicObject getExtrinsicObject()
          Returns the value of field 'extrinsicObject'.
 ObjectRef getObjectRef()
          Returns the value of field 'objectRef'.
 RegistryEntry getRegistryEntry()
          Returns the value of field 'registryEntry'.
 RegistryObject getRegistryObject()
          Returns the value of field 'registryObject'.
 RegistryPackage getRegistryPackage()
          Returns the value of field 'registryPackage'.
 Service getService()
          Returns the value of field 'service'.
 void setClassificationScheme(ClassificationScheme classificationScheme)
          Sets the value of field 'classificationScheme'.
 void setExtrinsicObject(ExtrinsicObject extrinsicObject)
          Sets the value of field 'extrinsicObject'.
 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 setRegistryPackage(RegistryPackage registryPackage)
          Sets the value of field 'registryPackage'.
 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

RegistryEntryQueryResultItem

public RegistryEntryQueryResultItem()
Method Detail

getClassificationScheme

public ClassificationScheme getClassificationScheme()
Returns the value of field 'classificationScheme'.

Returns:
the value of field 'classificationScheme'.

getExtrinsicObject

public ExtrinsicObject getExtrinsicObject()
Returns the value of field 'extrinsicObject'.

Returns:
the value of field 'extrinsicObject'.

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'.

getRegistryPackage

public RegistryPackage getRegistryPackage()
Returns the value of field 'registryPackage'.

Returns:
the value of field 'registryPackage'.

getService

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

Returns:
the value of field 'service'.

setClassificationScheme

public void setClassificationScheme(ClassificationScheme classificationScheme)
Sets the value of field 'classificationScheme'.

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

setExtrinsicObject

public void setExtrinsicObject(ExtrinsicObject extrinsicObject)
Sets the value of field 'extrinsicObject'.

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

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'.

setRegistryPackage

public void setRegistryPackage(RegistryPackage registryPackage)
Sets the value of field 'registryPackage'.

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

setService

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

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