com.ibm.cics.model
Interface IPartitionSetDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface IPartitionSetDefinition
extends ICICSDefinition

generated from CICS resourcetable PRTNDEF


Nested Class Summary
static class IPartitionSetDefinition.ResidentValue
          Enumeration type for field RESIDENT
static class IPartitionSetDefinition.StatusValue
          Enumeration type for field STATUS
static class IPartitionSetDefinition.UsageValue
          Enumeration type for field USAGE
static class IPartitionSetDefinition.UselpacopyValue
          Enumeration type for field USELPACOPY
 
Method Summary
 IPartitionSetDefinition.ResidentValue getResident()
          Getter for field RESIDENT
 IPartitionSetDefinition.StatusValue getStatus()
          Getter for field STATUS
 IPartitionSetDefinition.UsageValue getUsage()
          Getter for field USAGE
 IPartitionSetDefinition.UselpacopyValue getUselpacopy()
          Getter for field USELPACOPY
 java.lang.String getUserdata1()
          Getter for field USERDATA1
 java.lang.String getUserdata2()
          Getter for field USERDATA2
 java.lang.String getUserdata3()
          Getter for field USERDATA3
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getCSDGroup, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Method Detail

getResident

IPartitionSetDefinition.ResidentValue getResident()
Getter for field RESIDENT

Residence status

The residence status of the partition set:


getStatus

IPartitionSetDefinition.StatusValue getStatus()
Getter for field STATUS

Partition set status

The partition set status.


getUsage

IPartitionSetDefinition.UsageValue getUsage()
Getter for field USAGE

Partition set storage release

Specifies when the storage for this partition set is released:


getUselpacopy

IPartitionSetDefinition.UselpacopyValue getUselpacopy()
Getter for field USELPACOPY

Use copy of partition set from link pack area (LPA)

Specifies whether the partition set is to be used from the link pack area (LPA):


getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

User data area 1

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

User data area 2

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

User data area 3

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.



Copyright 2008-2009 IBM Corp. All Rights Reserved.