82 (
m_object =
new(pool) ncbi::objects::CGCClient_GetEquivalentAssembliesRequest())->
AddReference();
99 "get-equivalent-assemblies",
101 "get-assembly-by-sequence"
212 info->CodeVersion(22301);
213 info->DataSpec(ncbi::EDataSpec::eASN);
User-defined methods of the data storage class.
BEGIN_NAMED_BASE_CHOICE_INFO("GCClientRequest", CGCClientRequest)
User-defined methods of the data storage class.
User-defined methods of the data storage class.
User-defined methods of the data storage class.
User-defined methods of the data storage class.
CGCClient_GetAssemblyBlobRequest –.
CGCClient_GetEquivalentAssembliesRequest –.
CGCClient_ValidateChrTypeLocRequest –.
#define DIAG_COMPILE_INFO
Make compile time diagnostic information object to use in CNcbiDiag and CException.
#define ADD_NAMED_REF_CHOICE_VARIANT(MemberAlias, MemberName, ClassName)
#define SET_CHOICE_MODULE(ModuleName)
void AddReference(void) const
Add reference to object.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
void Select(E_Choice index, EResetVariant reset=eDoResetVariant)
Select the requested variant if needed.
virtual ~CGCClientRequest_Base(void)
const TGet_assembly_by_sequence & GetGet_assembly_by_sequence(void) const
Get the variant data.
static string SelectionName(E_Choice index)
Retrieve selection name (for diagnostic purposes).
static const char *const sm_SelectionNames[]
NCBI_NS_NCBI::CSerialObject * m_object
const TGet_assembly_blob & GetGet_assembly_blob(void) const
Get the variant data.
virtual void Reset(void)
Reset the whole object.
TGet_chrtype_valid & SetGet_chrtype_valid(void)
Select the variant.
virtual void ResetSelection(void)
Reset the selection (set it to e_not_set).
void CheckSelected(E_Choice index) const
Verify selection, throw exception if it differs from the expected.
const TGet_chrtype_valid & GetGet_chrtype_valid(void) const
Get the variant data.
void DoSelect(E_Choice index, CObjectMemoryPool *pool=0)
TGet_equivalent_assemblies & SetGet_equivalent_assemblies(void)
Select the variant.
TGet_assembly_by_sequence & SetGet_assembly_by_sequence(void)
Select the variant.
TGet_assembly_blob & SetGet_assembly_blob(void)
Select the variant.
CGCClientRequest_Base(void)
void ThrowInvalidSelection(E_Choice index) const
Throw 'InvalidSelection' exception.
const TGet_equivalent_assemblies & GetGet_equivalent_assemblies(void) const
Get the variant data.
@ e_Get_equivalent_assemblies
@ e_Get_assembly_by_sequence
@ e_not_set
No variant selected.