public interface IPartitionSetDefinition extends ICICSDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPartitionSetDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
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
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IPartitionSetDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IPartitionSetDefinition> |
getCICSObjectReference() |
ICICSType<IPartitionSetDefinition> |
getObjectType() |
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
|
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersiongetCICSType, getNameICICSType<IPartitionSetDefinition> getObjectType()
getObjectType in interface ICICSDefinitiongetObjectType in interface ICICSObjectgetObjectType in interface IDefinitiongetObjectType in interface com.ibm.cics.model.meta.ITypedObjectIPartitionSetDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
IPartitionSetDefinition.ResidentValue getResident()
Residence status
The residence status of the partition set:
IPartitionSetDefinition.StatusValue getStatus()
Partition set status
The partition set status.
IPartitionSetDefinition.UsageValue getUsage()
Partition set storage release
Specifies when the storage for this partition set is released:
IPartitionSetDefinition.UselpacopyValue getUselpacopy()
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):
java.lang.String getUserdata1()
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.
java.lang.String getUserdata2()
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.
java.lang.String getUserdata3()
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.
ICICSDefinitionReference<IPartitionSetDefinition> getCICSObjectReference()
getCICSObjectReference in interface ICICSDefinitiongetCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface IDefinitionCopyright ? 2008-2015 IBM Corp. All Rights Reserved.