Uses of Class
org.oasis.ebxml.registry.bindings.query.types.ReturnTypeType

Packages that use ReturnTypeType
org.oasis.ebxml.registry.bindings.query   
org.oasis.ebxml.registry.bindings.query.types   
 

Uses of ReturnTypeType in org.oasis.ebxml.registry.bindings.query
 

Methods in org.oasis.ebxml.registry.bindings.query that return ReturnTypeType
 ReturnTypeType ResponseOptionType.getReturnType()
          Returns the value of field 'returnType'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type ReturnTypeType
 void ResponseOptionType.setReturnType(ReturnTypeType returnType)
          Sets the value of field 'returnType'.
 

Uses of ReturnTypeType in org.oasis.ebxml.registry.bindings.query.types
 

Fields in org.oasis.ebxml.registry.bindings.query.types declared as ReturnTypeType
static ReturnTypeType ReturnTypeType.OBJECTREF
          The instance of the ObjectRef type
static ReturnTypeType ReturnTypeType.REGISTRYOBJECT
          The instance of the RegistryObject type
static ReturnTypeType ReturnTypeType.REGISTRYENTRY
          The instance of the RegistryEntry type
static ReturnTypeType ReturnTypeType.LEAFCLASS
          The instance of the LeafClass type
static ReturnTypeType ReturnTypeType.LEAFCLASSWITHREPOSITORYITEM
          The instance of the LeafClassWithRepositoryItem type
 

Methods in org.oasis.ebxml.registry.bindings.query.types that return ReturnTypeType
static ReturnTypeType ReturnTypeType.valueOf(java.lang.String string)
          Returns a new ReturnTypeType based on the given String value.