com.ibm.cics.model.mutable
Interface IMutableURIMap

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

public interface IMutableURIMap
extends IURIMap, IMutableCICSResource

generated from CICS resourcetable URIMAP


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IURIMap
IURIMap.AnalyzerstatValue, IURIMap.AuthenticateValue, IURIMap.ChangeAgentValue, IURIMap.HosttypeValue, IURIMap.InstallAgentValue, IURIMap.IpfamilyValue, IURIMap.RedirecttypeValue, IURIMap.SchemeValue, IURIMap.StatusValue, IURIMap.UsageValue
 
Method Summary
 void setLocation(java.lang.String _location)
          Setter for field LOCATION
 void setRedirecttype(IURIMap.RedirecttypeValue _redirecttype)
          Setter for field REDIRECTTYPE
 void setStatus(IURIMap.StatusValue _status)
          Setter for field ENABLESTATUS
 
Methods inherited from interface com.ibm.cics.model.IURIMap
getAnalyzerstat, getAtomservice, getAuthenticate, getBasdefinever, getCertificate, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCharacterset, getCiphers, getConverter, getDefineSource, getDefineTime, getHfsfile, getHost, getHostcodepage, getHosttype, getInstallAgent, getInstallTime, getInstallUserID, getIpfamily, getIpresolved, getLocation, getMatchdisabld, getMatchredirec, getMediatype, getName, getNumciphers, getPath, getPipeline, getPort, getProgram, getRedirecttype, getReferenceCount, getScheme, getStatus, getTCPIPService, getTemplatename, getTransaction, getUsage, getUserid, getWebService
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setStatus

void setStatus(IURIMap.StatusValue _status)
Setter for field ENABLESTATUS

See Also:
IURIMap.getStatus()

setLocation

void setLocation(java.lang.String _location)
Setter for field LOCATION

See Also:
IURIMap.getLocation()

setRedirecttype

void setRedirecttype(IURIMap.RedirecttypeValue _redirecttype)
Setter for field REDIRECTTYPE

See Also:
IURIMap.getRedirecttype()


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