|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLTransform
generated from CICS resourcetable XMLTRANS
Nested Class Summary | |
---|---|
static class |
IXMLTransform.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IXMLTransform.EnableStatusValue
Enumeration type for field ENABLESTATUS |
static class |
IXMLTransform.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
IXMLTransform.ValidationStatusValue
Enumeration type for field VALIDATIONST |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
java.lang.String |
getBundle()
Getter for field BUNDLE |
java.lang.Long |
getCcsid()
Getter for field CCSID |
IXMLTransform.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT |
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL |
java.util.Date |
getChangeTime()
Getter for field CHANGETIME |
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
IXMLTransform.EnableStatusValue |
getEnableStatus()
Getter for field ENABLESTATUS |
IXMLTransform.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
java.lang.String |
getMappingLevel()
Getter for field MAPPINGLEVEL |
java.lang.Long |
getMappingReleaseNumber()
Getter for field MAPPINGRNUM |
java.lang.Long |
getMappingVersionNumber()
Getter for field MAPPINGVNUM |
java.lang.String |
getMinimumRuntimeLevel()
Getter for field MINRUNLEVEL |
java.lang.Long |
getMinimumRuntimeReleaseNumber()
Getter for field MINRUNRNUM |
java.lang.Long |
getMinimumRuntimeVersionNumber()
Getter for field MINRUNVNUM |
java.lang.String |
getName()
Getter for field NAME |
java.lang.Long |
getUseCount()
Getter for field USECOUNT |
IXMLTransform.ValidationStatusValue |
getValidationStatus()
Getter for field VALIDATIONST |
java.lang.String |
getXmlSchema()
Getter for field XMLSCHEMA |
java.lang.String |
getXsdBind()
Getter for field XSDBIND |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
Name
Specifies the name of this XML transform. The name can be up to 32 characters in length.
getName
in interface ICICSObject
IXMLTransform.EnableStatusValue getEnableStatus()
Enabled status
Returns a CVDA indicating the state of the XML transform. Values are:
java.lang.Long getCcsid()
Coded character set ID
The coded character set identifier (CCSID) that is used to encode the character data in the application data structure at runtime. This value is set using the optional CCSID parameter in the XML assistant when the XML binding file is generated. The CCSID is a value of up to 8 characters.
java.lang.String getBundle()
Bundle name
Name of the bundle from which the XML transform is installed.
IXMLTransform.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
IXMLTransform.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed
java.lang.Long getBasdefinever()
BAS resource definition version
The BAS version number of the bundle definition.
IXMLTransform.ValidationStatusValue getValidationStatus()
Validation status
Specifies whether full validation is enabled for the XML transform resource or not. CVDA values are:
java.lang.String getXsdBind()
XSD binding
The name of the XML binding file. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.String getXmlSchema()
XML schema
The name of the associated XML schema file. The data area is 255 characters long. If the name is less than 255 characters, CICS pads the data area with trailing blanks.
java.lang.Long getMappingVersionNumber()
Mapping version number
The version number for the mapping level that was used when the XML binding file was produced. The value of the version number is 1, 2, or 3.
java.lang.Long getMappingReleaseNumber()
Mapping release number
The release number for the mapping level that was used when the XML binding file was produced. The value of the release number is 0, 1, or 2.
java.lang.String getMappingLevel()
Mapping level
The mapping level that was used when the XML binding file was produced.
java.lang.String getMinimumRuntimeLevel()
Minimum runtime level
The minimum runtime level that is required to install the XML transform in CICS.
java.lang.Long getMinimumRuntimeVersionNumber()
Minimum runtime version number
The version number for the minimum runtime level that is required to install the XMLTRANSFORM in CICS.
java.lang.Long getMinimumRuntimeReleaseNumber()
Minimum runtime release number
The release number for the minimum runtime level that is required to install the XML transform in CICS.
java.lang.Long getUseCount()
Use count
Number of times the XML transform has been used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |