Skip to content
Snippets Groups Projects
Commit bcbbe99c authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

adding js

parent 3b527d61
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,15 @@ var _info_kwarc_sally_comm_frames_factory = function () { ...@@ -3,6 +3,15 @@ var _info_kwarc_sally_comm_frames_factory = function () {
name: 'info_kwarc_sally_comm_frames', name: 'info_kwarc_sally_comm_frames',
defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/frames', defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/frames',
typeInfos: [{ typeInfos: [{
type: 'classInfo',
localName: 'ExecuteFrameRequest',
propertyInfos: [{
type: 'element',
name: 'frameid',
elementName: 'frameid',
typeInfo: 'String'
}]
}, {
type: 'classInfo', type: 'classInfo',
localName: 'ShowSallyFrameMenu', localName: 'ShowSallyFrameMenu',
propertyInfos: [{ propertyInfos: [{
...@@ -16,6 +25,39 @@ var _info_kwarc_sally_comm_frames_factory = function () { ...@@ -16,6 +25,39 @@ var _info_kwarc_sally_comm_frames_factory = function () {
elementName: 'posy', elementName: 'posy',
typeInfo: 'Int' typeInfo: 'Int'
}] }]
}, {
type: 'classInfo',
localName: 'GetSallyFramesResponse',
propertyInfos: [{
type: 'element',
name: 'sallyFrameMenuItem',
collection: true,
elementName: 'SallyFrameMenuItem',
typeInfo: 'info_kwarc_sally_comm_frames.GetSallyFramesResponse.SallyFrameMenuItem'
}]
}, {
type: 'classInfo',
localName: 'GetSallyFramesResponse.SallyFrameMenuItem',
propertyInfos: [{
type: 'element',
name: 'itemid',
elementName: 'itemid',
typeInfo: 'String'
}, {
type: 'element',
name: 'frame',
elementName: 'frame',
typeInfo: 'String'
}, {
type: 'element',
name: 'name',
elementName: 'name',
typeInfo: 'String'
}]
}, {
type: 'classInfo',
localName: 'GetSallyFramesRequest',
propertyInfos: []
}, { }, {
type: 'classInfo', type: 'classInfo',
localName: 'ListenDocLevelServices', localName: 'ListenDocLevelServices',
...@@ -64,8 +106,17 @@ var _info_kwarc_sally_comm_frames_factory = function () { ...@@ -64,8 +106,17 @@ var _info_kwarc_sally_comm_frames_factory = function () {
}] }]
}], }],
elementInfos: [{ elementInfos: [{
elementName: 'ExecuteFrameRequest',
typeInfo: 'info_kwarc_sally_comm_frames.ExecuteFrameRequest'
}, {
elementName: 'ShowSallyFrameMenu', elementName: 'ShowSallyFrameMenu',
typeInfo: 'info_kwarc_sally_comm_frames.ShowSallyFrameMenu' typeInfo: 'info_kwarc_sally_comm_frames.ShowSallyFrameMenu'
}, {
elementName: 'GetSallyFramesResponse',
typeInfo: 'info_kwarc_sally_comm_frames.GetSallyFramesResponse'
}, {
elementName: 'GetSallyFramesRequest',
typeInfo: 'info_kwarc_sally_comm_frames.GetSallyFramesRequest'
}, { }, {
elementName: 'ListenDocLevelServices', elementName: 'ListenDocLevelServices',
typeInfo: 'info_kwarc_sally_comm_frames.ListenDocLevelServices' typeInfo: 'info_kwarc_sally_comm_frames.ListenDocLevelServices'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment