com.ibm.cics.model.mutable
Interface IMutableDocumentTemplate

All Superinterfaces:
ICICSObject, ICICSResource, IDocumentTemplate, IInstalledCICSResource, IMutableCICSResource

public interface IMutableDocumentTemplate
extends IDocumentTemplate, IMutableCICSResource

generated from CICS resourcetable DOCTEMP


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IDocumentTemplate
IDocumentTemplate.AppendCRLFValue, IDocumentTemplate.ChangeAgentValue, IDocumentTemplate.ContentTypeValue, IDocumentTemplate.InstallAgentValue, IDocumentTemplate.NewcopyStatusValue, IDocumentTemplate.TemplateTypeValue
 
Method Summary
 void setNewcopyStatus(IDocumentTemplate.NewcopyStatusValue _newcopyStatus)
          Setter for field COPY
 
Methods inherited from interface com.ibm.cics.model.IDocumentTemplate
getAppendCRLF, getBasdefinever, getCacheDeleteCount, getCacheSize, getCacheUseCount, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getContentType, getDDName, getDefineSource, getDefineTime, getDSName, getExitProgram, getFile, getHFSFile, getInstallAgent, getInstallTime, getInstallUserID, getMember, getName, getNewcopyCount, getNewcopyStatus, getProgram, getReadCount, getTDQueue, getTemplateName, getTemplateType, getTSQueue, getUseCount
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setNewcopyStatus

void setNewcopyStatus(IDocumentTemplate.NewcopyStatusValue _newcopyStatus)
Setter for field COPY

See Also:
IDocumentTemplate.getNewcopyStatus()


Copyright © 2008-2009 IBM Corp. All Rights Reserved.