public interface IAtomServiceDefinition extends ICICSDefinition
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAtomServiceDefinition.AtomTypeValue
Enumeration type for field ATOMTYPE
|
static class |
IAtomServiceDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
|
static class |
IAtomServiceDefinition.ResourcetypeValue
Enumeration type for field RESOURCETYPE
|
static class |
IAtomServiceDefinition.StatusValue
Enumeration type for field STATUS
|
COPYRIGHT| Modifier and Type | Method and Description |
|---|---|
IAtomServiceDefinition.AtomTypeValue |
getAtomType()
Getter for field ATOMTYPE
|
java.lang.String |
getBindfile()
Getter for field BINDFILE
|
IAtomServiceDefinition.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT
|
ICICSDefinitionReference<IAtomServiceDefinition> |
getCICSObjectReference() |
java.lang.String |
getConfigfile()
Getter for field CONFIGFILE
|
ICICSType<IAtomServiceDefinition> |
getObjectType() |
java.lang.String |
getResourcename()
Getter for field RESOURCENAME
|
IAtomServiceDefinition.ResourcetypeValue |
getResourcetype()
Getter for field RESOURCETYPE
|
IAtomServiceDefinition.StatusValue |
getStatus()
Getter for field STATUS
|
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<IAtomServiceDefinition> getObjectType()
getObjectType in interface ICICSDefinitiongetObjectType in interface ICICSObjectgetObjectType in interface IDefinitiongetObjectType in interface com.ibm.cics.model.meta.ITypedObjectIAtomServiceDefinition.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
IAtomServiceDefinition.StatusValue getStatus()
Enabled status
Indicates whether the ATOMSERV is enabled or not. Values are:
IAtomServiceDefinition.AtomTypeValue getAtomType()
Atomtype
The type of Atom document to be returned. It can be Feed, Service, Collection or Category. Entry documents are always specified within Feed or Collection documents. Values are:
IAtomServiceDefinition.ResourcetypeValue getResourcetype()
Resource type
Indicates the type of CICS resource that holds the data for an Atom feed or collection. Values are:
java.lang.String getResourcename()
Resource name
The name of the CICS resource that provides the data for an Atom feed or collection. A mixed case name is acceptable if the RESOURCETYPE is TSQUEUE. If the RESOURCETYPE is FILE or PROGRAM then CICSPlex SM changes any lowercase characters to uppercase.
java.lang.String getBindfile()
Bind file name
The name of a UNIX file that contains WSBIND data describing the record layouts within the CICS resource.
java.lang.String getConfigfile()
Configuration file name
The name of a UNIX file that contains XML configuration data specifying the type of Atom document being returned.
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<IAtomServiceDefinition> getCICSObjectReference()
getCICSObjectReference in interface ICICSDefinitiongetCICSObjectReference in interface ICICSObjectgetCICSObjectReference in interface IDefinitionCopyright ? 2008-2015 IBM Corp. All Rights Reserved.