Package com._1c.g5.v8.dt.ws.common
Class WSDefinitionLoader.WSDefinitionContent
- java.lang.Object
-
- com._1c.g5.v8.dt.ws.common.WSDefinitionLoader.WSDefinitionContent
-
- Enclosing class:
- WSDefinitionLoader
public static class WSDefinitionLoader.WSDefinitionContent extends Object
Class contains full content of WSDefinition. Content of the WSDefinition and external xsd files content
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWsDefinition()
Gets string content of the WSDefinitionList<String>
getXsdFilesContent()
Gets string content of the external xsd files
-
-
-
Method Detail
-
getWsDefinition
public String getWsDefinition()
Gets string content of the WSDefinition- Returns:
- string content of the WSDefinition, never
null
-
-