SAP ABAP Class CL_PXN_XSD (XML Schema Helper Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-PRX (Application Component) Proxy Generation
     SAI_PROXY_GENTIME_MDR (Package) Proxy Generation Meta Data Repository
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PXN_CONST general constants 20090409
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PXN_CONST_WSDL wsdl constants 20090409
Properties
Class CL_PXN_XSD  
Short Description XML Schema Helper Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_PROXY_GENTIME_MDR   Proxy Generation Meta Data Repository 
Created 20090316   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PXN_CONST general constants 20090409
2 IF_PXN_CONST_WSDL wsdl constants 20090409
Friends
Class CL_PXN_XSD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NODETYPE Instance attribute Private Attribute reference (LIKE) 20090409
2 REPTERM Instance attribute Private Attribute reference (LIKE) 20091216
3 XSDFACET Instance attribute Private Attribute reference (LIKE) 20090409
4 XSDTYPE Instance attribute Private Attribute reference (LIKE) 20090409
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_XSD_FACETS Static method Public Method 20090409
2 GET_NODE_DESCRIPTION Static method Public Method 20090409
3 GET_NODE_TYPES Static method Public Method 20090409
4 GET_NODE_TYPES_WITH_TEXT Static method Public Method 20090409
5 GET_REPTERMS Static method Public Method 20091216
6 GET_REPTERMS_WITH_TEXT Static method Public Method 20091216
7 GET_VALID_XSD_FACETS Static method Public Method 20090409
8 GET_XSD_PARENT_TYPE Static method Public Method 20090409
9 GET_XSD_TYPES Static method Public Method 20090409
10 GET_XSD_TYPES_WITH_TEXT Static method Public Method 20090409
11 IS_FACET_VALID Static method Public Method 20090409
12 IS_XSD_TYPE_DERIVED_FROM Static method Public Method 20090409
13 IS_XSD_TYPE_EQUAL_OR_DERIVED Static method Public Method 20090409
14 IS_XSD_TYPE_ORDERED Static method Public Method 20090409
Events
Class CL_PXN_XSD has no event.
Types
Class CL_PXN_XSD has no local type.
Method Signatures

Method GET_ALL_XSD_FACETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FACETS Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20090409

Method GET_ALL_XSD_FACETS on class CL_PXN_XSD has no exception.

Method GET_NODE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCRIPTION Value transfer Type reference (TYPE) STRING 20090409
2 Importing TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409

Method GET_NODE_DESCRIPTION on class CL_PXN_XSD has no exception.

Method GET_NODE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODETYPES Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20090409

Method GET_NODE_TYPES on class CL_PXN_XSD has no exception.

Method GET_NODE_TYPES_WITH_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TYPES Value transfer Type reference (TYPE) VRM_VALUES 20090409

Method GET_NODE_TYPES_WITH_TEXT on class CL_PXN_XSD has no exception.

Method GET_REPTERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REPTERMS Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20091216

Method GET_REPTERMS on class CL_PXN_XSD has no exception.

Method GET_REPTERMS_WITH_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REPTERMS Value transfer Type reference (TYPE) VRM_VALUES Table of Strings 20091216

Method GET_REPTERMS_WITH_TEXT on class CL_PXN_XSD has no exception.

Method GET_VALID_XSD_FACETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALID_FACETS Value transfer Type reference (TYPE) STRING_TABLE 20090409
2 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409

Method GET_VALID_XSD_FACETS on class CL_PXN_XSD has no exception.

Method GET_XSD_PARENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XSD_PARENT_TYPE Value transfer Type reference (TYPE) STRING 20090409
2 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409

Method GET_XSD_PARENT_TYPE on class CL_PXN_XSD has no exception.

Method GET_XSD_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XSD_TYPES Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20090409

Method GET_XSD_TYPES on class CL_PXN_XSD has no exception.

Method GET_XSD_TYPES_WITH_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XSD_TYPES Value transfer Type reference (TYPE) VRM_VALUES Table of Strings 20090409

Method GET_XSD_TYPES_WITH_TEXT on class CL_PXN_XSD has no exception.

Method IS_FACET_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
2 Importing XSD_FACET Call by reference Type reference (TYPE) CSEQUENCE 20090409
3 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409

Method IS_FACET_VALID on class CL_PXN_XSD has no exception.

Method IS_XSD_TYPE_DERIVED_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409
2 Importing FROM_XSD_TYPES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20090409
3 Returning RVAL Value transfer Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
4 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409

Method IS_XSD_TYPE_DERIVED_FROM on class CL_PXN_XSD has no exception.

Method IS_XSD_TYPE_EQUAL_OR_DERIVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409
2 Importing FROM_XSD_TYPES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20090409
3 Returning RVAL Value transfer Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
4 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409

Method IS_XSD_TYPE_EQUAL_OR_DERIVED on class CL_PXN_XSD has no exception.

Method IS_XSD_TYPE_ORDERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_ORDERED Value transfer Type reference (TYPE) PRX_BOOLEAN ABAP Proxies: Boolean Value ('X' = True, Space = False) 20090409
2 Importing XSD_TYPE Call by reference Type reference (TYPE) CSEQUENCE 20090409

Method IS_XSD_TYPE_ORDERED on class CL_PXN_XSD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 72L