public interface XmlNode
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE
The ATTRIBUTE value for XML-NODE-TYPE attribute
|
static java.lang.String |
ELEMENT
The ELEMENT value for XML-NODE-TYPE attribute
|
static java.lang.String |
HIDDEN
The HIDDEN value for XML-NODE-TYPE attribute
|
static java.lang.String |
TEXT
The TEXT value for XML-NODE-TYPE attribute
|
| Modifier and Type | Method and Description |
|---|---|
character |
getXmlDataType()
Obtain the XML Schema data type for the buffer-field object.
|
character |
getXmlNodeName()
Obtain the name of the XML element or attribute representing the target object (either a
DataSet, a TempTable, a TemporaryBuffer, or a temp-table
BufferField) name in an XML document. |
character |
getXmlNodeType()
Obtain the XML node type of this object.
|
void |
setXmlDataType(java.lang.String newType)
Configures the XML Schema data type for the buffer-field object.
|
void |
setXmlDataType(Text newType)
Configures the XML Schema data type for the buffer-field object.
|
void |
setXmlNodeName(java.lang.String name)
Sets the name of the XML element or attribute representing the target object (either a
DataSet, a TempTable, a TemporaryBuffer, or a temp-table
BufferField) name in an XML document. |
void |
setXmlNodeName(Text name)
Sets the name of the XML element or attribute representing the target object (either a
DataSet, a TempTable, a TemporaryBuffer, or a temp-table
BufferField) name in an XML document. |
void |
setXmlNodeType(java.lang.String newType)
Allows to specify how a this object will be represented in XML and XML Schema.
|
void |
setXmlNodeType(Text newType)
Allows to specify how a this object will be represented in XML and XML Schema.
|
static final java.lang.String ATTRIBUTE
static final java.lang.String ELEMENT
static final java.lang.String HIDDEN
static final java.lang.String TEXT
character getXmlDataType()
void setXmlDataType(java.lang.String newType)
newType - the new XML Schema data type for the buffer-field object.void setXmlDataType(Text newType)
newType - the new XML Schema data type for the buffer-field object.character getXmlNodeType()
XML-NODE-TYPE ABL attribute.void setXmlNodeType(Text newType)
XML-NODE-TYPE ABL attribute.newType - The new type.void setXmlNodeType(java.lang.String newType)
XML-NODE-TYPE ABL attribute.newType - The new type.character getXmlNodeName()
DataSet, a TempTable, a TemporaryBuffer, or a temp-table
BufferField) name in an XML document.void setXmlNodeName(java.lang.String name)
DataSet, a TempTable, a TemporaryBuffer, or a temp-table
BufferField) name in an XML document.name - The new name of the XML element for this object.void setXmlNodeName(Text name)
DataSet, a TempTable, a TemporaryBuffer, or a temp-table
BufferField) name in an XML document.name - The new name of the XML element for this object.