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 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 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 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 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 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 formatInt32DefRqstDeleteByPrevIdx(
     String separator, Long argPrevTenantId, Long argPrevId) {
   String retval =
       "<RqstInt32DefDeleteByPrevIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "PrevTenantId", argPrevTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "PrevId", argPrevId)
           + " />";
   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 formatSecSessionRqstDeleteBySecDevIdx(
     String separator, UUID argSecUserId, String argSecDevName) {
   String retval =
       "<RqstSecSessionDeleteBySecDevIdx "
           + CFLibXmlUtil.formatRequiredUuid(null, "SecUserId", argSecUserId)
           + CFLibXmlUtil.formatOptionalXmlString(separator, "SecDevName", argSecDevName)
           + " />";
   return (retval);
 }
 public static String formatSecSessionRqstDeleteByFinishIdx(
     String separator, UUID argSecUserId, Calendar argFinish) {
   String retval =
       "<RqstSecSessionDeleteByFinishIdx "
           + CFLibXmlUtil.formatRequiredUuid(null, "SecUserId", argSecUserId)
           + CFLibXmlUtil.formatOptionalTimestamp(separator, "Finish", argFinish)
           + " />";
   return (retval);
 }
 public static String formatIndexRqstDeleteByDefSchemaIdx(
     String separator, Long argDefSchemaTenantId, Long argDefSchemaId) {
   String retval =
       "<RqstIndexDeleteByDefSchemaIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "DefSchemaTenantId", argDefSchemaTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "DefSchemaId", argDefSchemaId)
           + " />";
   return (retval);
 }
 public static String formatDoubleColRqstReadByPrevIdx(
     String separator, Long argPrevTenantId, Long argPrevId) {
   String retval =
       "<RqstDoubleColReadByPrevIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "PrevTenantId", argPrevTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "PrevId", argPrevId)
           + " />";
   return (retval);
 }
 public static String formatTldRqstDeleteByNameIdx(
     String separator, long argTenantId, String argName) {
   String retval =
       "<RqstTldDeleteByNameIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "TenantId", argTenantId)
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName)
           + " />";
   return (retval);
 }
 public static String formatTableRqstDeleteByQualTableIdx(
     String separator, Long argQualifyingTenantId, Long argQualifyingTableId) {
   String retval =
       "<RqstTableDeleteByQualTableIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "QualifyingTenantId", argQualifyingTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "QualifyingTableId", argQualifyingTableId)
           + " />";
   return (retval);
 }
 public static String formatTableRqstDeleteByLookupIndexIdx(
     String separator, Long argLookupIndexTenantId, Long argLookupIndexId) {
   String retval =
       "<RqstTableDeleteByLookupIndexIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "LookupIndexTenantId", argLookupIndexTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "LookupIndexId", argLookupIndexId)
           + " />";
   return (retval);
 }
 public static String formatTableRqstReadByAltIndexIdx(
     String separator, Long argAltIndexTenantId, Long argAltIndexId) {
   String retval =
       "<RqstTableReadByAltIndexIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "AltIndexTenantId", argAltIndexTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "AltIndexId", argAltIndexId)
           + " />";
   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 formatISOTimezoneRqstDeleteByOffsetIdx(
     String separator, short argTZHourOffset, short argTZMinOffset) {
   String retval =
       "<RqstISOTimezoneDeleteByOffsetIdx "
           + CFLibXmlUtil.formatRequiredInt16(null, "TZHourOffset", argTZHourOffset)
           + CFLibXmlUtil.formatRequiredInt16(separator, "TZMinOffset", argTZMinOffset)
           + " />";
   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 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 formatDoubleColRqstDeleteByNextIdx(
     String separator, Long argNextTenantId, Long argNextId) {
   String retval =
       "<RqstDoubleColDeleteByNextIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "NextTenantId", argNextTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "NextId", argNextId)
           + " />";
   return (retval);
 }
 public static String formatSecGroupRqstDeleteByClusterVisIdx(
     String separator, long argClusterId, boolean argIsVisible) {
   String retval =
       "<RqstSecGroupDeleteByClusterVisIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "ClusterId", argClusterId)
           + CFLibXmlUtil.formatRequiredBoolean(separator, "IsVisible", argIsVisible)
           + " />";
   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 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 formatSubProjectBuffAttributes(
     String separator, CFInternetSubProjectBuff buff) {
   String retval =
       CFAccXMsgRealProjectMessageFormatter.formatRealProjectBuffAttributes(separator, buff)
           + CFLibXmlUtil.formatRequiredInt64(
               separator, "ParentProjectId", buff.getRequiredParentProjectId())
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", buff.getRequiredName());
   return (retval);
 }
 public static String formatSecGroupRqstDeleteByUNameIdx(
     String separator, long argClusterId, String argName) {
   String retval =
       "<RqstSecGroupDeleteByUNameIdx "
           + CFLibXmlUtil.formatRequiredInt64(null, "ClusterId", argClusterId)
           + CFLibXmlUtil.formatRequiredXmlString(separator, "Name", argName)
           + " />";
   return (retval);
 }
 public static String formatInt32DefRqstReadByNextIdx(
     String separator, Long argNextTenantId, Long argNextId) {
   String retval =
       "<RqstInt32DefReadByNextIdx "
           + CFLibXmlUtil.formatOptionalInt64(null, "NextTenantId", argNextTenantId)
           + CFLibXmlUtil.formatOptionalInt64(separator, "NextId", argNextId)
           + " />";
   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);
 }
 public static String formatSecSessionRqstReadByStartIdx(
     String separator, UUID argSecUserId, Calendar argStart) {
   String retval =
       "<RqstSecSessionReadByStartIdx "
           + CFLibXmlUtil.formatRequiredUuid(null, "SecUserId", argSecUserId)
           + CFLibXmlUtil.formatRequiredTimestamp(separator, "Start", argStart)
           + " />";
   return (retval);
 }