public class CICSRequestNode.CICSChannelContainerTableRow extends NodePropertyRow
Table name = Row names = CICSChannelContainerTable
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_RESPONSECONTAINERCCSID |
protected static java.lang.String |
PROPERTY_RESPONSECONTAINERDOMAIN |
protected static java.lang.String |
PROPERTY_RESPONSECONTAINERENCODING |
protected static java.lang.String |
PROPERTY_RESPONSECONTAINERFORMAT |
protected static java.lang.String |
PROPERTY_RESPONSECONTAINERNAME |
protected static java.lang.String |
PROPERTY_RESPONSECONTAINERSET |
protected static java.lang.String |
PROPERTY_RESPONSECONTAINERTYPE |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
protected NodeProperty[] |
getNodeProperties() |
java.lang.String |
getResponseContainerCcsid()
Get the CICSChannelContainerTableRow "CCSID" property
|
java.lang.String |
getResponseContainerDomain()
Get the CICSChannelContainerTableRow "Message domain" property
|
java.lang.String |
getResponseContainerEncoding()
Get the CICSChannelContainerTableRow "Encoding" property
|
java.lang.String |
getResponseContainerFormat()
Get the CICSChannelContainerTableRow "Physical format" property
|
java.lang.String |
getResponseContainerName()
Get the CICSChannelContainerTableRow "Container name" property
|
java.lang.String |
getResponseContainerSet()
Get the CICSChannelContainerTableRow "Schema location" property
|
java.lang.String |
getResponseContainerType()
Get the CICSChannelContainerTableRow "Message" property
|
void |
setResponseContainerCcsid(java.lang.String value)
Set the CICSChannelContainerTableRow "CCSID" property
|
void |
setResponseContainerDomain(java.lang.String value)
Set the CICSChannelContainerTableRow "Message domain" property
|
void |
setResponseContainerEncoding(java.lang.String value)
Set the CICSChannelContainerTableRow "Encoding" property
|
void |
setResponseContainerFormat(java.lang.String value)
Set the CICSChannelContainerTableRow "Physical format" property
|
void |
setResponseContainerName(java.lang.String value)
Set the CICSChannelContainerTableRow "Container name" property
|
void |
setResponseContainerSet(java.lang.String value)
Set the CICSChannelContainerTableRow "Schema location" property
|
void |
setResponseContainerType(java.lang.String value)
Set the CICSChannelContainerTableRow "Message" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_RESPONSECONTAINERNAME
protected static final java.lang.String PROPERTY_RESPONSECONTAINERDOMAIN
protected static final java.lang.String PROPERTY_RESPONSECONTAINERSET
protected static final java.lang.String PROPERTY_RESPONSECONTAINERTYPE
protected static final java.lang.String PROPERTY_RESPONSECONTAINERFORMAT
protected static final java.lang.String PROPERTY_RESPONSECONTAINERCCSID
protected static final java.lang.String PROPERTY_RESPONSECONTAINERENCODING
protected NodeProperty[] getNodeProperties()
public void setResponseContainerName(java.lang.String value)
value
- String ; the value to set the property "Container name"public java.lang.String getResponseContainerName()
public void setResponseContainerDomain(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getResponseContainerDomain()
public void setResponseContainerSet(java.lang.String value)
value
- String ; the value to set the property "Schema location"public java.lang.String getResponseContainerSet()
public void setResponseContainerType(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getResponseContainerType()
public void setResponseContainerFormat(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getResponseContainerFormat()
public void setResponseContainerCcsid(java.lang.String value)
value
- String ; the value to set the property "CCSID"public java.lang.String getResponseContainerCcsid()
public void setResponseContainerEncoding(java.lang.String value)
value
- String ; the value to set the property "Encoding"public java.lang.String getResponseContainerEncoding()