28    class AbstractOrganizationInterpretation : 
public AbstractFeatureInterpretation
 
   39        DLL_IMPORT_OR_EXPORT 
virtual bool isStructural()
 const { 
return false; }
 
   51        DLL_IMPORT_OR_EXPORT 
virtual bool isRockFluid()
 const { 
return false; }
 
   65        DLL_IMPORT_OR_EXPORT 
void pushBackBinaryContact(AbstractFeatureInterpretation* subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation* directObject);
 
   80        DLL_IMPORT_OR_EXPORT 
void pushBackBinaryContact(AbstractFeatureInterpretation* subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation* directObject, AbstractFeatureInterpretation* partOf);
 
   97        DLL_IMPORT_OR_EXPORT 
void pushBackBinaryContact(AbstractFeatureInterpretation* subject, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation* directObject,
 
   98            gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier);
 
  117        DLL_IMPORT_OR_EXPORT 
void pushBackBinaryContact(AbstractFeatureInterpretation* subject, gsoap_resqml2_0_1::resqml20__ContactSide subjectQualifier,
 
  118            gsoap_eml2_3::resqml22__ContactVerb verb,
 
  119            AbstractFeatureInterpretation* directObject, gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier);
 
  126        DLL_IMPORT_OR_EXPORT AbstractOrganizationInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : AbstractFeatureInterpretation(partialObject) {}
 
  134        AbstractOrganizationInterpretation(gsoap_resqml2_0_1::resqml20__AbstractOrganizationInterpretation* fromGsoap) : AbstractFeatureInterpretation(fromGsoap) {}
 
  135        AbstractOrganizationInterpretation(gsoap_eml2_3::resqml22__AbstractOrganizationInterpretation* fromGsoap) : AbstractFeatureInterpretation(fromGsoap) {}
 
 
void pushBackBinaryContact(AbstractFeatureInterpretation *subject, gsoap_resqml2_0_1::resqml20__ContactSide subjectQualifier, gsoap_eml2_3::resqml22__ContactVerb verb, AbstractFeatureInterpretation *directObject, gsoap_resqml2_0_1::resqml20__ContactSide directObjectQualifier)