public static String formatTldRqstReadByIdIdx(String separator, long argTenantId, long argTldId) {
   String retval =
       "<RqstTldRead "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "TldId", argTldId)
           + " />";
   return (retval);
 }
 public static String formatPOItemRqstLock(String separator, long argTenantId, long argPOItemId) {
   String retval =
       "<RqstPOItemLock "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "POItemId", argPOItemId)
           + " />";
   return (retval);
 }
 public static String formatDoubleColRqstRead(String separator, long argTenantId, long argId) {
   String retval =
       "<RqstDoubleColRead "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId)
           + " />";
   return (retval);
 }
 public static String formatClearSubDep2RqstLock(String separator, long argTenantId, long argId) {
   String retval =
       "<RqstClearSubDep2Lock "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId)
           + " />";
   return (retval);
 }
 public static String formatClearSubDep2RqstDeleteByTableIdx(
     String separator, long argTenantId, long argRelationId) {
   String retval =
       "<RqstClearSubDep2DeleteByTableIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "RelationId", argRelationId)
           + " />";
   return (retval);
 }
 public static String formatSubProjectRqstDeleteByParentIdx(
     String separator, long argTenantId, long argParentProjectId) {
   String retval =
       "<RqstSubProjectDeleteByParentIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ParentProjectId", argParentProjectId)
           + " />";
   return (retval);
 }
 public static String formatPOItemRqstDeleteByPOIdx(
     String separator, long argTenantId, long argPurchaseOrderId) {
   String retval =
       "<RqstPOItemDeleteByPOIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "PurchaseOrderId", argPurchaseOrderId)
           + " />";
   return (retval);
 }
 public static String formatTableRqstReadBySchemaDefIdx(
     String separator, long argTenantId, long argSchemaDefId) {
   String retval =
       "<RqstTableReadBySchemaDefIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "SchemaDefId", argSchemaDefId)
           + " />";
   return (retval);
 }
 public static String formatDoubleColRqstDeleteByScopeIdx(
     String separator, long argTenantId, long argScopeId) {
   String retval =
       "<RqstDoubleColDeleteByScopeIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId)
           + " />";
   return (retval);
 }
 public static String formatIndexRqstDeleteByTableIdx(
     String separator, long argTenantId, long argTableId) {
   String retval =
       "<RqstIndexDeleteByTableIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "TableId", argTableId)
           + " />";
   return (retval);
 }
 public static String formatExtConfigConfRqstRead(
     String separator, long argClusterId, long argId) {
   String retval =
       "<RqstExtConfigConfRead "
           + CFLibXmlUtil.formatRequiredInt64(null, "ClusterId", argClusterId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId)
           + " />";
   return (retval);
 }
 public static String formatExtConfigConfRqstDeleteByHostIdx(
     String separator, long argClusterId, long argHostNodeId) {
   String retval =
       "<RqstExtConfigConfDeleteByHostIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "ClusterId", argClusterId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "HostNodeId", argHostNodeId)
           + " />";
   return (retval);
 }
 public static String formatInt32DefRqstDeleteByIdIdx(
     String separator, long argTenantId, long argId) {
   String retval =
       "<RqstInt32DefDelete "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "Id", argId)
           + " />";
   return (retval);
 }
 public static String formatSubProjectRqstReadByNameIdx(
     String separator, long argTenantId, long argParentProjectId, String argName) {
   String retval =
       "<RqstSubProjectReadByNameIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ParentProjectId", argParentProjectId)
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName)
           + " />";
   return (retval);
 }
 public static String formatValueRqstDeleteByContPrevIdx(
     String separator, long argTenantId, long argScopeId, Long argPrevId) {
   String retval =
       "<RqstValueDeleteByContPrevIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "PrevId", argPrevId)
           + " />";
   return (retval);
 }
 public static String formatClearSubDep2RqstReadByContClearDep1Idx(
     String separator, long argContClearDep1TenantId, long argContClearDep1Id) {
   String retval =
       "<RqstClearSubDep2ReadByContClearDep1Idx "
           + CFLibXmlUtil.formatRequiredInt64(
               null, "ContClearDep1TenantId", argContClearDep1TenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ContClearDep1Id", argContClearDep1Id)
           + " />";
   return (retval);
 }
 public static String formatTableRqstDeleteBySchemaCdIdx(
     String separator, long argTenantId, long argSchemaDefId, String argTableClassCode) {
   String retval =
       "<RqstTableDeleteBySchemaCdIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "SchemaDefId", argSchemaDefId)
           + CFLibXmlUtil.formatRequiredXmlString(separator, "TableClassCode", argTableClassCode)
           + " />";
   return (retval);
 }
 public static String formatExtConfigConfRqstReadByUNameIdx(
     String separator, long argClusterId, long argHostNodeId, String argFileFullName) {
   String retval =
       "<RqstExtConfigConfReadByUNameIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "ClusterId", argClusterId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "HostNodeId", argHostNodeId)
           + CFLibXmlUtil.formatRequiredXmlString(separator, "FileFullName", argFileFullName)
           + " />";
   return (retval);
 }
 public static String formatDoubleColRqstReadByContNextIdx(
     String separator, long argTenantId, long argScopeId, Long argNextId) {
   String retval =
       "<RqstDoubleColReadByContNextIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "NextId", argNextId)
           + " />";
   return (retval);
 }
 public static String formatDoubleColRqstMoveDown(
     String separator, long TenantId, long Id, int revision) {
   String retval =
       "<RqstDoubleColMoveDown "
           + CFLibXmlUtil.formatRequiredInt64(separator, "TenantId", TenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "Id", Id)
           + CFLibXmlUtil.formatRequiredInt32(separator, "Revision", revision)
           + " />";
   return (retval);
 }
 public static String formatDoubleColRqstReadByUNameIdx(
     String separator, long argTenantId, long argScopeId, String argName) {
   String retval =
       "<RqstDoubleColReadByUNameIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ScopeId", argScopeId)
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName)
           + " />";
   return (retval);
 }
 public static String formatClearSubDep2RqstDeleteByUNameIdx(
     String separator, long argTenantId, long argContClearDep1Id, String argName) {
   String retval =
       "<RqstClearSubDep2DeleteByUNameIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredInt64(separator, "ContClearDep1Id", argContClearDep1Id)
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName)
           + " />";
   return (retval);
 }
 public static String formatClearSubDep2BuffAttributes(
     String separator, CFBamClearSubDep2Buff buff) {
   String retval =
       CFBamXMsgClearDepMessageFormatter.formatClearDepBuffAttributes(separator, buff)
           + CFLibXmlUtil.formatRequiredInt64(
               separator, "ContClearDep1TenantId", buff.getRequiredContClearDep1TenantId())
           + CFLibXmlUtil.formatRequiredInt64(
               separator, "ContClearDep1Id", buff.getRequiredContClearDep1Id())
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", buff.getRequiredName());
   return (retval);
 }
 public static String formatSecGroupPKeyAttributes(String separator, CFSecuritySecGroupBuff buff) {
   String retval =
       CFLibXmlUtil.formatRequiredInt64(separator, "ClusterId", buff.getRequiredClusterId())
           + CFLibXmlUtil.formatRequiredInt32(
               separator, "SecGroupId", buff.getRequiredSecGroupId());
   return (retval);
 }
 public static String formatSecGroupRqstDeleteByClusterIdx(String separator, long argClusterId) {
   String retval =
       "<RqstSecGroupDeleteByClusterIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "ClusterId", argClusterId)
           + " />";
   return (retval);
 }
 public static String formatValueRqstDeleteByValTentIdx(String separator, long argTenantId) {
   String retval =
       "<RqstValueDeleteByValTentIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + " />";
   return (retval);
 }
 public static String formatIndexBuffAttributes(String separator, CFBamIndexBuff buff) {
   String retval =
       CFBamXMsgScopeMessageFormatter.formatScopeBuffAttributes(separator, buff)
           + CFLibXmlUtil.formatRequiredInt64(separator, "TableId", buff.getRequiredTableId())
           + CFLibXmlUtil.formatOptionalInt64(
               separator, "DefSchemaTenantId", buff.getOptionalDefSchemaTenantId())
           + CFLibXmlUtil.formatOptionalInt64(
               separator, "DefSchemaId", buff.getOptionalDefSchemaId())
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", buff.getRequiredName())
           + CFLibXmlUtil.formatOptionalXmlString(
               separator, "ShortName", buff.getOptionalShortName())
           + CFLibXmlUtil.formatOptionalXmlString(separator, "Label", buff.getOptionalLabel())
           + CFLibXmlUtil.formatOptionalXmlString(
               separator, "ShortDescription", buff.getOptionalShortDescription())
           + CFLibXmlUtil.formatOptionalXmlString(
               separator, "Description", buff.getOptionalDescription())
           + CFLibXmlUtil.formatOptionalXmlString(separator, "DbName", buff.getOptionalDbName())
           + CFLibXmlUtil.formatOptionalXmlString(separator, "Suffix", buff.getOptionalSuffix())
           + CFLibXmlUtil.formatRequiredBoolean(separator, "IsUnique", buff.getRequiredIsUnique())
           + CFLibXmlUtil.formatRequiredBoolean(
               separator, "IsDbMapped", buff.getRequiredIsDbMapped())
           + CFLibXmlUtil.formatRequiredBoolean(
               separator, "DefaultVisibility", buff.getRequiredDefaultVisibility());
   return (retval);
 }
 public static String formatInt32DefRqstReadByTenantIdx(String separator, long argTenantId) {
   String retval =
       "<RqstInt32DefReadByTenantIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + " />";
   return (retval);
 }
 public static String formatSysClusterBuffAttributes(
     String separator, CFSecuritySysClusterBuff buff) {
   String retval =
       CFInternetXMsgSysClusterMessageFormatter.formatSysClusterPKeyAttributes(separator, buff)
           + CFLibXmlUtil.formatRequiredInt32(separator, "Revision", buff.getRequiredRevision())
           + CFLibXmlUtil.formatRequiredInt64(separator, "ClusterId", buff.getRequiredClusterId());
   return (retval);
 }
 public static String formatSecGroupRqstRead(
     String separator, long argClusterId, int argSecGroupId) {
   String retval =
       "<RqstSecGroupRead "
           + CFLibXmlUtil.formatRequiredInt64(null, "ClusterId", argClusterId)
           + CFLibXmlUtil.formatRequiredInt32(separator, "SecGroupId", argSecGroupId)
           + " />";
   return (retval);
 }