SAP ABAP Class IF_SXML_VALUE (Interface for Value Objects of the sXML Library)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SXML_ATTRIBUTE | Interface for Attribute Objects of sXML Library | 20041210 |
2 | Interface composition (i COMPRISING i_ref) | IF_SXML_VALUE_NODE | Interface for Value Node Objects of the sXML Library | 20050118 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_ATTRIBUTE | Class for Attribute Objects of sXML Library | 20041210 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_VALUE | Class for Value Node Objects of sXML Library | 20041209 |
Properties
Class | IF_SXML_VALUE | |
Short Description | Interface for Value Objects of the sXML Library | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20041209 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_SXML_VALUE has no forward declaration.
Interfaces
Class IF_SXML_VALUE has no interface implemented.
Friends
Class IF_SXML_VALUE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | VALUE_TYPE | 99 | Value Type According to Input Stream (only for Binary XML) | 20041210 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | VALUE_TYPE | 1 | Value Type:No Value | 20041210 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | VALUE_TYPE | 3 | Value Type: Binary Raw Data | 20041210 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | VALUE_TYPE | 2 | Value Type: String | 20041210 | |
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | VALUE_TYPE | Value Type | 20041214 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns character-type value | 20041210 |
2 | ![]() |
Instance method | Public | Method | Returns binary raw data | 20041210 |
3 | ![]() |
Instance method | Public | Method | Sets character-type value | 20041210 |
4 | ![]() |
Instance method | Public | Method | Sets binary raw data | 20041210 |
Events
Class IF_SXML_VALUE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | VALUE_TYPE | Public | Type reference (TYPE) | I | Value Type | 20041210 |
|
Method Signatures
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | Zeichenartiger Wert | 20041210 |
Method GET_VALUE on class IF_SXML_VALUE has no exception.
Method GET_VALUE_RAW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | XSTRING | Byteartiger Wert | 20041210 |
Method GET_VALUE_RAW on class IF_SXML_VALUE has no exception.
Method SET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Zeichenartiger Wert | 20041210 |
Method SET_VALUE on class IF_SXML_VALUE has no exception.
Method SET_VALUE_RAW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | XSTRING | Byteartiger Wert | 20041210 |
Method SET_VALUE_RAW on class IF_SXML_VALUE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |