SAP ABAP Interface IF_XLF_ELEM_BIN_UNIT (Binary unit)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_XLIFF (Package) XLIFF 1.2 Library
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XLF_ELEM_BIN_UNIT Binary unit 20100928
Properties
Interface IF_XLF_ELEM_BIN_UNIT  
Short Description Binary unit    
General Data
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100928   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_XLF_ELEM_BIN_UNIT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_XLF_ELEMENT Basic interface for all elements 20100928
2 IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100928
3 IF_XLF_STRUCTURAL_UNIT A group, trans-unit or bin-unit element 20100928
4 IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100928
Friends
Interface IF_XLF_ELEM_BIN_UNIT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NAME Constant Public Type reference (TYPE) STRING `bin-unit` The element's name 20100928
Methods
# Method Level Visibility Method type Description Created on
1 AS_STRING Instance method Public Method 20101112
2 AS_XML_ELEMENT Instance method Public Method 20100928
3 AS_XML_NODE Instance method Public Method 20100928
4 CLONE Instance method Public Method Returns a clone of this element 20100928
5 EQUALS Instance method Public Method 20101005
6 GET_APPROVED Instance method Public Method Returns the approved attribute 20100928
7 GET_ATTRIBUTES Instance method Public Method 20100928
8 GET_BIN_SOURCE Instance method Public Method Returns the bin-source element 20100928
9 GET_BIN_TARGET Instance method Public Method Returns the bin-target element 20100928
10 GET_CHILDREN Instance method Public Method 20100928
11 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
12 GET_CONTEXT Instance method Public Method Returns the context elements 20100928
13 GET_FINGERPRINT Instance method Public Method 20101108
14 GET_ID Instance method Public Method Returns the id attribute 20100928
15 GET_MIME_TYPE Instance method Public Method Returns the mime-type attribute 20100928
16 GET_NAME Instance method Public Method 20100928
17 GET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100928
18 GET_NAMESPACE_URI Instance method Public Method 20100928
19 GET_NON_XLIFF_ATTRIBUTES Instance method Public Method Returns the non-XLIFF attributes 20100928
20 GET_NON_XLIFF_ELEMENTS Instance method Public Method Returns the non-XLIFF elements 20100928
21 GET_PARENT Instance method Public Method 20100928
22 GET_PHASE_NAME Instance method Public Method Returns the phase-name attribute 20100928
23 GET_PREFIX Instance method Public Method 20100928
24 GET_REFORMAT Instance method Public Method Returns the reformat attribute 20100928
25 GET_RESNAME Instance method Public Method Returns the resname attribute 20100928
26 GET_RESTYPE Instance method Public Method Returns the restype attribute 20100928
27 GET_TRANSLATE Instance method Public Method Returns the translate attribute 20100928
28 GET_TS Instance method Public Method Returns the ts attribute 20100928
29 SET_APPROVED Instance method Public Method Sets the approved attribute 20100928
30 SET_BIN_SOURCE Instance method Public Method Sets the bin-source element 20100928
31 SET_BIN_TARGET Instance method Public Method Sets the bin-target element 20100928
32 SET_CONTEXT Instance method Public Method Sets the context elements 20100928
33 SET_ID Instance method Public Method Sets the id attribute 20100928
34 SET_MIME_TYPE Instance method Public Method Sets the mime-type attribute 20100928
35 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100928
36 SET_NON_XLIFF_ATTRIBUTES Instance method Public Method Sets the non-XLIFF attributes 20100928
37 SET_NON_XLIFF_ELEMENTS Instance method Public Method Sets the non-XLIFF elements 20100928
38 SET_PHASE_NAME Instance method Public Method Sets the phase-name attribute 20100928
39 SET_REFORMAT Instance method Public Method Sets the reformat attribute 20100928
40 SET_RESNAME Instance method Public Method Sets the resname attribute 20100928
41 SET_RESTYPE Instance method Public Method Sets the restype attribute 20100928
42 SET_TRANSLATE Instance method Public Method Sets the translate attribute 20100928
43 SET_TS Instance method Public Method Sets the ts attribute 20100928
Events
Interface IF_XLF_ELEM_BIN_UNIT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CONTEXT Public See coding 20101004 t_context TYPE STANDARD TABLE OF REF TO if_xlf_context_bin_unit WITH DEFAULT KEY
Method Signatures

Method AS_STRING Signature

Method AS_STRING on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method AS_STRING on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method AS_XML_ELEMENT Signature

Method AS_XML_ELEMENT on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method AS_XML_ELEMENT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method AS_XML_NODE Signature

Method AS_XML_NODE on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method AS_XML_NODE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLONE Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_BIN_UNIT A clone of this element 20100928

Method CLONE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method EQUALS Signature

Method EQUALS on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method EQUALS on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_APPROVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPROVED Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_APPROVED The approved attribute. Might be unbound. 20100928

Method GET_APPROVED on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_ATTRIBUTES on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_BIN_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BIN_SOURCE Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_BIN_SOURCE The bin-source element 20100928

Method GET_BIN_SOURCE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_BIN_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BIN_TARGET Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_BIN_TARGET The bin-target element. Might be unbound. 20100928

Method GET_BIN_TARGET on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_CHILDREN on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_CHILDREN_FINGERPRINT Signature

Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTEXT Value transfer Type reference (TYPE) T_CONTEXT The context elements 20100928

Method GET_CONTEXT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_FINGERPRINT Signature

Method GET_FINGERPRINT on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_FINGERPRINT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_ID The id attribute 20100928

Method GET_ID on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MIME_TYPE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_MIME_TYPE The mime-type attribute 20100928

Method GET_MIME_TYPE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_NAME on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_NAMESPACE_PREFIX_MAPPING Signature

Method GET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_NAMESPACE_URI Signature

Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_NON_XLIFF_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NON_XLIFF_ATTRIBUTES Value transfer Type reference (TYPE) TXLF_NON_XLIFF_ATTRIBUTE The non-XLIFF attributes 20100928

Method GET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_NON_XLIFF_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NON_XLIFF_ELEMENTS Value transfer Type reference (TYPE) TXLF_NON_XLIFF_ELEMENT The non-XLIFF elements 20100928

Method GET_NON_XLIFF_ELEMENTS on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_PARENT Signature

Method GET_PARENT on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_PARENT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_PHASE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PHASE_NAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_PHASE_NAME The phase-name attribute. Might be unbound. 20100928

Method GET_PHASE_NAME on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_PREFIX Signature

Method GET_PREFIX on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method GET_PREFIX on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_REFORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REFORMAT Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_REFORMAT The reformat attribute 20100928

Method GET_REFORMAT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_RESNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESNAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_RESNAME The resname attribute. Might be unbound. 20100928

Method GET_RESNAME on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_RESTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESTYPE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_RESTYPE The restype attribute. Might be unbound. 20100928

Method GET_RESTYPE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_TRANSLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRANSLATE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TRANSLATE The translate attribute 20100928

Method GET_TRANSLATE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method GET_TS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TS Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TS The ts attribute. Might be unbound. 20100928

Method GET_TS on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_APPROVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPROVED Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_APPROVED The approved attribute. May be unbound. 20100928

Method SET_APPROVED on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_BIN_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIN_SOURCE Call by reference Object reference (TYPE REF TO) IF_XLF_ELEM_BIN_SOURCE The bin-source element. Must be bound. 20100928

Method SET_BIN_SOURCE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_BIN_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIN_TARGET Call by reference Object reference (TYPE REF TO) IF_XLF_ELEM_BIN_TARGET The bin-target element. May be unbound. 20100928

Method SET_BIN_TARGET on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) T_CONTEXT The context elements 20100928

Method SET_CONTEXT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_ID The id attribute. Must be bound. 20100928

Method SET_ID on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MIME_TYPE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_MIME_TYPE The mime-type attribute. Must be bound. 20100928

Method SET_MIME_TYPE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_BIN_UNIT has no parameter.
Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_NON_XLIFF_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NON_XLIFF_ATTRIBUTES Call by reference Type reference (TYPE) TXLF_NON_XLIFF_ATTRIBUTE The non-XLIFF attributes 20100928

Method SET_NON_XLIFF_ATTRIBUTES on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_NON_XLIFF_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NON_XLIFF_ELEMENTS Call by reference Type reference (TYPE) TXLF_NON_XLIFF_ELEMENT The non-XLIFF elements 20100928

Method SET_NON_XLIFF_ELEMENTS on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_PHASE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PHASE_NAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_PHASE_NAME The phase-name attribute. May be unbound. 20100928

Method SET_PHASE_NAME on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_REFORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REFORMAT Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_REFORMAT The reformat attribute. Defaults to 'yes' if unbound. 20100928

Method SET_REFORMAT on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_RESNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESNAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_RESNAME The resname attribute. May be unbound. 20100928

Method SET_RESNAME on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_RESTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RESTYPE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_RESTYPE The restype attribute. May be unbound. 20100928

Method SET_RESTYPE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_TRANSLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TRANSLATE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TRANSLATE The translate attribute. Defaults to 'yes' if unbound. 20100928

Method SET_TRANSLATE on Interface IF_XLF_ELEM_BIN_UNIT has no exception.

Method SET_TS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TS Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TS The ts attribute. May be unbound. 20100928

Method SET_TS on Interface IF_XLF_ELEM_BIN_UNIT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703