diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af8a39 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +gen/ +build/ +target/ +bin/ +tmp/ + +*.class + +# Package Files # +*.jar +*.war +*.ear + +#These need to be included in GIT as NWDS chokes after import without them! +#.classpath +#.settings/ +#.project + +############# +## Windows detritus +############# + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Mac crap +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b21db6 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +ZPIMONSC +======== + +*** WORK IN PROGRESS *** + + +pimon - an application for monitoring SAP NetWeaver PI-AEX. + + +Includes Development Components for: +* zpi_dict : Java Dicionary project +* zpi_app : Java EE application (contains the following modules) +* zpi_ejb : EJB's providing the application logic and DB access +* zpi_web : Jersey servlet and relevant helper classes to provide a REST api for the app +* zpi_html : The static client app using jQuery, Twitter Bootstrap + +zpi_dict needs to be deployed on it own and before zpi_app which is made up of the ejb, web and html modules. + +URL: http://<host>:<port>/zpimonui/index.html + +Note: the zpi_html module contains the distribution files for the frontend app. See https://github.com/js1972/pimon for the full repo. \ No newline at end of file diff --git a/jaylin.com.au/z_jersey_lib/_comp/.dcdef b/jaylin.com.au/z_jersey_lib/_comp/.dcdef new file mode 100644 index 0000000..05f6f1e --- /dev/null +++ b/jaylin.com.au/z_jersey_lib/_comp/.dcdef @@ -0,0 +1,38 @@ + + + z_jersey_lib + jaylin.com.au + + sap.com + External Library + + + + BC + en + + + + + tc/bi/bp/externalarchive + sap.com + + lib + + + libraries + + + + + * + * + + + + diff --git a/jaylin.com.au/z_jersey_lib/_comp/.project b/jaylin.com.au/z_jersey_lib/_comp/.project new file mode 100644 index 0000000..cad6dcd --- /dev/null +++ b/jaylin.com.au/z_jersey_lib/_comp/.project @@ -0,0 +1,12 @@ + + + LocalDevelopment~z_jersey_lib~jaylin.com.au + + + + + + + com.sap.ide.dii05.lib.dcnature + + diff --git a/jaylin.com.au/z_jersey_lib/_comp/def/api.pp b/jaylin.com.au/z_jersey_lib/_comp/def/api.pp new file mode 100644 index 0000000..35424dc --- /dev/null +++ b/jaylin.com.au/z_jersey_lib/_comp/def/api.pp @@ -0,0 +1,10 @@ + + + api + compilation + diff --git a/jaylin.com.au/z_jersey_lib/_comp/def/archives.pp b/jaylin.com.au/z_jersey_lib/_comp/def/archives.pp new file mode 100644 index 0000000..f39e564 --- /dev/null +++ b/jaylin.com.au/z_jersey_lib/_comp/def/archives.pp @@ -0,0 +1,10 @@ + + + archives + assembly + diff --git a/jaylin.com.au/z_jersey_lib/_comp/def/assembly.pp b/jaylin.com.au/z_jersey_lib/_comp/def/assembly.pp new file mode 100644 index 0000000..0fc9c0b --- /dev/null +++ b/jaylin.com.au/z_jersey_lib/_comp/def/assembly.pp @@ -0,0 +1,117 @@ + + + assembly + assembly + + + asm-all-repackaged-2.2.0-b14.jar + Archive + Java Library + + + cglib-2.2.0-b14.jar + Archive + Java Library + + + gson-2.2.4.jar + Archive + Java Library + + + guava-14.0.1.jar + Archive + Java Library + + + hk2-api-2.2.0-b14.jar + Archive + Java Library + + + hk2-locator-2.2.0-b14.jar + Archive + Java Library + + + hk2-utils-2.2.0-b14.jar + Archive + Java Library + + + javax.annotation-api-1.2.jar + Archive + Java Library + + + javax.inject-2.2.0-b14.jar + Archive + Java Library + + + javax.servlet-api-3.0.1.jar + Archive + Java Library + + + javax.ws.rs-api-2.0.jar + Archive + Java Library + + + jaxb-api-2.2.7.jar + Archive + Java Library + + + jersey-client.jar + Archive + Java Library + + + jersey-common.jar + Archive + Java Library + + + jersey-container-servlet-core.jar + Archive + Java Library + + + jersey-container-servlet.jar + Archive + Java Library + + + jersey-server.jar + Archive + Java Library + + + org.osgi.core-4.2.0.jar + Archive + Java Library + + + osgi-resource-locator-1.0.1.jar + Archive + Java Library + + + persistence-api-1.0.jar + Archive + Java Library + + + validation-api-1.1.0.Final.jar + Archive + Java Library + + + diff --git a/jaylin.com.au/z_jersey_lib/_comp/def/compilation.pp b/jaylin.com.au/z_jersey_lib/_comp/def/compilation.pp new file mode 100644 index 0000000..2c9cefe --- /dev/null +++ b/jaylin.com.au/z_jersey_lib/_comp/def/compilation.pp @@ -0,0 +1,117 @@ + + + compilation + compilation + + + asm-all-repackaged-2.2.0-b14.jar + Archive + Java Library + + + cglib-2.2.0-b14.jar + Archive + Java Library + + + gson-2.2.4.jar + Archive + Java Library + + + guava-14.0.1.jar + Archive + Java Library + + + hk2-api-2.2.0-b14.jar + Archive + Java Library + + + hk2-locator-2.2.0-b14.jar + Archive + Java Library + + + hk2-utils-2.2.0-b14.jar + Archive + Java Library + + + javax.annotation-api-1.2.jar + Archive + Java Library + + + javax.inject-2.2.0-b14.jar + Archive + Java Library + + + javax.servlet-api-3.0.1.jar + Archive + Java Library + + + javax.ws.rs-api-2.0.jar + Archive + Java Library + + + jaxb-api-2.2.7.jar + Archive + Java Library + + + jersey-client.jar + Archive + Java Library + + + jersey-common.jar + Archive + Java Library + + + jersey-container-servlet-core.jar + Archive + Java Library + + + jersey-container-servlet.jar + Archive + Java Library + + + jersey-server.jar + Archive + Java Library + + + org.osgi.core-4.2.0.jar + Archive + Java Library + + + osgi-resource-locator-1.0.1.jar + Archive + Java Library + + + persistence-api-1.0.jar + Archive + Java Library + + + validation-api-1.1.0.Final.jar + Archive + Java Library + + + diff --git a/jaylin.com.au/zpi_app/_comp/.dcdef b/jaylin.com.au/zpi_app/_comp/.dcdef new file mode 100644 index 0000000..b9c134b --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/.dcdef @@ -0,0 +1,103 @@ + + + zpi_app + jaylin.com.au + + sap.com + J2EE + Enterprise Application + + + + + + + + + + BC + en + + + + + tc/bi/bp/enterpriseApplication + sap.com + + enterpriseApplication + + + + + z_jersey_lib + jaylin.com.au + + api + + + + + z_jersey_lib + jaylin.com.au + + archives + + + + + z_jersey_lib + jaylin.com.au + + assembly + + + + + z_jersey_lib + jaylin.com.au + + compilation + + + + + zpi_ejb + jaylin.com.au + + ejbjar + + + + + zpi_html + jaylin.com.au + + war + + + + + zpi_web + jaylin.com.au + + war + + + + + META-INF + + + + + ZPIMON + jaylin.com.au + + + + diff --git a/jaylin.com.au/zpi_app/_comp/.project b/jaylin.com.au/zpi_app/_comp/.project new file mode 100644 index 0000000..e1eb29e --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/.project @@ -0,0 +1,28 @@ + + + LocalDevelopment~zpi_app~jaylin.com.au + + + LocalDevelopment~z_jersey_lib~jaylin.com.au + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + + com.sap.ide.j2ee.adapter.ear.earNature + com.sap.ide.j2ee.adapter.ext.ear.earNature + com.sap.ide.j2ee.adapter.ext.ear.ArchiveProjectNature + com.sap.ide.dii05.lib.dcnature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature + + diff --git a/jaylin.com.au/zpi_app/_comp/.settings/org.eclipse.wst.common.component b/jaylin.com.au/zpi_app/_comp/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..09e852e --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/.settings/org.eclipse.wst.common.component @@ -0,0 +1,17 @@ + + + + + + + uses + + + + uses + + + uses + + + diff --git a/jaylin.com.au/zpi_app/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml b/jaylin.com.au/zpi_app/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..64068d5 --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_app/_comp/.tssapinfo b/jaylin.com.au/zpi_app/_comp/.tssapinfo new file mode 100644 index 0000000..097ef8b --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/.tssapinfo @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_app/_comp/META-INF/MANIFEST.MF b/jaylin.com.au/zpi_app/_comp/META-INF/MANIFEST.MF new file mode 100644 index 0000000..254272e --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/jaylin.com.au/zpi_app/_comp/META-INF/application-j2ee-engine.xml b/jaylin.com.au/zpi_app/_comp/META-INF/application-j2ee-engine.xml new file mode 100644 index 0000000..d245c7c --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/META-INF/application-j2ee-engine.xml @@ -0,0 +1,12 @@ + + + + scheduler~runtime + + + + jaylin.com.au~zpi_ejb.jar + scheduler~container + + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_app/_comp/META-INF/application.xml b/jaylin.com.au/zpi_app/_comp/META-INF/application.xml new file mode 100644 index 0000000..9fc2675 --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/META-INF/application.xml @@ -0,0 +1,19 @@ + + + LocalDevelopment~zpi_app~jaylin.com.au + + + jaylin.com.au~zpi_web.war + zpimon + + + + jaylin.com.au~zpi_ejb.jar + + + + jaylin.com.au~zpi_html.war + zpimonui + + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_app/_comp/META-INF/sap.application.global.properties b/jaylin.com.au/zpi_app/_comp/META-INF/sap.application.global.properties new file mode 100644 index 0000000..11440cb --- /dev/null +++ b/jaylin.com.au/zpi_app/_comp/META-INF/sap.application.global.properties @@ -0,0 +1,14 @@ +## PI host name to read messages from +#? onlinemodifiable = true +#% type = STRING +HOST_URL = app1pod + +## Username for accessing PI web services +#? onlinemodifiable = true +#% type = STRING +USERNAME = dummy_user + +## The password of the user +#? secure = true; onlinemodifiable = true +#% type = STRING; +PASSWORD = abcdefg \ No newline at end of file diff --git a/jaylin.com.au/zpi_dict/_comp/.classpath b/jaylin.com.au/zpi_dict/_comp/.classpath new file mode 100644 index 0000000..642775f --- /dev/null +++ b/jaylin.com.au/zpi_dict/_comp/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_dict/_comp/.dcdef b/jaylin.com.au/zpi_dict/_comp/.dcdef new file mode 100644 index 0000000..66ff8d9 --- /dev/null +++ b/jaylin.com.au/zpi_dict/_comp/.dcdef @@ -0,0 +1,50 @@ + + + zpi_dict + jaylin.com.au + PI Monitor Java Dictionary DC + + sap.com + Dictionary + + + + BC + en + + + + + tc/bi/bp/ddic + sap.com + + ddic + + + + + tc/ddic/runtime/facade + sap.com + + runtime + + + + + src/content + src/packages + + + + + ZPIMON + jaylin.com.au + + + + diff --git a/jaylin.com.au/zpi_dict/_comp/.project b/jaylin.com.au/zpi_dict/_comp/.project new file mode 100644 index 0000000..9833a35 --- /dev/null +++ b/jaylin.com.au/zpi_dict/_comp/.project @@ -0,0 +1,24 @@ + + + LocalDevelopment~zpi_dict~jaylin.com.au + + + + + + com.sap.dictionary.tools.generation.GenerationBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + + com.sap.dictionary.tools.archivebuilder.DictionaryNature + com.sap.ide.dii05.lib.dcnature + org.eclipse.jdt.core.javanature + + diff --git a/jaylin.com.au/zpi_dict/_comp/dependencies.properties b/jaylin.com.au/zpi_dict/_comp/dependencies.properties new file mode 100644 index 0000000..8938203 --- /dev/null +++ b/jaylin.com.au/zpi_dict/_comp/dependencies.properties @@ -0,0 +1,4 @@ +#Metamodel Dependencies +#Tue Jan 21 09:00:10 WST 2014 +@0@//DtDictionary/DtDbTable\:.Z_PIMESSAGE=//DtDictionary/DtSimpleType\:com.sap.dictionary.timestamp +@1@//DtDictionary/DtDbTable\:.Z_PIMESSAGE=//DtDictionary/DtSimpleType\:com.sap.dictionary.string diff --git a/jaylin.com.au/zpi_dict/_comp/gen_ddic/datatypes/Z_PIMESSAGE.gdbtable b/jaylin.com.au/zpi_dict/_comp/gen_ddic/datatypes/Z_PIMESSAGE.gdbtable new file mode 100644 index 0000000..eeb65fa --- /dev/null +++ b/jaylin.com.au/zpi_dict/_comp/gen_ddic/datatypes/Z_PIMESSAGE.gdbtable @@ -0,0 +1,154 @@ + + + + + + + + false + + + + 11 + string + VARCHAR + + + 255 + 0 + false + + + + 12 + string + VARCHAR + + + 255 + 0 + false + + + + 8 + string + CLOB + + + 0 + 0 + false + + + + 6 + string + VARCHAR + + + 255 + 0 + false + + + + 10 + string + VARCHAR + + + 255 + 0 + false + + + + 2 + string + VARCHAR + + + 255 + 0 + false + + + + 1 + string + VARCHAR + + + 255 + 0 + true + + + + 7 + timestamp + TIMESTAMP + + + 0 + 0 + false + + + + 3 + timestamp + TIMESTAMP + + + 0 + 0 + false + + + + 9 + string + VARCHAR + + + 255 + 0 + false + + + + 5 + string + VARCHAR + + + 255 + 0 + false + + + + 4 + string + VARCHAR + + + 255 + 0 + false + + + + + Z_PIMESSAGE + + ID + + + + + + + diff --git a/jaylin.com.au/zpi_dict/_comp/src/packages/Z_PIMESSAGE.dtdbtable b/jaylin.com.au/zpi_dict/_comp/src/packages/Z_PIMESSAGE.dtdbtable new file mode 100644 index 0000000..9790cb8 --- /dev/null +++ b/jaylin.com.au/zpi_dict/_comp/src/packages/Z_PIMESSAGE.dtdbtable @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/.classpath b/jaylin.com.au/zpi_ejb/_comp/.classpath new file mode 100644 index 0000000..f8e1775 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/.dcdef b/jaylin.com.au/zpi_ejb/_comp/.dcdef new file mode 100644 index 0000000..74e8b6c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.dcdef @@ -0,0 +1,105 @@ + + + zpi_ejb + jaylin.com.au + + sap.com + J2EE + EJBModule + + + + + + + + + + + + + BC + en + + + + + + + + + + + tc/bi/bp/ejbmodule + sap.com + + ejb + + + + + engine.jee5.facade + sap.com + + api + + + + + tc/bl/logging/api + sap.com + + api + + + + + tc/esi/esp/wsrm/facade + sap.com + + api + + + + + tc/je/appconfiguration/api + sap.com + + api + + + + + tc/je/scheduler/api + sap.com + + api + + + + + src + .apt_generated + ejbModule + + + + + ZPIMON + jaylin.com.au + + + + + + is_moin_dc + sap.com + true + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/.project b/jaylin.com.au/zpi_ejb/_comp/.project new file mode 100644 index 0000000..88884c2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.project @@ -0,0 +1,40 @@ + + + LocalDevelopment~zpi_ejb~jaylin.com.au + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + com.sap.ide.j2ee.servicelayer.postxdocletbuilder + + + + + + com.sap.ide.j2ee.adapter.ejb.ejbNature + com.sap.ide.j2ee.adapter.ext.ejb.ejbNature + com.sap.ide.j2ee.adapter.ext.cmpejb.cmpejbNature + com.sap.ide.j2ee.adapter.ext.ear.ArchiveProjectNature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jdt.core.javanature + com.sap.ide.dii05.lib.dcnature + org.eclipse.wst.common.project.facet.core.nature + + diff --git a/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jdt.apt.core.prefs b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jdt.apt.core.prefs new file mode 100644 index 0000000..9eb1563 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jdt.apt.core.prefs @@ -0,0 +1,4 @@ +#Mon Jan 20 14:11:06 WST 2014 +eclipse.preferences.version=1 +org.eclipse.jdt.apt.aptEnabled=true +org.eclipse.jdt.apt.reconcileEnabled=true diff --git a/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jdt.core.prefs b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..6e69c82 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Thu Oct 17 17:07:36 WST 2013 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.processAnnotations=enabled +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jpt.core.prefs b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jpt.core.prefs new file mode 100644 index 0000000..1af86c8 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.jpt.core.prefs @@ -0,0 +1,4 @@ +#Mon Jan 20 14:11:06 WST 2014 +eclipse.preferences.version=1 +org.eclipse.jpt.core.discoverAnnotatedClasses=true +org.eclipse.jpt.core.platform=sap.jpt.platform diff --git a/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.component b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..8a35e43 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.component @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml new file mode 100644 index 0000000..7961132 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..5594637 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/.tssapinfo b/jaylin.com.au/zpi_ejb/_comp/.tssapinfo new file mode 100644 index 0000000..038b08a --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/.tssapinfo @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/def/client.pp b/jaylin.com.au/zpi_ejb/_comp/def/client.pp new file mode 100644 index 0000000..5c62b6f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/def/client.pp @@ -0,0 +1,156 @@ + + + client + compilation + + + ApplicationProperties + au/com/jaylin/persistence/ejbs + Java Class + Class + + + ApplicationPropertiesLocal + au/com/jaylin/persistence/ejbs + Java Class + Class + + + AuditLogEntryData + data/api/mdt/aii/sap/com + AuditLogEntryData + AuditLogEntryData + Java Class + Class + + + AuditLogEntryData + data/api/mdt/aii/sap/com + AuditLogEntryData + AuditLogEntryData + Java Class + Source + + + LogEntry + au/com/jaylin/persistence/ejbs/helpers + LogEntry + LogEntry + Java Class + Class + + + LogEntry + au/com/jaylin/persistence/ejbs/helpers + LogEntry + LogEntry + Java Class + Source + + + OperationStatus + au/com/jaylin/persistence/ejbs/helpers + OperationStatus + OperationStatus + Java Class + Class + + + OperationStatus + au/com/jaylin/persistence/ejbs/helpers + OperationStatus + OperationStatus + Java Class + Source + + + PIMessage + au/com/jaylin/persistence + PIMessage + PIMessage + Java Class + Class + + + PIMessage + au/com/jaylin/persistence + PIMessage + PIMessage + Java Class + Source + + + PIMessageFacade + au/com/jaylin/persistence/facades + Java Class + Class + + + PIMessageFacadeLocal + au/com/jaylin/persistence/facades + Java Class + Class + + + PIMessageHandler + au/com/jaylin/persistence/ejbs + Java Class + Class + + + PIMessageHandlerLocal + au/com/jaylin/persistence/ejbs + Java Class + Class + + + PITimeStamp + au/com/jaylin/persistence/ejbs/helpers + PITimeStamp + PITimeStamp + Java Class + Class + + + PITimeStamp + au/com/jaylin/persistence/ejbs/helpers + PITimeStamp + PITimeStamp + Java Class + Source + + + ReadMessageLogException + au/com/jaylin/persistence/ejbs + ReadMessageLogException + ReadMessageLogException + Java Class + Class + + + ReadMessageLogException + au/com/jaylin/persistence/ejbs + ReadMessageLogException + ReadMessageLogException + Java Class + Source + + + WebServiceEndPoint + au/com/jaylin/persistence/ejbs + Java Class + Class + + + WebServiceEndPointLocal + au/com/jaylin/persistence/ejbs + Java Class + Class + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/def/ejbjar.pp b/jaylin.com.au/zpi_ejb/_comp/def/ejbjar.pp new file mode 100644 index 0000000..eabeec2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/def/ejbjar.pp @@ -0,0 +1,16 @@ + + + ejbjar + assembly + + + jaylin.com.au~zpi_ejb + EJB-JAR + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/MANIFEST.MF b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/MANIFEST.MF new file mode 100644 index 0000000..254272e --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/ejb-j2ee-engine.xml b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/ejb-j2ee-engine.xml new file mode 100644 index 0000000..bc0d908 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/ejb-j2ee-engine.xml @@ -0,0 +1,18 @@ + + + + + MessageCollectorJob + + + destination-name + JobQueue + + + connection-factory-name + JobQueueFactory + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/ejb-jar.xml b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/ejb-jar.xml new file mode 100644 index 0000000..1700d22 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/ejb-jar.xml @@ -0,0 +1,4 @@ + + + LocalDevelopment~zpi_ejb~jaylin.com.au + \ No newline at end of file diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/job-definition.xml b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/job-definition.xml new file mode 100644 index 0000000..d563d5f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/job-definition.xml @@ -0,0 +1,4 @@ + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/orm.xml b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/orm.xml new file mode 100644 index 0000000..5bbdf4a --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/orm.xml @@ -0,0 +1,3 @@ + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/persistence.xml b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/persistence.xml new file mode 100644 index 0000000..bb78c0e --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/persistence.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/persistent.xml b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/persistent.xml new file mode 100644 index 0000000..24e9ea3 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/persistent.xml @@ -0,0 +1,6 @@ + + + + ${com.sap.datasource.default} + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..288e492 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_AdapterMessageMonitoring.wsdl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_1_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_1_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..60ed9e2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_1_AdapterMessageMonitoring.wsdl @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_2.cust b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_2.cust new file mode 100644 index 0000000..03a0933 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_2.cust @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_2.wsdl b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_2.wsdl new file mode 100644 index 0000000..95749e4 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_2.wsdl @@ -0,0 +1,984 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_3_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_3_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..4452856 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_3_AdapterMessageMonitoring.wsdl @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_4_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_4_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..5944b49 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_importedwsdl_4_AdapterMessageMonitoring.wsdl @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/CancelMessages.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/CancelMessages.java new file mode 100644 index 0000000..b8a9d54 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/CancelMessages.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="messageKeys" type="{urn:java/lang}ArrayOfString"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "messageKeys" +}) +@XmlRootElement(name = "cancelMessages") +public class CancelMessages { + + @XmlElement(required = true, nillable = true) + protected ArrayOfString messageKeys; + + /** + * Gets the value of the messageKeys property. + * + * @return + * possible object is + * {@link ArrayOfString } + * + */ + public ArrayOfString getMessageKeys() { + return messageKeys; + } + + /** + * Sets the value of the messageKeys property. + * + * @param value + * allowed object is + * {@link ArrayOfString } + * + */ + public void setMessageKeys(ArrayOfString value) { + this.messageKeys = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/CancelMessagesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/CancelMessagesResponse.java new file mode 100644 index 0000000..f7123ec --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/CancelMessagesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.AdminActionResultMap; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}AdminActionResultMap"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "cancelMessagesResponse") +public class CancelMessagesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected AdminActionResultMap response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link AdminActionResultMap } + * + */ + public AdminActionResultMap getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link AdminActionResultMap } + * + */ + public void setResponse(AdminActionResultMap value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetAllAvailableStatusDetails.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetAllAvailableStatusDetails.java new file mode 100644 index 0000000..2b7fedf --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetAllAvailableStatusDetails.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.Locale; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="locale" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}Locale"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "locale" +}) +@XmlRootElement(name = "getAllAvailableStatusDetails") +public class GetAllAvailableStatusDetails { + + @XmlElement(required = true, nillable = true) + protected Locale locale; + + /** + * Gets the value of the locale property. + * + * @return + * possible object is + * {@link Locale } + * + */ + public Locale getLocale() { + return locale; + } + + /** + * Sets the value of the locale property. + * + * @param value + * allowed object is + * {@link Locale } + * + */ + public void setLocale(Locale value) { + this.locale = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetAllAvailableStatusDetailsResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetAllAvailableStatusDetailsResponse.java new file mode 100644 index 0000000..27d47bf --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetAllAvailableStatusDetailsResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfStatusDetail; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfStatusDetail"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getAllAvailableStatusDetailsResponse") +public class GetAllAvailableStatusDetailsResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfStatusDetail response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfStatusDetail } + * + */ + public ArrayOfStatusDetail getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfStatusDetail } + * + */ + public void setResponse(ArrayOfStatusDetail value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetConnections.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetConnections.java new file mode 100644 index 0000000..0e68ffa --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetConnections.java @@ -0,0 +1,34 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getConnections") +public class GetConnections { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetConnectionsResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetConnectionsResponse.java new file mode 100644 index 0000000..0c088aa --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetConnectionsResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:java/lang}ArrayOfString"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getConnectionsResponse") +public class GetConnectionsResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfString response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfString } + * + */ + public ArrayOfString getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfString } + * + */ + public void setResponse(ArrayOfString value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetErrorCodes.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetErrorCodes.java new file mode 100644 index 0000000..1dae4e3 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetErrorCodes.java @@ -0,0 +1,64 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="errorLabelID" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "errorLabelID" +}) +@XmlRootElement(name = "getErrorCodes") +public class GetErrorCodes { + + @XmlElement(required = true, type = Integer.class, nillable = true) + protected Integer errorLabelID; + + /** + * Gets the value of the errorLabelID property. + * + * @return + * possible object is + * {@link Integer } + * + */ + public Integer getErrorLabelID() { + return errorLabelID; + } + + /** + * Sets the value of the errorLabelID property. + * + * @param value + * allowed object is + * {@link Integer } + * + */ + public void setErrorLabelID(Integer value) { + this.errorLabelID = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetErrorCodesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetErrorCodesResponse.java new file mode 100644 index 0000000..8fa6ce2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetErrorCodesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:java/lang}ArrayOfString"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getErrorCodesResponse") +public class GetErrorCodesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfString response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfString } + * + */ + public ArrayOfString getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfString } + * + */ + public void setResponse(ArrayOfString value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetIntegrationFlows.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetIntegrationFlows.java new file mode 100644 index 0000000..813d07d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetIntegrationFlows.java @@ -0,0 +1,64 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "language" +}) +@XmlRootElement(name = "getIntegrationFlows") +public class GetIntegrationFlows { + + @XmlElement(required = true, nillable = true) + protected String language; + + /** + * Gets the value of the language property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getLanguage() { + return language; + } + + /** + * Sets the value of the language property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setLanguage(String value) { + this.language = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetIntegrationFlowsResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetIntegrationFlowsResponse.java new file mode 100644 index 0000000..e8461e6 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetIntegrationFlowsResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfIntegrationFlow; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfIntegrationFlow"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getIntegrationFlowsResponse") +public class GetIntegrationFlowsResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfIntegrationFlow response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfIntegrationFlow } + * + */ + public ArrayOfIntegrationFlow getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfIntegrationFlow } + * + */ + public void setResponse(ArrayOfIntegrationFlow value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetInterfaces.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetInterfaces.java new file mode 100644 index 0000000..9b19025 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetInterfaces.java @@ -0,0 +1,34 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getInterfaces") +public class GetInterfaces { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetInterfacesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetInterfacesResponse.java new file mode 100644 index 0000000..8f8603d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetInterfacesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import data.api.mdt.aii.sap.com.ArrayOfMessageInterface; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.api.data}ArrayOfMessageInterface"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getInterfacesResponse") +public class GetInterfacesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfMessageInterface response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfMessageInterface } + * + */ + public ArrayOfMessageInterface getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfMessageInterface } + * + */ + public void setResponse(ArrayOfMessageInterface value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetLogEntries.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetLogEntries.java new file mode 100644 index 0000000..0951331 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetLogEntries.java @@ -0,0 +1,172 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlSchemaType; +import javax.xml.bind.annotation.XmlType; +import javax.xml.datatype.XMLGregorianCalendar; +import ws.adapterframework.server.mdt.aii.sap.com.Locale; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="messageKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="archive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="maxResults" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *         <element name="locale" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}Locale" minOccurs="0"/>
+ *         <element name="olderThan" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "messageKey", + "archive", + "maxResults", + "locale", + "olderThan" +}) +@XmlRootElement(name = "getLogEntries") +public class GetLogEntries { + + @XmlElement(required = true, nillable = true) + protected String messageKey; + protected boolean archive; + protected Integer maxResults; + @XmlElementRef(name = "locale", namespace = "urn:AdapterMessageMonitoringVi", type = JAXBElement.class) + protected JAXBElement locale; + @XmlElement(required = true, nillable = true) + @XmlSchemaType(name = "dateTime") + protected XMLGregorianCalendar olderThan; + + /** + * Gets the value of the messageKey property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getMessageKey() { + return messageKey; + } + + /** + * Sets the value of the messageKey property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMessageKey(String value) { + this.messageKey = value; + } + + /** + * Gets the value of the archive property. + * + */ + public boolean isArchive() { + return archive; + } + + /** + * Sets the value of the archive property. + * + */ + public void setArchive(boolean value) { + this.archive = value; + } + + /** + * Gets the value of the maxResults property. + * + * @return + * possible object is + * {@link Integer } + * + */ + public Integer getMaxResults() { + return maxResults; + } + + /** + * Sets the value of the maxResults property. + * + * @param value + * allowed object is + * {@link Integer } + * + */ + public void setMaxResults(Integer value) { + this.maxResults = value; + } + + /** + * Gets the value of the locale property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Locale }{@code >} + * + */ + public JAXBElement getLocale() { + return locale; + } + + /** + * Sets the value of the locale property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Locale }{@code >} + * + */ + public void setLocale(JAXBElement value) { + this.locale = ((JAXBElement ) value); + } + + /** + * Gets the value of the olderThan property. + * + * @return + * possible object is + * {@link XMLGregorianCalendar } + * + */ + public XMLGregorianCalendar getOlderThan() { + return olderThan; + } + + /** + * Sets the value of the olderThan property. + * + * @param value + * allowed object is + * {@link XMLGregorianCalendar } + * + */ + public void setOlderThan(XMLGregorianCalendar value) { + this.olderThan = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetLogEntriesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetLogEntriesResponse.java new file mode 100644 index 0000000..93fbf79 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetLogEntriesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import data.api.mdt.aii.sap.com.ArrayOfAuditLogEntryData; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.api.data}ArrayOfAuditLogEntryData"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getLogEntriesResponse") +public class GetLogEntriesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfAuditLogEntryData response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfAuditLogEntryData } + * + */ + public ArrayOfAuditLogEntryData getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfAuditLogEntryData } + * + */ + public void setResponse(ArrayOfAuditLogEntryData value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean.java new file mode 100644 index 0000000..42b87c0 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean.java @@ -0,0 +1,83 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="messageKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="archive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "messageKey", + "archive" +}) +@XmlRootElement(name = "getMessageBytesJavaLangStringBoolean") +public class GetMessageBytesJavaLangStringBoolean { + + @XmlElement(required = true, nillable = true) + protected String messageKey; + protected boolean archive; + + /** + * Gets the value of the messageKey property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getMessageKey() { + return messageKey; + } + + /** + * Sets the value of the messageKey property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMessageKey(String value) { + this.messageKey = value; + } + + /** + * Gets the value of the archive property. + * + */ + public boolean isArchive() { + return archive; + } + + /** + * Sets the value of the archive property. + * + */ + public void setArchive(boolean value) { + this.archive = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBooleanResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBooleanResponse.java new file mode 100644 index 0000000..7d609c0 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBooleanResponse.java @@ -0,0 +1,62 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getMessageBytesJavaLangStringBooleanResponse") +public class GetMessageBytesJavaLangStringBooleanResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected byte[] response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * byte[] + */ + public byte[] getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * byte[] + */ + public void setResponse(byte[] value) { + this.response = ((byte[]) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean.java new file mode 100644 index 0000000..617b87c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean.java @@ -0,0 +1,102 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="messageKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="version" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="archive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "messageKey", + "version", + "archive" +}) +@XmlRootElement(name = "getMessageBytesJavaLangStringIntBoolean") +public class GetMessageBytesJavaLangStringIntBoolean { + + @XmlElement(required = true, nillable = true) + protected String messageKey; + protected int version; + protected boolean archive; + + /** + * Gets the value of the messageKey property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getMessageKey() { + return messageKey; + } + + /** + * Sets the value of the messageKey property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMessageKey(String value) { + this.messageKey = value; + } + + /** + * Gets the value of the version property. + * + */ + public int getVersion() { + return version; + } + + /** + * Sets the value of the version property. + * + */ + public void setVersion(int value) { + this.version = value; + } + + /** + * Gets the value of the archive property. + * + */ + public boolean isArchive() { + return archive; + } + + /** + * Sets the value of the archive property. + * + */ + public void setArchive(boolean value) { + this.archive = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBooleanResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBooleanResponse.java new file mode 100644 index 0000000..0607f5f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBooleanResponse.java @@ -0,0 +1,62 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getMessageBytesJavaLangStringIntBooleanResponse") +public class GetMessageBytesJavaLangStringIntBooleanResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected byte[] response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * byte[] + */ + public byte[] getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * byte[] + */ + public void setResponse(byte[] value) { + this.response = ((byte[]) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageList.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageList.java new file mode 100644 index 0000000..4cef80b --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageList.java @@ -0,0 +1,95 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.AdapterFilter; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="filter" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}AdapterFilter"/>
+ *         <element name="maxMessages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "filter", + "maxMessages" +}) +@XmlRootElement(name = "getMessageList") +public class GetMessageList { + + @XmlElement(required = true, nillable = true) + protected AdapterFilter filter; + @XmlElementRef(name = "maxMessages", namespace = "urn:AdapterMessageMonitoringVi", type = JAXBElement.class) + protected JAXBElement maxMessages; + + /** + * Gets the value of the filter property. + * + * @return + * possible object is + * {@link AdapterFilter } + * + */ + public AdapterFilter getFilter() { + return filter; + } + + /** + * Sets the value of the filter property. + * + * @param value + * allowed object is + * {@link AdapterFilter } + * + */ + public void setFilter(AdapterFilter value) { + this.filter = value; + } + + /** + * Gets the value of the maxMessages property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Integer }{@code >} + * + */ + public JAXBElement getMaxMessages() { + return maxMessages; + } + + /** + * Sets the value of the maxMessages property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Integer }{@code >} + * + */ + public void setMaxMessages(JAXBElement value) { + this.maxMessages = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageListResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageListResponse.java new file mode 100644 index 0000000..152ada7 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessageListResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}MessageSearchReturnValue"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getMessageListResponse") +public class GetMessageListResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected MessageSearchReturnValue response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link MessageSearchReturnValue } + * + */ + public MessageSearchReturnValue getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link MessageSearchReturnValue } + * + */ + public void setResponse(MessageSearchReturnValue value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessagesByKeys.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessagesByKeys.java new file mode 100644 index 0000000..332bdfd --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessagesByKeys.java @@ -0,0 +1,95 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="filter" type="{urn:java/lang}ArrayOfString"/>
+ *         <element name="maxMessages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "filter", + "maxMessages" +}) +@XmlRootElement(name = "getMessagesByKeys") +public class GetMessagesByKeys { + + @XmlElement(required = true, nillable = true) + protected ArrayOfString filter; + @XmlElementRef(name = "maxMessages", namespace = "urn:AdapterMessageMonitoringVi", type = JAXBElement.class) + protected JAXBElement maxMessages; + + /** + * Gets the value of the filter property. + * + * @return + * possible object is + * {@link ArrayOfString } + * + */ + public ArrayOfString getFilter() { + return filter; + } + + /** + * Sets the value of the filter property. + * + * @param value + * allowed object is + * {@link ArrayOfString } + * + */ + public void setFilter(ArrayOfString value) { + this.filter = value; + } + + /** + * Gets the value of the maxMessages property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Integer }{@code >} + * + */ + public JAXBElement getMaxMessages() { + return maxMessages; + } + + /** + * Sets the value of the maxMessages property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Integer }{@code >} + * + */ + public void setMaxMessages(JAXBElement value) { + this.maxMessages = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessagesByKeysResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessagesByKeysResponse.java new file mode 100644 index 0000000..bcdee44 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetMessagesByKeysResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}MessageSearchReturnValue"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getMessagesByKeysResponse") +public class GetMessagesByKeysResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected MessageSearchReturnValue response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link MessageSearchReturnValue } + * + */ + public MessageSearchReturnValue getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link MessageSearchReturnValue } + * + */ + public void setResponse(MessageSearchReturnValue value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetParties.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetParties.java new file mode 100644 index 0000000..5b1e0fd --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetParties.java @@ -0,0 +1,34 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getParties") +public class GetParties { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetPartiesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetPartiesResponse.java new file mode 100644 index 0000000..41a46b2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetPartiesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import data.api.mdt.aii.sap.com.ArrayOfMessageParty; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.api.data}ArrayOfMessageParty"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getPartiesResponse") +public class GetPartiesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfMessageParty response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfMessageParty } + * + */ + public ArrayOfMessageParty getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfMessageParty } + * + */ + public void setResponse(ArrayOfMessageParty value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetServices.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetServices.java new file mode 100644 index 0000000..e3b9641 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetServices.java @@ -0,0 +1,34 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getServices") +public class GetServices { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetServicesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetServicesResponse.java new file mode 100644 index 0000000..97d282c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetServicesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:java/lang}ArrayOfString"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getServicesResponse") +public class GetServicesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfString response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfString } + * + */ + public ArrayOfString getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfString } + * + */ + public void setResponse(ArrayOfString value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetStatusDetails.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetStatusDetails.java new file mode 100644 index 0000000..eddb423 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetStatusDetails.java @@ -0,0 +1,94 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; +import ws.adapterframework.server.mdt.aii.sap.com.Locale; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="errorCodes" type="{urn:java/lang}ArrayOfString"/>
+ *         <element name="locale" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}Locale"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "errorCodes", + "locale" +}) +@XmlRootElement(name = "getStatusDetails") +public class GetStatusDetails { + + @XmlElement(required = true, nillable = true) + protected ArrayOfString errorCodes; + @XmlElement(required = true, nillable = true) + protected Locale locale; + + /** + * Gets the value of the errorCodes property. + * + * @return + * possible object is + * {@link ArrayOfString } + * + */ + public ArrayOfString getErrorCodes() { + return errorCodes; + } + + /** + * Sets the value of the errorCodes property. + * + * @param value + * allowed object is + * {@link ArrayOfString } + * + */ + public void setErrorCodes(ArrayOfString value) { + this.errorCodes = value; + } + + /** + * Gets the value of the locale property. + * + * @return + * possible object is + * {@link Locale } + * + */ + public Locale getLocale() { + return locale; + } + + /** + * Sets the value of the locale property. + * + * @param value + * allowed object is + * {@link Locale } + * + */ + public void setLocale(Locale value) { + this.locale = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetStatusDetailsResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetStatusDetailsResponse.java new file mode 100644 index 0000000..e0a0186 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetStatusDetailsResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfStatusDetail; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfStatusDetail"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getStatusDetailsResponse") +public class GetStatusDetailsResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfStatusDetail response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfStatusDetail } + * + */ + public ArrayOfStatusDetail getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfStatusDetail } + * + */ + public void setResponse(ArrayOfStatusDetail value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchExtractors.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchExtractors.java new file mode 100644 index 0000000..bfb4908 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchExtractors.java @@ -0,0 +1,92 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "name", + "namespace" +}) +@XmlRootElement(name = "getUserDefinedSearchExtractors") +public class GetUserDefinedSearchExtractors { + + @XmlElement(required = true, nillable = true) + protected String name; + @XmlElement(required = true, nillable = true) + protected String namespace; + + /** + * Gets the value of the name property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setName(String value) { + this.name = value; + } + + /** + * Gets the value of the namespace property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getNamespace() { + return namespace; + } + + /** + * Sets the value of the namespace property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setNamespace(String value) { + this.namespace = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchExtractorsResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchExtractorsResponse.java new file mode 100644 index 0000000..e391d62 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchExtractorsResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfAttributeMetadata; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfAttributeMetadata"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getUserDefinedSearchExtractorsResponse") +public class GetUserDefinedSearchExtractorsResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfAttributeMetadata response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfAttributeMetadata } + * + */ + public ArrayOfAttributeMetadata getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfAttributeMetadata } + * + */ + public void setResponse(ArrayOfAttributeMetadata value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchFilters.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchFilters.java new file mode 100644 index 0000000..543654c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchFilters.java @@ -0,0 +1,34 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "getUserDefinedSearchFilters") +public class GetUserDefinedSearchFilters { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchFiltersResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchFiltersResponse.java new file mode 100644 index 0000000..5913ac4 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchFiltersResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import data.api.mdt.aii.sap.com.ArrayOfMessageInterface; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.api.data}ArrayOfMessageInterface"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getUserDefinedSearchFiltersResponse") +public class GetUserDefinedSearchFiltersResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected ArrayOfMessageInterface response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link ArrayOfMessageInterface } + * + */ + public ArrayOfMessageInterface getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link ArrayOfMessageInterface } + * + */ + public void setResponse(ArrayOfMessageInterface value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchMessages.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchMessages.java new file mode 100644 index 0000000..8875f3d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchMessages.java @@ -0,0 +1,152 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.AdapterFilter; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfBusinessAttribute; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="filter" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}AdapterFilter"/>
+ *         <element name="maxMessages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
+ *         <element name="attributes" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfBusinessAttribute"/>
+ *         <element name="operator" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "filter", + "maxMessages", + "attributes", + "operator" +}) +@XmlRootElement(name = "getUserDefinedSearchMessages") +public class GetUserDefinedSearchMessages { + + @XmlElement(required = true, nillable = true) + protected AdapterFilter filter; + @XmlElementRef(name = "maxMessages", namespace = "urn:AdapterMessageMonitoringVi", type = JAXBElement.class) + protected JAXBElement maxMessages; + @XmlElement(required = true, nillable = true) + protected ArrayOfBusinessAttribute attributes; + @XmlElement(required = true, nillable = true) + protected String operator; + + /** + * Gets the value of the filter property. + * + * @return + * possible object is + * {@link AdapterFilter } + * + */ + public AdapterFilter getFilter() { + return filter; + } + + /** + * Sets the value of the filter property. + * + * @param value + * allowed object is + * {@link AdapterFilter } + * + */ + public void setFilter(AdapterFilter value) { + this.filter = value; + } + + /** + * Gets the value of the maxMessages property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Integer }{@code >} + * + */ + public JAXBElement getMaxMessages() { + return maxMessages; + } + + /** + * Sets the value of the maxMessages property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Integer }{@code >} + * + */ + public void setMaxMessages(JAXBElement value) { + this.maxMessages = ((JAXBElement ) value); + } + + /** + * Gets the value of the attributes property. + * + * @return + * possible object is + * {@link ArrayOfBusinessAttribute } + * + */ + public ArrayOfBusinessAttribute getAttributes() { + return attributes; + } + + /** + * Sets the value of the attributes property. + * + * @param value + * allowed object is + * {@link ArrayOfBusinessAttribute } + * + */ + public void setAttributes(ArrayOfBusinessAttribute value) { + this.attributes = value; + } + + /** + * Gets the value of the operator property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getOperator() { + return operator; + } + + /** + * Sets the value of the operator property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setOperator(String value) { + this.operator = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchMessagesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchMessagesResponse.java new file mode 100644 index 0000000..4ed899a --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/GetUserDefinedSearchMessagesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}MessageSearchReturnValue"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "getUserDefinedSearchMessagesResponse") +public class GetUserDefinedSearchMessagesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected MessageSearchReturnValue response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link MessageSearchReturnValue } + * + */ + public MessageSearchReturnValue getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link MessageSearchReturnValue } + * + */ + public void setResponse(MessageSearchReturnValue value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ObjectFactory.java new file mode 100644 index 0000000..c0d6abf --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ObjectFactory.java @@ -0,0 +1,362 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.Locale; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the adaptermessagemonitoringvi package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + private final static QName _GetLogEntriesLocale_QNAME = new QName("urn:AdapterMessageMonitoringVi", "locale"); + private final static QName _GetUserDefinedSearchMessagesMaxMessages_QNAME = new QName("urn:AdapterMessageMonitoringVi", "maxMessages"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: adaptermessagemonitoringvi + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link GetUserDefinedSearchFilters } + * + */ + public GetUserDefinedSearchFilters createGetUserDefinedSearchFilters() { + return new GetUserDefinedSearchFilters(); + } + + /** + * Create an instance of {@link GetLogEntries } + * + */ + public GetLogEntries createGetLogEntries() { + return new GetLogEntries(); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringBooleanResponse } + * + */ + public GetMessageBytesJavaLangStringBooleanResponse createGetMessageBytesJavaLangStringBooleanResponse() { + return new GetMessageBytesJavaLangStringBooleanResponse(); + } + + /** + * Create an instance of {@link GetInterfacesResponse } + * + */ + public GetInterfacesResponse createGetInterfacesResponse() { + return new GetInterfacesResponse(); + } + + /** + * Create an instance of {@link GetStatusDetails } + * + */ + public GetStatusDetails createGetStatusDetails() { + return new GetStatusDetails(); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringIntBoolean } + * + */ + public GetMessageBytesJavaLangStringIntBoolean createGetMessageBytesJavaLangStringIntBoolean() { + return new GetMessageBytesJavaLangStringIntBoolean(); + } + + /** + * Create an instance of {@link GetAllAvailableStatusDetails } + * + */ + public GetAllAvailableStatusDetails createGetAllAvailableStatusDetails() { + return new GetAllAvailableStatusDetails(); + } + + /** + * Create an instance of {@link GetInterfaces } + * + */ + public GetInterfaces createGetInterfaces() { + return new GetInterfaces(); + } + + /** + * Create an instance of {@link ResendMessagesResponse } + * + */ + public ResendMessagesResponse createResendMessagesResponse() { + return new ResendMessagesResponse(); + } + + /** + * Create an instance of {@link GetMessagesByKeys } + * + */ + public GetMessagesByKeys createGetMessagesByKeys() { + return new GetMessagesByKeys(); + } + + /** + * Create an instance of {@link GetLogEntriesResponse } + * + */ + public GetLogEntriesResponse createGetLogEntriesResponse() { + return new GetLogEntriesResponse(); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringIntBooleanResponse } + * + */ + public GetMessageBytesJavaLangStringIntBooleanResponse createGetMessageBytesJavaLangStringIntBooleanResponse() { + return new GetMessageBytesJavaLangStringIntBooleanResponse(); + } + + /** + * Create an instance of {@link GetAllAvailableStatusDetailsResponse } + * + */ + public GetAllAvailableStatusDetailsResponse createGetAllAvailableStatusDetailsResponse() { + return new GetAllAvailableStatusDetailsResponse(); + } + + /** + * Create an instance of {@link GetParties } + * + */ + public GetParties createGetParties() { + return new GetParties(); + } + + /** + * Create an instance of {@link GetIntegrationFlows } + * + */ + public GetIntegrationFlows createGetIntegrationFlows() { + return new GetIntegrationFlows(); + } + + /** + * Create an instance of {@link GetServices } + * + */ + public GetServices createGetServices() { + return new GetServices(); + } + + /** + * Create an instance of {@link GetConnectionsResponse } + * + */ + public GetConnectionsResponse createGetConnectionsResponse() { + return new GetConnectionsResponse(); + } + + /** + * Create an instance of {@link GetPartiesResponse } + * + */ + public GetPartiesResponse createGetPartiesResponse() { + return new GetPartiesResponse(); + } + + /** + * Create an instance of {@link GetStatusDetailsResponse } + * + */ + public GetStatusDetailsResponse createGetStatusDetailsResponse() { + return new GetStatusDetailsResponse(); + } + + /** + * Create an instance of {@link ResendMessages } + * + */ + public ResendMessages createResendMessages() { + return new ResendMessages(); + } + + /** + * Create an instance of {@link GetMessageList } + * + */ + public GetMessageList createGetMessageList() { + return new GetMessageList(); + } + + /** + * Create an instance of {@link GetErrorCodes } + * + */ + public GetErrorCodes createGetErrorCodes() { + return new GetErrorCodes(); + } + + /** + * Create an instance of {@link GetUserDefinedSearchExtractorsResponse } + * + */ + public GetUserDefinedSearchExtractorsResponse createGetUserDefinedSearchExtractorsResponse() { + return new GetUserDefinedSearchExtractorsResponse(); + } + + /** + * Create an instance of {@link GetServicesResponse } + * + */ + public GetServicesResponse createGetServicesResponse() { + return new GetServicesResponse(); + } + + /** + * Create an instance of {@link GetErrorCodesResponse } + * + */ + public GetErrorCodesResponse createGetErrorCodesResponse() { + return new GetErrorCodesResponse(); + } + + /** + * Create an instance of {@link GetMessageListResponse } + * + */ + public GetMessageListResponse createGetMessageListResponse() { + return new GetMessageListResponse(); + } + + /** + * Create an instance of {@link GetConnections } + * + */ + public GetConnections createGetConnections() { + return new GetConnections(); + } + + /** + * Create an instance of {@link GetUserDefinedSearchMessagesResponse } + * + */ + public GetUserDefinedSearchMessagesResponse createGetUserDefinedSearchMessagesResponse() { + return new GetUserDefinedSearchMessagesResponse(); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringBoolean } + * + */ + public GetMessageBytesJavaLangStringBoolean createGetMessageBytesJavaLangStringBoolean() { + return new GetMessageBytesJavaLangStringBoolean(); + } + + /** + * Create an instance of {@link GetUserDefinedSearchMessages } + * + */ + public GetUserDefinedSearchMessages createGetUserDefinedSearchMessages() { + return new GetUserDefinedSearchMessages(); + } + + /** + * Create an instance of {@link GetIntegrationFlowsResponse } + * + */ + public GetIntegrationFlowsResponse createGetIntegrationFlowsResponse() { + return new GetIntegrationFlowsResponse(); + } + + /** + * Create an instance of {@link GetMessagesByKeysResponse } + * + */ + public GetMessagesByKeysResponse createGetMessagesByKeysResponse() { + return new GetMessagesByKeysResponse(); + } + + /** + * Create an instance of {@link CancelMessages } + * + */ + public CancelMessages createCancelMessages() { + return new CancelMessages(); + } + + /** + * Create an instance of {@link GetUserDefinedSearchExtractors } + * + */ + public GetUserDefinedSearchExtractors createGetUserDefinedSearchExtractors() { + return new GetUserDefinedSearchExtractors(); + } + + /** + * Create an instance of {@link GetUserDefinedSearchFiltersResponse } + * + */ + public GetUserDefinedSearchFiltersResponse createGetUserDefinedSearchFiltersResponse() { + return new GetUserDefinedSearchFiltersResponse(); + } + + /** + * Create an instance of {@link CancelMessagesResponse } + * + */ + public CancelMessagesResponse createCancelMessagesResponse() { + return new CancelMessagesResponse(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Locale }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringVi", name = "locale", scope = GetLogEntries.class) + public JAXBElement createGetLogEntriesLocale(Locale value) { + return new JAXBElement(_GetLogEntriesLocale_QNAME, Locale.class, GetLogEntries.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringVi", name = "maxMessages", scope = GetUserDefinedSearchMessages.class) + public JAXBElement createGetUserDefinedSearchMessagesMaxMessages(Integer value) { + return new JAXBElement(_GetUserDefinedSearchMessagesMaxMessages_QNAME, Integer.class, GetUserDefinedSearchMessages.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringVi", name = "maxMessages", scope = GetMessagesByKeys.class) + public JAXBElement createGetMessagesByKeysMaxMessages(Integer value) { + return new JAXBElement(_GetUserDefinedSearchMessagesMaxMessages_QNAME, Integer.class, GetMessagesByKeys.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringVi", name = "maxMessages", scope = GetMessageList.class) + public JAXBElement createGetMessageListMaxMessages(Integer value) { + return new JAXBElement(_GetUserDefinedSearchMessagesMaxMessages_QNAME, Integer.class, GetMessageList.class, value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ResendMessages.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ResendMessages.java new file mode 100644 index 0000000..6444aea --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ResendMessages.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="messageKeys" type="{urn:java/lang}ArrayOfString"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "messageKeys" +}) +@XmlRootElement(name = "resendMessages") +public class ResendMessages { + + @XmlElement(required = true, nillable = true) + protected ArrayOfString messageKeys; + + /** + * Gets the value of the messageKeys property. + * + * @return + * possible object is + * {@link ArrayOfString } + * + */ + public ArrayOfString getMessageKeys() { + return messageKeys; + } + + /** + * Sets the value of the messageKeys property. + * + * @param value + * allowed object is + * {@link ArrayOfString } + * + */ + public void setMessageKeys(ArrayOfString value) { + this.messageKeys = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ResendMessagesResponse.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ResendMessagesResponse.java new file mode 100644 index 0000000..2444372 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/ResendMessagesResponse.java @@ -0,0 +1,65 @@ + +package adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlRootElement; +import javax.xml.bind.annotation.XmlType; +import ws.adapterframework.server.mdt.aii.sap.com.AdminActionResultMap; + + +/** + *

Java class for anonymous complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Response" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}AdminActionResultMap"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "response" +}) +@XmlRootElement(name = "resendMessagesResponse") +public class ResendMessagesResponse { + + @XmlElement(name = "Response", required = true, nillable = true) + protected AdminActionResultMap response; + + /** + * Gets the value of the response property. + * + * @return + * possible object is + * {@link AdminActionResultMap } + * + */ + public AdminActionResultMap getResponse() { + return response; + } + + /** + * Sets the value of the response property. + * + * @param value + * allowed object is + * {@link AdminActionResultMap } + * + */ + public void setResponse(AdminActionResultMap value) { + this.response = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/package-info.java new file mode 100644 index 0000000..c64d12c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringvi/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:AdapterMessageMonitoringVi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +package adaptermessagemonitoringvi; diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/AdapterMessageMonitoring.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/AdapterMessageMonitoring.java new file mode 100644 index 0000000..f66b472 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/AdapterMessageMonitoring.java @@ -0,0 +1,43 @@ +package adaptermessagemonitoringwsd; + +/** + * Service implementation of {AdapterMessageMonitoring} (generated by SAP WSDL to Java generator). + */ +@javax.xml.ws.WebServiceClient(name = "AdapterMessageMonitoring", targetNamespace = "urn:AdapterMessageMonitoringWsd", wsdlLocation = "META-INF/wsdl/rootwsdl_AdapterMessageMonitoring/rootwsdl_AdapterMessageMonitoring.wsdl") +public class AdapterMessageMonitoring extends javax.xml.ws.Service { + + private final static java.net.URL ADAPTERMESSAGEMONITORING_WSDL_LOCATION = null; + /** + * Default service constructor. + */ + public AdapterMessageMonitoring() throws java.net.MalformedURLException { + super(ADAPTERMESSAGEMONITORING_WSDL_LOCATION, new javax.xml.namespace.QName("urn:AdapterMessageMonitoringWsd", "AdapterMessageMonitoring")); + } + public AdapterMessageMonitoring(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName) { + super(wsdlLocation, serviceName); + } + /** + * Get method for webservice port [basicPort]. + */ + @javax.xml.ws.WebEndpoint(name = "basicPort") + public adaptermessagemonitoringwsd.AdapterMessageMonitoringVi getBasicPort() { + javax.xml.namespace.QName portName = new javax.xml.namespace.QName("urn:AdapterMessageMonitoringWsd","basicPort"); + return (adaptermessagemonitoringwsd.AdapterMessageMonitoringVi) super.getPort(portName,adaptermessagemonitoringwsd.AdapterMessageMonitoringVi.class); + } + /** + * Get method for webservice port [sslPort]. + */ + @javax.xml.ws.WebEndpoint(name = "sslPort") + public adaptermessagemonitoringwsd.AdapterMessageMonitoringVi getSslPort() { + javax.xml.namespace.QName portName = new javax.xml.namespace.QName("urn:AdapterMessageMonitoringWsd","sslPort"); + return (adaptermessagemonitoringwsd.AdapterMessageMonitoringVi) super.getPort(portName,adaptermessagemonitoringwsd.AdapterMessageMonitoringVi.class); + } + /** + * Get method for webservice port [clientCertPort]. + */ + @javax.xml.ws.WebEndpoint(name = "clientCertPort") + public adaptermessagemonitoringwsd.AdapterMessageMonitoringVi getClientCertPort() { + javax.xml.namespace.QName portName = new javax.xml.namespace.QName("urn:AdapterMessageMonitoringWsd","clientCertPort"); + return (adaptermessagemonitoringwsd.AdapterMessageMonitoringVi) super.getPort(portName,adaptermessagemonitoringwsd.AdapterMessageMonitoringVi.class); + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/AdapterMessageMonitoringVi.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/AdapterMessageMonitoringVi.java new file mode 100644 index 0000000..b926c6f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/AdapterMessageMonitoringVi.java @@ -0,0 +1,172 @@ +package adaptermessagemonitoringwsd; + +/** + * Service Endpoint Interface (generated by SAP WSDL to Java generator). + */ +@javax.jws.WebService(name = "AdapterMessageMonitoringVi", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi") +@javax.jws.soap.SOAPBinding(parameterStyle = javax.jws.soap.SOAPBinding.ParameterStyle.WRAPPED, style = javax.jws.soap.SOAPBinding.Style.DOCUMENT, use = javax.jws.soap.SOAPBinding.Use.LITERAL) +public interface AdapterMessageMonitoringVi { + + /** + * Java representation of web method [cancelMessages]. + */ + @javax.jws.WebMethod(operationName = "cancelMessages") + @javax.xml.ws.RequestWrapper(localName = "cancelMessages", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.CancelMessages") + @javax.xml.ws.ResponseWrapper(localName = "cancelMessagesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.CancelMessagesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.AdminActionResultMap cancelMessages(@javax.jws.WebParam(name = "messageKeys", targetNamespace = "urn:AdapterMessageMonitoringVi") lang.java2.ArrayOfString messageKeys) throws adaptermessagemonitoringwsd.CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc,adaptermessagemonitoringwsd.CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + /** + * Java representation of web method [getConnections]. + */ + @javax.jws.WebMethod(operationName = "getConnections") + @javax.xml.ws.RequestWrapper(localName = "getConnections", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetConnections") + @javax.xml.ws.ResponseWrapper(localName = "getConnectionsResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetConnectionsResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public lang.java2.ArrayOfString getConnections() throws adaptermessagemonitoringwsd.GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getInterfaces]. + */ + @javax.jws.WebMethod(operationName = "getInterfaces") + @javax.xml.ws.RequestWrapper(localName = "getInterfaces", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetInterfaces") + @javax.xml.ws.ResponseWrapper(localName = "getInterfacesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetInterfacesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public data.api.mdt.aii.sap.com.ArrayOfMessageInterface getInterfaces() throws adaptermessagemonitoringwsd.GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getUserDefinedSearchFilters]. + */ + @javax.jws.WebMethod(operationName = "getUserDefinedSearchFilters") + @javax.xml.ws.RequestWrapper(localName = "getUserDefinedSearchFilters", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetUserDefinedSearchFilters") + @javax.xml.ws.ResponseWrapper(localName = "getUserDefinedSearchFiltersResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetUserDefinedSearchFiltersResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public data.api.mdt.aii.sap.com.ArrayOfMessageInterface getUserDefinedSearchFilters() throws adaptermessagemonitoringwsd.GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getUserDefinedSearchExtractors]. + */ + @javax.jws.WebMethod(operationName = "getUserDefinedSearchExtractors") + @javax.xml.ws.RequestWrapper(localName = "getUserDefinedSearchExtractors", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetUserDefinedSearchExtractors") + @javax.xml.ws.ResponseWrapper(localName = "getUserDefinedSearchExtractorsResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetUserDefinedSearchExtractorsResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.ArrayOfAttributeMetadata getUserDefinedSearchExtractors(@javax.jws.WebParam(name = "name", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.String name, @javax.jws.WebParam(name = "namespace", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.String namespace) throws adaptermessagemonitoringwsd.GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getMessageBytesJavaLangStringBoolean]. + */ + @javax.jws.WebMethod(operationName = "getMessageBytesJavaLangStringBoolean") + @javax.xml.ws.RequestWrapper(localName = "getMessageBytesJavaLangStringBoolean", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessageBytesJavaLangStringBoolean") + @javax.xml.ws.ResponseWrapper(localName = "getMessageBytesJavaLangStringBooleanResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessageBytesJavaLangStringBooleanResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public byte[] getMessageBytesJavaLangStringBoolean(@javax.jws.WebParam(name = "messageKey", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.String messageKey, @javax.jws.WebParam(name = "archive", targetNamespace = "urn:AdapterMessageMonitoringVi") boolean archive) throws adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc,adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + /** + * Java representation of web method [getMessageBytesJavaLangStringIntBoolean]. + */ + @javax.jws.WebMethod(operationName = "getMessageBytesJavaLangStringIntBoolean") + @javax.xml.ws.RequestWrapper(localName = "getMessageBytesJavaLangStringIntBoolean", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessageBytesJavaLangStringIntBoolean") + @javax.xml.ws.ResponseWrapper(localName = "getMessageBytesJavaLangStringIntBooleanResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessageBytesJavaLangStringIntBooleanResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public byte[] getMessageBytesJavaLangStringIntBoolean(@javax.jws.WebParam(name = "messageKey", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.String messageKey, @javax.jws.WebParam(name = "version", targetNamespace = "urn:AdapterMessageMonitoringVi") int version, @javax.jws.WebParam(name = "archive", targetNamespace = "urn:AdapterMessageMonitoringVi") boolean archive) throws adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc,adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + /** + * Java representation of web method [getMessageList]. + */ + @javax.jws.WebMethod(operationName = "getMessageList") + @javax.xml.ws.RequestWrapper(localName = "getMessageList", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessageList") + @javax.xml.ws.ResponseWrapper(localName = "getMessageListResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessageListResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue getMessageList(@javax.jws.WebParam(name = "filter", targetNamespace = "urn:AdapterMessageMonitoringVi") ws.adapterframework.server.mdt.aii.sap.com.AdapterFilter filter, @javax.jws.WebParam(name = "maxMessages", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.Integer maxMessages) throws adaptermessagemonitoringwsd.GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getUserDefinedSearchMessages]. + */ + @javax.jws.WebMethod(operationName = "getUserDefinedSearchMessages") + @javax.xml.ws.RequestWrapper(localName = "getUserDefinedSearchMessages", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetUserDefinedSearchMessages") + @javax.xml.ws.ResponseWrapper(localName = "getUserDefinedSearchMessagesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetUserDefinedSearchMessagesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue getUserDefinedSearchMessages(@javax.jws.WebParam(name = "filter", targetNamespace = "urn:AdapterMessageMonitoringVi") ws.adapterframework.server.mdt.aii.sap.com.AdapterFilter filter, @javax.jws.WebParam(name = "maxMessages", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.Integer maxMessages, @javax.jws.WebParam(name = "attributes", targetNamespace = "urn:AdapterMessageMonitoringVi") ws.adapterframework.server.mdt.aii.sap.com.ArrayOfBusinessAttribute attributes, @javax.jws.WebParam(name = "operator", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.String operator) throws adaptermessagemonitoringwsd.GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getMessagesByKeys]. + */ + @javax.jws.WebMethod(operationName = "getMessagesByKeys") + @javax.xml.ws.RequestWrapper(localName = "getMessagesByKeys", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessagesByKeys") + @javax.xml.ws.ResponseWrapper(localName = "getMessagesByKeysResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetMessagesByKeysResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue getMessagesByKeys(@javax.jws.WebParam(name = "filter", targetNamespace = "urn:AdapterMessageMonitoringVi") lang.java2.ArrayOfString filter, @javax.jws.WebParam(name = "maxMessages", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.Integer maxMessages) throws adaptermessagemonitoringwsd.GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getLogEntries]. + */ + @javax.jws.WebMethod(operationName = "getLogEntries") + @javax.xml.ws.RequestWrapper(localName = "getLogEntries", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetLogEntries") + @javax.xml.ws.ResponseWrapper(localName = "getLogEntriesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetLogEntriesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public data.api.mdt.aii.sap.com.ArrayOfAuditLogEntryData getLogEntries(@javax.jws.WebParam(name = "messageKey", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.String messageKey, @javax.jws.WebParam(name = "archive", targetNamespace = "urn:AdapterMessageMonitoringVi") boolean archive, @javax.jws.WebParam(name = "maxResults", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.Integer maxResults, @javax.jws.WebParam(name = "locale", targetNamespace = "urn:AdapterMessageMonitoringVi") ws.adapterframework.server.mdt.aii.sap.com.Locale locale, @javax.jws.WebParam(name = "olderThan", targetNamespace = "urn:AdapterMessageMonitoringVi") javax.xml.datatype.XMLGregorianCalendar olderThan) throws adaptermessagemonitoringwsd.GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc,adaptermessagemonitoringwsd.GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + /** + * Java representation of web method [getParties]. + */ + @javax.jws.WebMethod(operationName = "getParties") + @javax.xml.ws.RequestWrapper(localName = "getParties", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetParties") + @javax.xml.ws.ResponseWrapper(localName = "getPartiesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetPartiesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public data.api.mdt.aii.sap.com.ArrayOfMessageParty getParties() throws adaptermessagemonitoringwsd.GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getServices]. + */ + @javax.jws.WebMethod(operationName = "getServices") + @javax.xml.ws.RequestWrapper(localName = "getServices", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetServices") + @javax.xml.ws.ResponseWrapper(localName = "getServicesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetServicesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public lang.java2.ArrayOfString getServices() throws adaptermessagemonitoringwsd.GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [resendMessages]. + */ + @javax.jws.WebMethod(operationName = "resendMessages") + @javax.xml.ws.RequestWrapper(localName = "resendMessages", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.ResendMessages") + @javax.xml.ws.ResponseWrapper(localName = "resendMessagesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.ResendMessagesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.AdminActionResultMap resendMessages(@javax.jws.WebParam(name = "messageKeys", targetNamespace = "urn:AdapterMessageMonitoringVi") lang.java2.ArrayOfString messageKeys) throws adaptermessagemonitoringwsd.ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc,adaptermessagemonitoringwsd.ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + /** + * Java representation of web method [getStatusDetails]. + */ + @javax.jws.WebMethod(operationName = "getStatusDetails") + @javax.xml.ws.RequestWrapper(localName = "getStatusDetails", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetStatusDetails") + @javax.xml.ws.ResponseWrapper(localName = "getStatusDetailsResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetStatusDetailsResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.ArrayOfStatusDetail getStatusDetails(@javax.jws.WebParam(name = "errorCodes", targetNamespace = "urn:AdapterMessageMonitoringVi") lang.java2.ArrayOfString errorCodes, @javax.jws.WebParam(name = "locale", targetNamespace = "urn:AdapterMessageMonitoringVi") ws.adapterframework.server.mdt.aii.sap.com.Locale locale) throws adaptermessagemonitoringwsd.GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getAllAvailableStatusDetails]. + */ + @javax.jws.WebMethod(operationName = "getAllAvailableStatusDetails") + @javax.xml.ws.RequestWrapper(localName = "getAllAvailableStatusDetails", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetAllAvailableStatusDetails") + @javax.xml.ws.ResponseWrapper(localName = "getAllAvailableStatusDetailsResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetAllAvailableStatusDetailsResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.ArrayOfStatusDetail getAllAvailableStatusDetails(@javax.jws.WebParam(name = "locale", targetNamespace = "urn:AdapterMessageMonitoringVi") ws.adapterframework.server.mdt.aii.sap.com.Locale locale) throws adaptermessagemonitoringwsd.GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getErrorCodes]. + */ + @javax.jws.WebMethod(operationName = "getErrorCodes") + @javax.xml.ws.RequestWrapper(localName = "getErrorCodes", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetErrorCodes") + @javax.xml.ws.ResponseWrapper(localName = "getErrorCodesResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetErrorCodesResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public lang.java2.ArrayOfString getErrorCodes(@javax.jws.WebParam(name = "errorLabelID", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.Integer errorLabelID) throws adaptermessagemonitoringwsd.GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + /** + * Java representation of web method [getIntegrationFlows]. + */ + @javax.jws.WebMethod(operationName = "getIntegrationFlows") + @javax.xml.ws.RequestWrapper(localName = "getIntegrationFlows", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetIntegrationFlows") + @javax.xml.ws.ResponseWrapper(localName = "getIntegrationFlowsResponse", targetNamespace = "urn:AdapterMessageMonitoringVi", className = "adaptermessagemonitoringvi.GetIntegrationFlowsResponse") + @javax.jws.WebResult(name = "Response", targetNamespace = "urn:AdapterMessageMonitoringVi") + public ws.adapterframework.server.mdt.aii.sap.com.ArrayOfIntegrationFlow getIntegrationFlows(@javax.jws.WebParam(name = "language", targetNamespace = "urn:AdapterMessageMonitoringVi") java.lang.String language) throws adaptermessagemonitoringwsd.GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java new file mode 100644 index 0000000..0608e5d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "cancelMessages_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException") +public class CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException _CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + public CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo){ + super(message); + this._CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo, Throwable cause){ + super(message, cause); + this._CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException getFaultInfo(){ + return this._CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..7537d8f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "cancelMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..79a3d90 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getAllAvailableStatusDetails_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..925a083 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getConnections_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..14acb0a --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getErrorCodes_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..168a895 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getIntegrationFlows_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..eeaed16 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getInterfaces_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java new file mode 100644 index 0000000..32692c8 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getLogEntries_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException") +public class GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException _GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + public GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo){ + super(message); + this._GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo, Throwable cause){ + super(message, cause); + this._GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException getFaultInfo(){ + return this._GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..4e411d8 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getLogEntries_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java new file mode 100644 index 0000000..02e101e --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getMessageBytesJavaLangStringBoolean_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException") +public class GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException _GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + public GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo){ + super(message); + this._GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo, Throwable cause){ + super(message, cause); + this._GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException getFaultInfo(){ + return this._GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..797fa6d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getMessageBytesJavaLangStringBoolean_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java new file mode 100644 index 0000000..741238c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getMessageBytesJavaLangStringIntBoolean_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException") +public class GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException _GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + public GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo){ + super(message); + this._GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo, Throwable cause){ + super(message, cause); + this._GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException getFaultInfo(){ + return this._GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..b9080ea --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getMessageBytesJavaLangStringIntBoolean_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..c473fef --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getMessageList_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..7ec8cf9 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getMessagesByKeys_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..8611c92 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getParties_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..202bf52 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getServices_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..b67f083 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getStatusDetails_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..7c1e33c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getUserDefinedSearchExtractors_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..70b9dc8 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getUserDefinedSearchFilters_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..f2ef720 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "getUserDefinedSearchMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java new file mode 100644 index 0000000..3af7497 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "resendMessages_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException") +public class ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException _ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + + public ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo){ + super(message); + this._ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException faultInfo, Throwable cause){ + super(message, cause); + this._ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException getFaultInfo(){ + return this._ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java new file mode 100644 index 0000000..539b6a9 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc.java @@ -0,0 +1,25 @@ +package adaptermessagemonitoringwsd; + +/** + * Exception class for service fault. + */ +@javax.xml.ws.WebFault(name = "resendMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException", targetNamespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", faultBean = "ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException") +public class ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc extends java.lang.Exception { + + private ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException _ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + + public ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo){ + super(message); + this._ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc(String message, ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException faultInfo, Throwable cause){ + super(message, cause); + this._ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc = faultInfo; + } + + public ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException getFaultInfo(){ + return this._ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java new file mode 100644 index 0000000..4a760ad --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException; + +public class CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "cancelMessages_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException"); + + public CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + super(NAME, ((Class) InvalidKeyException.class), null, value); + } + + public CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException() { + super(NAME, ((Class) InvalidKeyException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..bc1780f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "cancelMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..09556b1 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getAllAvailableStatusDetails_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..9425ae2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getConnections_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..89f7171 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getErrorCodes_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..bfc607d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getIntegrationFlows_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..7a5c0a9 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getInterfaces_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java new file mode 100644 index 0000000..1f5e800 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException; + +public class GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getLogEntries_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException"); + + public GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + super(NAME, ((Class) InvalidKeyException.class), null, value); + } + + public GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException() { + super(NAME, ((Class) InvalidKeyException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..09ffdbe --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getLogEntries_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java new file mode 100644 index 0000000..dd5651e --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException; + +public class GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getMessageBytesJavaLangStringBoolean_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException"); + + public GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + super(NAME, ((Class) InvalidKeyException.class), null, value); + } + + public GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException() { + super(NAME, ((Class) InvalidKeyException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..4c61737 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getMessageBytesJavaLangStringBoolean_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java new file mode 100644 index 0000000..02ee2f7 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException; + +public class GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getMessageBytesJavaLangStringIntBoolean_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException"); + + public GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + super(NAME, ((Class) InvalidKeyException.class), null, value); + } + + public GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException() { + super(NAME, ((Class) InvalidKeyException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..b126d3f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getMessageBytesJavaLangStringIntBoolean_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..e96c20d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getMessageList_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..22b4cd7 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getMessagesByKeys_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..810a99c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getParties_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..b32c9c1 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getServices_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..971d257 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getStatusDetails_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..29efe65 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getUserDefinedSearchExtractors_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..3204cd0 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getUserDefinedSearchFilters_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..e0202ce --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "getUserDefinedSearchMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ObjectFactory.java new file mode 100644 index 0000000..149a96a --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ObjectFactory.java @@ -0,0 +1,242 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the adaptermessagemonitoringwsd.adaptermessagemonitoringvi package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: adaptermessagemonitoringwsd.adaptermessagemonitoringvi + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getInterfaces_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetInterfaces_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getMessageBytesJavaLangStringIntBoolean_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException") + public GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException createGetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + return new GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(value); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getMessageBytesJavaLangStringIntBoolean_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetMessageBytesJavaLangStringIntBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "resendMessages_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException") + public ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException createResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + return new ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(value); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getMessageBytesJavaLangStringBoolean_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException") + public GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException createGetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + return new GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(value); + } + + /** + * Create an instance of {@link GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getStatusDetails_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getServices_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetServices_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getIntegrationFlows_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetIntegrationFlows_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getParties_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetParties_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getConnections_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetConnections_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "resendMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getLogEntries_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getErrorCodes_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetErrorCodes_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "cancelMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createCancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new CancelMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getMessagesByKeys_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetMessagesByKeys_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getUserDefinedSearchMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetUserDefinedSearchMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getMessageList_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetMessageList_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getLogEntries_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException") + public GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException createGetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + return new GetLogEntries_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(value); + } + + /** + * Create an instance of {@link GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getMessageBytesJavaLangStringBoolean_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetMessageBytesJavaLangStringBoolean_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getAllAvailableStatusDetails_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetAllAvailableStatusDetails_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getUserDefinedSearchFilters_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetUserDefinedSearchFilters_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "getUserDefinedSearchExtractors_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException") + public GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException createGetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + return new GetUserDefinedSearchExtractors_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(value); + } + + /** + * Create an instance of {@link CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException }} + * + */ + @XmlElementDecl(namespace = "urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", name = "cancelMessages_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException") + public CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException createCancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + return new CancelMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java new file mode 100644 index 0000000..cd758c5 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.InvalidKeyException; + +public class ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "resendMessages_com.sap.aii.mdt.server.adapterframework.ws.InvalidKeyException"); + + public ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException(InvalidKeyException value) { + super(NAME, ((Class) InvalidKeyException.class), null, value); + } + + public ResendMessages_ComSapAiiMdtServerAdapterframeworkWsInvalidKeyException() { + super(NAME, ((Class) InvalidKeyException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java new file mode 100644 index 0000000..c4a55b3 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/adaptermessagemonitoringwsd/adaptermessagemonitoringvi/ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException.java @@ -0,0 +1,22 @@ + +package adaptermessagemonitoringwsd.adaptermessagemonitoringvi; + +import javax.xml.bind.JAXBElement; +import javax.xml.namespace.QName; +import ws.adapterframework.server.mdt.aii.sap.com.OperationFailedException; + +public class ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException + extends JAXBElement +{ + + protected final static QName NAME = new QName("urn:AdapterMessageMonitoringWsd/AdapterMessageMonitoringVi", "resendMessages_com.sap.aii.mdt.server.adapterframework.ws.OperationFailedException"); + + public ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException(OperationFailedException value) { + super(NAME, ((Class) OperationFailedException.class), null, value); + } + + public ResendMessages_ComSapAiiMdtServerAdapterframeworkWsOperationFailedException() { + super(NAME, ((Class) OperationFailedException.class), null, null); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/PIMessage.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/PIMessage.java new file mode 100644 index 0000000..06c5b14 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/PIMessage.java @@ -0,0 +1,138 @@ +package au.com.jaylin.persistence; + +import javax.persistence.*; +import java.lang.String; +import java.util.Date; +import javax.persistence.NamedQueries; +import javax.persistence.NamedQuery; + +@NamedQueries( { @NamedQuery(name = "PIMessage.findById", query = "SELECT t FROM PIMessage t WHERE t.id = :id"), @NamedQuery(name = "PIMessage.findByIflow", query = "SELECT t FROM PIMessage t WHERE t.iflow = :iflow"), @NamedQuery(name = "PIMessage.findBySender_party", query = "SELECT t FROM PIMessage t WHERE t.sender_party = :sender_party"), @NamedQuery(name = "PIMessage.findBySender_name", query = "SELECT t FROM PIMessage t WHERE t.sender_name = :sender_name"), @NamedQuery(name = "PIMessage.findBySender_namespace", query = "SELECT t FROM PIMessage t WHERE t.sender_namespace = :sender_namespace"), @NamedQuery(name = "PIMessage.findBySender_interface", query = "SELECT t FROM PIMessage t WHERE t.sender_interface = :sender_interface"), @NamedQuery(name = "PIMessage.findByStatus", query = "SELECT t FROM PIMessage t WHERE t.status = :status"), @NamedQuery(name = "PIMessage.findByMessage_key", query = "SELECT t FROM PIMessage t WHERE t.message_key = :message_key"), @NamedQuery(name = "PIMessage.findByRef_id", query = "SELECT t FROM PIMessage t WHERE t.ref_id = :ref_id"), @NamedQuery(name = "PIMessage.findByPayload", query = "SELECT t FROM PIMessage t WHERE t.payload = :payload"), @NamedQuery(name = "PIMessage.findByEnd_time", query = "SELECT t FROM PIMessage t WHERE t.end_time = :end_time"), @NamedQuery(name = "PIMessage.findByStart_time", query = "SELECT t FROM PIMessage t WHERE t.start_time = :start_time") }) +@Entity(name = "PIMessage") +@Table(name = "Z_PIMESSAGE") +public class PIMessage { + + @Id + private String id; + @Basic + private String iflow; + @Basic + private String sender_party; + @Basic + private String sender_name; + @Basic + private String sender_namespace; + @Basic + private String sender_interface; + @Basic + private String status; + @Basic + private String message_key; + @Basic + private String ref_id; + @Basic + @Lob + private String payload; + @Basic + @Temporal(TemporalType.TIMESTAMP) + private Date end_time; + @Basic + @Temporal(TemporalType.TIMESTAMP) + private Date start_time; + + public void setId(String param) { + this.id = param; + } + + public String getId() { + return id; + } + + public void setIflow(String param) { + this.iflow = param; + } + + public String getIflow() { + return iflow; + } + + public void setSender_party(String param) { + this.sender_party = param; + } + + public String getSender_party() { + return sender_party; + } + + public void setSender_name(String param) { + this.sender_name = param; + } + + public String getSender_name() { + return sender_name; + } + + public void setSender_namespace(String param) { + this.sender_namespace = param; + } + + public String getSender_namespace() { + return sender_namespace; + } + + public void setSender_interface(String param) { + this.sender_interface = param; + } + + public String getSender_interface() { + return sender_interface; + } + + public void setStatus(String param) { + this.status = param; + } + + public String getStatus() { + return status; + } + + public void setMessage_key(String param) { + this.message_key = param; + } + + public String getMessage_key() { + return message_key; + } + + public void setRef_id(String param) { + this.ref_id = param; + } + + public String getRef_id() { + return ref_id; + } + + public void setPayload(String param) { + this.payload = param; + } + + public String getPayload() { + return payload; + } + + public void setEnd_time(Date param) { + this.end_time = param; + } + + public Date getEnd_time() { + return end_time; + } + + public void setStart_time(Date param) { + this.start_time = param; + } + + public Date getStart_time() { + return start_time; + } + +} \ No newline at end of file diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ApplicationProperties.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ApplicationProperties.java new file mode 100644 index 0000000..45c67a7 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ApplicationProperties.java @@ -0,0 +1,64 @@ +package au.com.jaylin.persistence.ejbs; + +import java.util.Properties; + +import javax.ejb.Stateless; +import javax.naming.InitialContext; +import com.sap.engine.services.configuration.appconfiguration.ApplicationPropertiesAccess; + +import com.sap.tc.logging.Location; + +/** + * Session Bean implementation class ApplicationProperties + * + * This class reads application properties as defined in NetWeaver Administrator under: + * Java System Properties -> Applications -> zpi_app jaylin.com.au + * + * These properties are *primed* by the file sap.application.global.properties in the + * Application META-INF folder. Future changes shall only be performed in NWA. + * The properties managed here are for the logon to the PI AEX system to call web + * services: Hostname:port, username, password. + * + */ +@Stateless +public class ApplicationProperties implements ApplicationPropertiesLocal { + private static final String HOST_URL = "HOST_URL"; + private static final String USERNAME = "USERNAME"; + private static final String PASSWORD = "PASSWORD"; + + private Location logger = Location.getLocation("pimon.application.properties"); + private String hostUrl; + private String username; + private String password; + + public ApplicationProperties() { + logger.infoT("Creating the logger"); + try { + InitialContext ctx = new InitialContext(); + ApplicationPropertiesAccess appConfigAccess = (ApplicationPropertiesAccess) ctx.lookup("ApplicationConfiguration"); + Properties appProps = appConfigAccess.getApplicationProperties(); + + logger.infoT("Properties file loaded"); + + hostUrl = appProps.getProperty(HOST_URL); + username = appProps.getProperty(USERNAME); + password = appProps.getProperty(PASSWORD); + } + catch (Exception e) { + logger.errorT("EXCEPTION: " + e.getMessage()); + throw new RuntimeException("UNABLE TO READ APPLICATION PROPERTIES : " + e.getMessage()); + } + } + + public String getHostUrl() { + return hostUrl; + } + + public String getUsername() { + return username; + } + + public String getPassword() { + return password; + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ApplicationPropertiesLocal.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ApplicationPropertiesLocal.java new file mode 100644 index 0000000..333c963 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ApplicationPropertiesLocal.java @@ -0,0 +1,9 @@ +package au.com.jaylin.persistence.ejbs; +import javax.ejb.Local; + +@Local +public interface ApplicationPropertiesLocal { + public String getHostUrl(); + public String getUsername(); + public String getPassword(); +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/PIMessageHandler.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/PIMessageHandler.java new file mode 100644 index 0000000..b9ec528 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/PIMessageHandler.java @@ -0,0 +1,625 @@ +/** + * This EJB handles all persistence related tasks for the PI message data. + */ +package au.com.jaylin.persistence.ejbs; + +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Collections; +import java.util.Comparator; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import javax.ejb.EJB; +import javax.ejb.Stateless; +import javax.xml.bind.JAXBElement; + +import com.sap.tc.logging.Location; + +import lang.java2.ArrayOfString; + +import data.api.mdt.aii.sap.com.ArrayOfAuditLogEntryData; +import data.api.mdt.aii.sap.com.AuditLogEntryData; + +import ws.adapterframework.server.mdt.aii.sap.com.AdapterFilter; +import ws.adapterframework.server.mdt.aii.sap.com.AdapterFrameworkData; +import ws.adapterframework.server.mdt.aii.sap.com.AdminActionResult; +import ws.adapterframework.server.mdt.aii.sap.com.AdminActionResultMap; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfAdapterFrameworkData; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfAdminActionResult; +import ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue; + +import au.com.jaylin.persistence.PIMessage; +import au.com.jaylin.persistence.ejbs.helpers.LogEntry; +import au.com.jaylin.persistence.ejbs.helpers.OperationStatus; +import au.com.jaylin.persistence.ejbs.helpers.PITimeStamp; +import au.com.jaylin.persistence.ejbs.helpers.TimestampException; +import au.com.jaylin.persistence.facades.PIMessageFacadeLocal; + +class MessageDetails { + String refId; + String payload; +} + +/** + * Session Bean implementation class PIMessageHandler + */ +@Stateless +public class PIMessageHandler implements PIMessageHandlerLocal { + private static final int GET_LOG_ENTRIES_MAX_RESULTS = 1000; + private static final int GET_MESSAGES_MAX_RESULTS = 1000; + + @EJB + private PIMessageFacadeLocal piMessageFacade; + @EJB + ApplicationPropertiesLocal properties; + @EJB + WebServiceEndPointLocal ws; + + private AdapterFilter filter; + private Map conversationAndRefToIds; //MessageId, ConversationId + private List messagesToStore; + private Location logger = Location.getLocation("pimon.application.ejb"); + + public PIMessageHandler() { + filter = new AdapterFilter(); + messagesToStore = new ArrayList(); + conversationAndRefToIds = new HashMap(); + } + + /** + * Call the MessageList web service on PI to read messages within a date + * range and cache them into a local db (java dictionary) with the help + * of the PIMonMsgsFacade JPA facade. + * The filter dates are determined as follows: + * fromDate - If there is no cached data a hard-coded date is used; else + * the latest message end date in the cache is used. + * toDate - This is set at NOW! + */ + public OperationStatus readPIDataAndCache() { + OperationStatus status = new OperationStatus(); + + messagesToStore.clear(); + conversationAndRefToIds.clear(); + + setupWSFilterParams(); + + List messages = callWSAndGetMessageList(); + groupAndStoreMessages(messages); + + // *** ADD ERROR MANAGEMENT HERE *** + status.status = "success"; + return status; + } + + private List callWSAndGetMessageList() { + MessageSearchReturnValue result = null; + try { + result = ws.call().getMessageList(filter, GET_MESSAGES_MAX_RESULTS); + } + catch (Exception e) { + logger.errorT("PIMessageHandler.callWSAndGetMessageList() -> getMessageList() WS call failed: " + e.getMessage()); + } + + logger.infoT("PIMessageHandler.callWSAndGetMessageList() -> getMessageList() WS call SUCCESS"); + + JAXBElement listNode = result.getList(); + ArrayOfAdapterFrameworkData a = listNode.getValue(); + return a.getAdapterFrameworkData(); + } + + /** + * Just calls the standard JPA facade classes: read entity + */ + public List readMessagePayload(String msgId) { + return piMessageFacade.findPIMonMsgsById(msgId); + } + + public List readMessageLogByMsgId(String msgId) { + ArrayOfAuditLogEntryData auditLogEntryDataArray = null; + List logEntriesAsXML = null; + List logEntries = new ArrayList(); + + try { + List messages = piMessageFacade.findPIMonMsgsById(msgId); + PIMessage message = messages.get(0); + + auditLogEntryDataArray = ws.call().getLogEntries(message.getMessage_key(), false, GET_LOG_ENTRIES_MAX_RESULTS, null, null); + } + catch (IndexOutOfBoundsException ioob) { + logger.errorT("Failed to read message in readMessageLogByMsgId(): '" + msgId + "'; Exception: " + ioob.getMessage()); + throw new ReadMessageLogException("Failed to read message: '" + msgId + "'; Exception: " + ioob.getMessage()); + } + catch (Exception e) { + logger.errorT("WS call for getLogEntries() failed for msgid: '" + msgId + "'; Error: " + e.getMessage()); + throw new ReadMessageLogException("WS call for getLogEntries() failed for msgid: '" + msgId + "'; Error: " + e.getMessage()); + } + + logEntriesAsXML = auditLogEntryDataArray.getAuditLogEntryData(); + for (AuditLogEntryData logEntryAsXML : logEntriesAsXML) { + LogEntry log = new LogEntry(); + log.status = logEntryAsXML.getStatus().getValue().trim(); + log.timestamp = logEntryAsXML.getTimeStamp().getValue().toGregorianCalendar().getTime(); + log.text = logEntryAsXML.getLocalizedText().getValue().trim(); + logEntries.add(log); + } + + return logEntries; + } + + public OperationStatus cancelIndividualMessageByMsgId(String msgId) { + OperationStatus status = new OperationStatus(); + AdminActionResultMap results = null; + ArrayOfString messageKeys = new ArrayOfString(); + List messages = piMessageFacade.findPIMonMsgsById(msgId); + PIMessage message = messages.get(0); + + messageKeys.getString().add(message.getMessage_key()); + + try { + results = ws.call().cancelMessages(messageKeys); + } + catch (Exception e) { + //what goes here?!? + throw new RuntimeException("*** HOLY SHIT *** FAILED TO CANCEL MSG LOG FOR MSGKEY: " + message.getMessage_key() + " --- " + e.getMessage() + " --- " + e.getClass()); + } + + JAXBElement resultsAsXML = results.getResultList(); + ArrayOfAdminActionResult a = resultsAsXML.getValue(); + List l = a.getAdminActionResult(); + + if (l.get(0).isSuccessful()) { + updateMessageWithCancelledStatusByEntity(message); + status.status = "success"; + } else { + status.status = "failed"; + status.description = l.get(0).getResultText().getValue(); + } + + return status; + } + + private void updateMessageWithCancelledStatusByEntity(PIMessage message) { + message.setStatus("canceled"); + piMessageFacade.update(message); + } + + public OperationStatus resendIndividualMessageByMsgId(String msgId) { + OperationStatus status = new OperationStatus(); + AdminActionResultMap results = null; + ArrayOfString messageKeys = new ArrayOfString(); + List messages = piMessageFacade.findPIMonMsgsById(msgId); + PIMessage message = messages.get(0); + + messageKeys.getString().add(message.getMessage_key()); + + try { + results = ws.call().resendMessages(messageKeys); + } + catch (Exception e) { + //what goes here?!? + throw new RuntimeException("*** HOLY SHIT *** FAILED TO RE-SEND MSG LOG FOR MSGKEY: " + message.getMessage_key() + " --- " + e.getMessage() + " --- " + e.getClass()); + } + + JAXBElement resultsAsXML = results.getResultList(); + ArrayOfAdminActionResult a = resultsAsXML.getValue(); + List l = a.getAdminActionResult(); + + if (l.get(0).isSuccessful()) { + status.status = "success"; + } else { + status.status = "failed"; + status.description = l.get(0).getResultText().getValue(); + } + + return status; + } + + /** + * Setup the message list filter. We select messages on a sliding window basis + * which means we go back a certain amount of time so as to collect changes to + * previous messages. We currently use a sliding window of 1 DAY up till NOW. + * + * Note: we can use local times - Java converts to PI's internal UTC! + * + * The QName for the JAXBElement values needs to be of the form: + * "ns2:fromTime" - this was determined by sending the WS call to a soapUI proxy. We + * need the namespace prefix as well as the field name. + * + * @return + */ + private void setupWSFilterParams() { + Date d = piMessageFacade.getPIMonMsgsLatestEndTime(); + if (d == null) { + // set a start time-stamp (one-off for when data table is empty) + Calendar cal = Calendar.getInstance(); + cal.set(PITimeStamp.INITIAL_START_YEAR, PITimeStamp.INITIAL_START_MONTH, PITimeStamp.INITIAL_START_DAY, 0, 0, 0); + d = cal.getTime(); + } + + filter.setFromTime(new PITimeStamp().getXMLTimeStampWithSlidingWindow(d, PITimeStamp.TimeStampType.from)); + filter.setToTime(new PITimeStamp().getXMLTimeStampWithSlidingWindow(new Date(), PITimeStamp.TimeStampType.to)); + filter.setArchive(false); + filter.setDateType(0); + filter.setNodeId(0); + filter.setOnlyFaultyMessages(false); + filter.setRetries(0); + filter.setRetryInterval(0); + filter.setTimesFailed(0); + filter.setWasEdited(false); + + logger.infoT("PIMessageHandler -> setupWSFilterParams()"); + logger.infoT("From Time: " + d); + logger.infoT("To Time: " + new Date()); + } + + /** + * Call the WS operation: getMessageBytesJavaLangStringBoolean to + * retrieve the message payload. + * Also scan the payload to determine the refId field which is what + * we use to group together messages. + * Save any sycn message conversation id's for later processing. + * + * @param msgKey + * @param msgId + * @return MessageDetails - an object containing the refId and + * payload as Strings. + */ + private MessageDetails callMessageDetailsWS(String msgKey, String msgId) { + MessageDetails md = new MessageDetails(); + byte[] byteArray = null; + + if (msgKey == null || msgKey == "") { + return md; + } + + try { + byteArray = ws.call().getMessageBytesJavaLangStringBoolean(msgKey, false); + } + catch (Exception e) { + //what goes here?!? + throw new RuntimeException("*** SHIT *** FAILED TO GET PAYLOAD FOR MSGKEY: " + msgKey); + } + + logger.infoT("PIMessageHandler.callMessageDetailsWS(): getMessageBytesJavaLangStringBoolean() WS SUCCESS"); + + md.payload = new String(byteArray); + md.refId = calculateRefId(msgId, md.payload); + + return md; + } + + /** + * Calculate the refId which is the unique string used to group iflow + * messages together. + * + * @param msgId + * @param payload + * @return String refId + */ + private String calculateRefId(String msgId, String payload) { + String upperCasePayload = payload.toUpperCase(); + String refId = ""; + int i = upperCasePayload.indexOf("CONVERSATIONID"); + + if (i > -1) { + i += 15; + refId = payload.substring(i, i + 36); + if (refId != null && !refId.isEmpty()) { + this.conversationAndRefToIds.put(msgId, refId); //store for later use + } + } else { + i = upperCasePayload.indexOf(""); + if (i > -1) { + i += 20; + refId = payload.substring(i, i + 36); + if (refId != null && !refId.isEmpty()) { + this.conversationAndRefToIds.put(msgId, refId); + } + } else { + i = upperCasePayload.indexOf("XIRA"); + if (i > -1) { + i += 33; + refId = payload.substring(i, i + 36); + + // if this is a sync message there can be two XIRA hoplists - get the one equal to this messageId + int foundSyncIndex = upperCasePayload.indexOf("SYNCHRONOUS"); + if (foundSyncIndex > -1) { + if (!refId.equals(msgId)) { + i = upperCasePayload.indexOf("XIRA", i); + if (i > -1) { + i += 33; + refId = payload.substring(i, i + 36); + } + } + } + } else { + logger.errorT("PIMessageHandler.calculateRefId() *** NO REF_ID FOUND *** MsgId: " + msgId); + } + } + } + + logger.infoT("PIMessageHandler.calculateRefId() -> MsgId: |" + msgId + "|, RefId: |" + refId + "|"); + + return refId; + } + + /** + * Go through the map of conversation id's: + * For each message where the id equals the map entries conversation id, + * lookup the corresponding message from the maps message id and set the + * refId's to be equal. + * This is how we join together the outbound and inbound messages in a + * grouped iflow -> ie. async/sync bridge. + * + * conversationAndRefToIds: Key is msgId; value is conversationId + */ + private void matchMessagesToConvIdOrRefToId() { + String tmpRefId = ""; + + for (Map.Entry entry : this.conversationAndRefToIds.entrySet()) { + tmpRefId = ""; + + // get the refId of the message that matches the conversation id + for (PIMessage m : messagesToStore) { + if (m.getId().equals(entry.getValue())) { //if message id eq conversation id + tmpRefId = m.getRef_id(); + break; + } + } + + if (tmpRefId.equals("")) { + // could not find a message id for the conversation - look at existing messages as + // it may have already been cached / stored + List oldMessages = piMessageFacade.findPIMonMsgsById(entry.getValue()); + if (oldMessages.size() > 0) { + tmpRefId = (oldMessages.get(0).getRef_id() == null || oldMessages.get(0).getRef_id().equals(""))? null : oldMessages.get(0).getRef_id(); + if (tmpRefId == null) { + logger.errorT("*** ERROR - cannot find a message matching the conversation id: " + entry.getValue() + " - refId set to null!"); + } + } + } + + // set the saved refId to the message that started the conversation + for (PIMessage n : messagesToStore) { + if (n.getId().equals(entry.getKey())) { //if message id eq message id of the conversation + n.setRef_id(tmpRefId); + logger.infoT("*** SWAPPED REFID *** set the refId for msgId: " + n.getId() + " to " + tmpRefId); + } + } + } + } + + /** + * Convert string to JPA friendly value - empty strings and strings + * with trailing whitespace are not allowed with OpenSQL. + * + * @param s + * @return String - Return a trimmed String object or null if the + * String is empty. + */ + private String assignStringValue(String s) { + return (s == null || s.isEmpty())? null : (s.trim().length() == 0)? null : s.trim(); + } + + /** + * Store the messages using JPA. + * First we just build up a list of the message entities to store, + * then we loop over them and correct any synchronous messages so + * that the outbound and inbound are linked. + * Lastly, we loop over the corrected list of message entities and + * persist them. + * + * @param msgs - Collection of JPA message entities + */ + private void groupAndStoreMessages(List msgs) { + logger.infoT("PIMessageHandler.groupAndStoreMessages()"); + + readPayloadsAndBuildMessageEntities(msgs); + matchMessagesToConvIdOrRefToId(); + persistMessageEntities(); + } + + private void persistMessageEntities() { + for (PIMessage m : messagesToStore) { + piMessageFacade.update(m); //actually performs an upsert! + } + } + + private void readPayloadsAndBuildMessageEntities(List msgs) { + MessageDetails messageDetails; + + for (AdapterFrameworkData m : msgs) { + + // ignore when no iflow - means it was an exception record + JAXBElement scenarioJAXB = null; + String scenario = ""; + try { + scenarioJAXB = m.getScenarioIdentifier(); + scenario = scenarioJAXB.getValue(); + } + catch (Exception e) { + continue; + } + + if (scenario != null && !scenario.equals("")) { + PIMessage msgData = new PIMessage(); + + String iFlowName = getIflowName(m); + + msgData.setIflow(assignStringValue(iFlowName)); + msgData.setId(assignStringValue(m.getMessageID().getValue())); + msgData.setMessage_key(assignStringValue(m.getMessageKey().getValue())); + msgData.setSender_interface(assignStringValue(m.getSenderInterface().getValue().getName().getValue())); + msgData.setSender_name(assignStringValue(m.getSenderName().getValue())); + msgData.setSender_namespace(assignStringValue(m.getSenderInterface().getValue().getNamespace().getValue())); + msgData.setSender_party(assignStringValue(m.getSenderParty().getValue().getName().getValue())); + msgData.setStart_time(m.getStartTime().getValue().toGregorianCalendar().getTime()); + msgData.setEnd_time(m.getEndTime().getValue().toGregorianCalendar().getTime()); + msgData.setStatus(assignStringValue(m.getStatus().getValue())); + + messageDetails = callMessageDetailsWS(m.getMessageKey().getValue(), m.getMessageID().getValue()); + + msgData.setPayload(assignStringValue(messageDetails.payload)); + msgData.setRef_id(assignStringValue(messageDetails.refId)); + + messagesToStore.add(msgData); + } + } + } + + private String getIflowName(AdapterFrameworkData message) { + String iflowName = ""; + + if (message.getScenarioIdentifier().getValue().startsWith("dir://ICO")) { + iflowName = message.getSenderParty().getValue().getName().getValue() + "|" + message.getSenderName().getValue() + "|" + message.getSenderInterface().getValue().getName().getValue(); + } else { + Pattern pattern = Pattern.compile("[^/]+$"); + Matcher matcher = pattern.matcher(message.getScenarioIdentifier().getValue()); + if (matcher.find()) { + iflowName = message.getScenarioIdentifier().getValue().substring(matcher.start(), matcher.end()); + } else { + iflowName = "!!! iFlow scenario identifier not recognised !!!"; + } + } + + return iflowName; + } + + public List readIflows(Map timestamps) { + //do some date checks here first to save any sql errors!! + return piMessageFacade.findMessagesByTimeStampRange(timestamps.get("begin"), timestamps.get("end")); + } + + /** + * Read the messages in an iflow by looking up the refId value. So that we + * don't get the payload for every message we must specify the columns we + * want in the SELECT -> therefore JPA cannot automatically generate the + * entities and we do that manually here. + * (Why don't we want the payload? A. It could be very big so only read it + * when absolutely necessary!) + */ + public List readIflowMessagesByRefid(String refId) { + List messages = new ArrayList(); + List list = piMessageFacade.findPIMonMsgsByRef_idNoPayload(refId); + + for (Object[] o : list) { + PIMessage m = new PIMessage(); + m.setId((o[0] == null)? null : o[0].toString()); + m.setSender_party((o[1] == null)? null : o[1].toString()); + m.setSender_name((o[2] == null)? null : o[2].toString()); + m.setSender_namespace((o[3] == null)? null : o[3].toString()); + m.setSender_interface((o[4] == null)? null : o[4].toString()); + m.setStatus((o[5] == null)? null : o[5].toString()); + m.setMessage_key((o[6] == null)? null : o[6].toString()); + m.setRef_id((o[7] == null)? null : o[7].toString()); + m.setEnd_time((o[8] == null)? null : (Date)o[8]); + m.setStart_time((o[9] == null)? null : (Date)o[9]); + messages.add(m); + } + return messages; + } + + /** + * Give a filter string, return the start and end time-stamps + * as an object. + */ + public Map buildTimestamps(String filter) { + try { + return new PITimeStamp().buildTimestamps(filter); + } + catch (TimestampException te) { + return null; + } + } + + public Map buildCustomTimestamps(Date dateFrom, Date dateTo) { + try { + return new PITimeStamp().buildCustomTimestamps(dateFrom, dateTo); + } + catch (TimestampException te) { + return null; + } + } + + public List readMessagesByTimeRange(Map timestamps) { + return piMessageFacade.findMessagesByTimeStampRange(timestamps.get("begin"), timestamps.get("end")); + } + + public long readNumberOfMessagesInError() { + return piMessageFacade.numMessagesInError(); + } + + public long readNumberOfMessagesStuckDelivering() { + return piMessageFacade.numMessagesInDeliveringMoreThanADay(); + } + + /** + * Build a histogram of successful messages. + * Read all successful messages from the db and process them in a HashMap + * such that we have a count of the message per day. + */ + public Map buildTimeSeriesOfSuccessfulMessages() { + logger.infoT("Enetered: buildTimeSeriesOfSuccessfulMessages()"); + + List messages = piMessageFacade.findPIMonMsgsByStatus("success"); + logger.infoT("Successful messages size(): " + messages.size()); + + //sort by start date + Collections.sort(messages, new Comparator() { + @Override + public int compare(PIMessage msg1, PIMessage msg2) { + int compareResult = msg1.getStart_time().compareTo(msg2.getStart_time()); + //compareResult *= -1; + return compareResult; + } + }); + + Map dps = new HashMap(); + + for (PIMessage message : messages) { + //capture all the messages within each day + Date messageDate = message.getStart_time(); + Calendar c = Calendar.getInstance(); + c.setTime(messageDate); + c.set(Calendar.HOUR, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + c.set(Calendar.MILLISECOND, 0); + Date d = c.getTime(); + long time = d.getTime(); + + //Integer value = new Integer(dps.get(time)); + Integer value = dps.get(time); + + if (value != null) { + dps.put(time, value + 1); + } else { + dps.put(time, new Integer(1)); + } + } + + logger.infoT("Done: buildTimeSeriesOfSuccessfulMessages()"); + return dps; + } + + @Override + public OperationStatus updateReferenceKey(String message_id, String reference_key) { + OperationStatus result = new OperationStatus(); + result.status = "failed"; + List messages = piMessageFacade.findPIMonMsgsById(message_id); + if(messages.size() == 1) { + PIMessage msg = messages.get(0); + msg.setRef_id(reference_key); + piMessageFacade.update(msg); + result.status = "success"; + } else { + logger.errorT(String.format("No message found with id %s", message_id)); + } + return result; + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/PIMessageHandlerLocal.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/PIMessageHandlerLocal.java new file mode 100644 index 0000000..d731d02 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/PIMessageHandlerLocal.java @@ -0,0 +1,30 @@ +package au.com.jaylin.persistence.ejbs; + +import javax.ejb.Local; + + +import java.util.Date; +import java.util.List; +import java.util.Map; + +import au.com.jaylin.persistence.PIMessage; +import au.com.jaylin.persistence.ejbs.helpers.LogEntry; +import au.com.jaylin.persistence.ejbs.helpers.OperationStatus; + +@Local +public interface PIMessageHandlerLocal { + public OperationStatus readPIDataAndCache (); + public Map buildTimestamps(String filter); + public Map buildCustomTimestamps(Date dateFrom, Date dateTo); + public List readIflows(Map timestamps); + public List readIflowMessagesByRefid (String refId); + public List readMessagePayload(String msgId); + public List readMessageLogByMsgId (String msgId); + public OperationStatus cancelIndividualMessageByMsgId (String msgId); + public OperationStatus resendIndividualMessageByMsgId (String msgId); + public List readMessagesByTimeRange (Map timestamps); + public long readNumberOfMessagesInError (); + public long readNumberOfMessagesStuckDelivering(); + public Map buildTimeSeriesOfSuccessfulMessages(); + public OperationStatus updateReferenceKey(String msgId, String referenceKey); +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ReadMessageLogException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ReadMessageLogException.java new file mode 100644 index 0000000..7eb9711 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/ReadMessageLogException.java @@ -0,0 +1,9 @@ +package au.com.jaylin.persistence.ejbs; + +public class ReadMessageLogException extends RuntimeException { + private static final long serialVersionUID = 2256770985682073640L; + + public ReadMessageLogException(String message) { + super(message); + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/WebServiceEndPoint.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/WebServiceEndPoint.java new file mode 100644 index 0000000..40274aa --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/WebServiceEndPoint.java @@ -0,0 +1,42 @@ +package au.com.jaylin.persistence.ejbs; + +import javax.annotation.PostConstruct; +import javax.ejb.EJB; +import javax.ejb.Stateless; +import javax.xml.ws.BindingProvider; +import javax.xml.ws.WebServiceRef; + +import adaptermessagemonitoringwsd.AdapterMessageMonitoring; +import adaptermessagemonitoringwsd.AdapterMessageMonitoringVi; + +/** + * Session Bean implementation class WebServiceEndPoint + */ +@Stateless +public class WebServiceEndPoint implements WebServiceEndPointLocal { + @EJB + ApplicationPropertiesLocal properties; + + @WebServiceRef(name="AdapterMessageMonitoring") + private AdapterMessageMonitoring webServiceReference; + + AdapterMessageMonitoringVi port; + + + public WebServiceEndPoint() { + } + + @PostConstruct + public void postInjectionConstructor() { + port = webServiceReference.getBasicPort(); + BindingProvider bp = (BindingProvider)port; + + bp.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, properties.getUsername()); + bp.getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, properties.getPassword()); + bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, properties.getHostUrl() + "/AdapterMessageMonitoring/basic?style=document"); + } + + public AdapterMessageMonitoringVi call() { + return port; + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/WebServiceEndPointLocal.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/WebServiceEndPointLocal.java new file mode 100644 index 0000000..e7e955f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/WebServiceEndPointLocal.java @@ -0,0 +1,10 @@ +package au.com.jaylin.persistence.ejbs; + +import javax.ejb.Local; + +import adaptermessagemonitoringwsd.AdapterMessageMonitoringVi; + +@Local +public interface WebServiceEndPointLocal { + public AdapterMessageMonitoringVi call(); +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/LogEntry.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/LogEntry.java new file mode 100644 index 0000000..9b86cf8 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/LogEntry.java @@ -0,0 +1,9 @@ +package au.com.jaylin.persistence.ejbs.helpers; + +import java.util.Date; + +public class LogEntry { + public String status = ""; + public Date timestamp = null; + public String text = ""; +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/OperationStatus.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/OperationStatus.java new file mode 100644 index 0000000..fc8d7d5 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/OperationStatus.java @@ -0,0 +1,6 @@ +package au.com.jaylin.persistence.ejbs.helpers; + +public class OperationStatus { + public String status = ""; + public String description = ""; +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/PITimeStamp.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/PITimeStamp.java new file mode 100644 index 0000000..d6f6dff --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/PITimeStamp.java @@ -0,0 +1,245 @@ +package au.com.jaylin.persistence.ejbs.helpers; + +import java.util.Calendar; +import java.util.Date; +import java.util.GregorianCalendar; +import java.util.HashMap; +import java.util.Map; + +import javax.xml.bind.JAXBElement; +import javax.xml.datatype.DatatypeConfigurationException; +import javax.xml.datatype.DatatypeFactory; +import javax.xml.datatype.XMLGregorianCalendar; +import javax.xml.namespace.QName; + +public class PITimeStamp { + public static final int SLIDING_WINDOW_DAYS = -1; //Number of days to go back when selecting PI messages + public static final String XML_NODE_NAME_DATE_FROM = "ns2:fromTime"; + public static final String XML_NODE_NAME_DATE_TO = "ns2:toTime"; + public static final int INITIAL_START_YEAR = 2013; + public static final int INITIAL_START_MONTH = 8; //0-based + public static final int INITIAL_START_DAY = 15; + + public enum FilterOpts { + last_hour, + today, + yesterday, + week, + last_week, + month, + year, + others + } + + public enum TimeStampType { + from, + to + } + + /** + * Default constructor + */ + public PITimeStamp() { + } + + /** + * Given a fixed-filter string containing an allowed enum + * value; return the begin and end time-stamps as Date objects + * in a Map. + * + * Note: In Java 1.6 and earlier it is not possible to switch + * on Strings. As a work-a-round we can use enums. + * + * @param filter + * @return + */ + public Map buildTimestamps(String filter) { + Map m = new HashMap(); + FilterOpts enumval = null; + GregorianCalendar c = new GregorianCalendar(); + int dayOfWeek; + + try { + enumval = FilterOpts.valueOf(filter); + } + catch (Exception e) { + // Exceptions are thrown by valueOf if the filter String does + // not contain one of the enum values. + throw new TimestampException("Invalid filter value: " + filter); + } + + switch (enumval) { + case last_hour: + c.setTime(new Date()); + c.add(Calendar.HOUR_OF_DAY, -1); + m.put("begin", c.getTime()); + m.put("end", new Date()); + break; + case today: + c.setTime(new Date()); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("begin", c.getTime()); + + c.setTime(new Date()); + c.add(Calendar.DAY_OF_WEEK, 1); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("end", c.getTime()); + break; + case yesterday: + c.setTime(new Date()); + c.add(Calendar.DAY_OF_WEEK, -1); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("begin", c.getTime()); + + c.setTime(new Date()); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("end", c.getTime()); + break; + case week: + c.setTime(new Date()); + dayOfWeek = c.getFirstDayOfWeek() + 1; + c.set(Calendar.DAY_OF_WEEK, dayOfWeek); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("begin", c.getTime()); + + c.setTime(new Date()); + c.add(Calendar.WEEK_OF_YEAR, 1); + dayOfWeek = c.getFirstDayOfWeek() + 1; + c.set(Calendar.DAY_OF_WEEK, dayOfWeek); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("end", c.getTime()); + break; + case last_week: + c.setTime(new Date()); + dayOfWeek = c.getFirstDayOfWeek() + 1; + c.set(Calendar.DAY_OF_WEEK, dayOfWeek); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + c.add(Calendar.WEEK_OF_YEAR, -1); + m.put("begin", c.getTime()); + + c.setTime(new Date()); + c.add(Calendar.WEEK_OF_YEAR, 1); + dayOfWeek = c.getFirstDayOfWeek() + 1; + c.set(Calendar.DAY_OF_WEEK, dayOfWeek); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + c.add(Calendar.WEEK_OF_YEAR, -1); + m.put("end", c.getTime()); + break; + case month: + c.setTime(new Date()); + c.set(Calendar.DAY_OF_MONTH, 1); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("begin", c.getTime()); + + c.setTime(new Date()); + c.set(Calendar.DAY_OF_MONTH, 1); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + c.add(Calendar.MONTH, 1); + m.put("end", c.getTime()); + break; + case year: + c.setTime(new Date()); + c.set(Calendar.MONTH, 0); + c.set(Calendar.DAY_OF_MONTH, 1); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + m.put("begin", c.getTime()); + + c.setTime(new Date()); + c.set(Calendar.MONTH, 0); + c.set(Calendar.DAY_OF_MONTH, 1); + c.set(Calendar.HOUR_OF_DAY, 0); + c.set(Calendar.MINUTE, 0); + c.set(Calendar.SECOND, 0); + c.add(Calendar.YEAR, 1); + m.put("end", c.getTime()); + break; + case others: + break; + default: + break; + } + + return m; + } + + /** + * Used to build the timestamp map when a custom date range is provided rather than one of the enumeration values. + * @param dateFrom + * @param dateTo + * @return map containing start and end date + */ + public Map buildCustomTimestamps(Date dateFrom, Date dateTo) { + Map m = new HashMap(); + + m.put("begin", dateFrom); + m.put("end", dateTo); + + return m; + } + + public XMLGregorianCalendar createXMLGregorianCalendarFromDate(Date date) { + XMLGregorianCalendar xmlCalendar = null; + GregorianCalendar calendar = new GregorianCalendar(); + + calendar.setTime(date); + + try { + xmlCalendar = DatatypeFactory.newInstance().newXMLGregorianCalendar(calendar); + } catch (DatatypeConfigurationException e1) { + //DO SOMETHING + } + + return xmlCalendar; + } + + /** + * Convert a Date object to its XML representation. + * + * @param timestamp (Date object) + * @param type - Enumeration of "from", "to" to decide which type of time-stamp to build + * @return JAXB Element containing the XML representation of a Calendar + */ + public JAXBElement getXMLTimeStampWithSlidingWindow(Date timestamp, TimeStampType type) { + GregorianCalendar calendar = new GregorianCalendar(); + XMLGregorianCalendar dateFrom = null; + QName xmlNodeName = null; + + calendar.setTime(timestamp); + if (type == TimeStampType.from) { + calendar.add(Calendar.DAY_OF_YEAR, PITimeStamp.SLIDING_WINDOW_DAYS); + } + + dateFrom = createXMLGregorianCalendarFromDate(calendar.getTime()); + + //try { + // dateFrom = DatatypeFactory.newInstance().newXMLGregorianCalendar(calendar); + //} catch (DatatypeConfigurationException e1) { + // e1.printStackTrace(); + //} + xmlNodeName = new QName((type == TimeStampType.from)? PITimeStamp.XML_NODE_NAME_DATE_FROM : PITimeStamp.XML_NODE_NAME_DATE_TO); + + return new JAXBElement(xmlNodeName, XMLGregorianCalendar.class, dateFrom); + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/TimestampException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/TimestampException.java new file mode 100644 index 0000000..85b2dd3 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/ejbs/helpers/TimestampException.java @@ -0,0 +1,9 @@ +package au.com.jaylin.persistence.ejbs.helpers; + +public class TimestampException extends RuntimeException { + private static final long serialVersionUID = -9095896542744955570L; + + public TimestampException(String message) { + super(message); + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/facades/PIMessageFacade.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/facades/PIMessageFacade.java new file mode 100644 index 0000000..0340348 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/facades/PIMessageFacade.java @@ -0,0 +1,339 @@ +package au.com.jaylin.persistence.facades; + +import javax.ejb.Stateless; +import java.util.*; + +import javax.persistence.EntityManager; +import javax.persistence.PersistenceContext; +import javax.persistence.Query; +import javax.persistence.TemporalType; + +import au.com.jaylin.persistence.PIMessage; + +import java.util.ArrayList; + +/** + * Session Bean implementation class PIMonMsgsFacade + */ +@Stateless +public class PIMessageFacade implements PIMessageFacadeLocal { + private static final String ERROR_STATUS = "systemError"; + private static final String DELIVERING_STATUS = "delivering"; + private int startIndex = 0; + private int batchSize = Integer.MAX_VALUE; + + @PersistenceContext + private EntityManager em; + + public void create(PIMessage entity) { + em.persist(entity); + } + + public void update(PIMessage entity) { + em.merge(entity); + } + + public void delete(PIMessage entity) { + PIMessage obj = em.merge(entity); + em.remove(obj); + } + + public PIMessage findPIMonMsgs(Object pk) { + return (PIMessage) em.find(PIMessage.class, pk); + } + + @SuppressWarnings("unchecked") + public List findAllPIMonMsgs() { + Query query = em.createQuery("select object(o) from PIMessage as o"); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + public int getPIMonMsgsItemCount(){ + Query q = em.createQuery("select count(o) from PIMessage as o"); + int itemCount = ((Long)q.getSingleResult()).intValue(); + return itemCount; + } + + public void setStartIndex(int startIndex) { + this.startIndex = startIndex; + } + + public int getStartIndex() { + return startIndex; + } + + public void setBatchSize(int batchSize) { + this.batchSize = batchSize; + } + + public int getBatchSize() { + return batchSize; + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsByIflow (java.lang.String iflow){ + Query query = em.createNamedQuery("PIMessage.findByIflow"); + query.setParameter("iflow", iflow); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsBySender_party (java.lang.String sender_party){ + Query query = em.createNamedQuery("PIMessage.findBySender_party"); + query.setParameter("sender_party", sender_party); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsBySender_name (java.lang.String sender_name){ + Query query = em.createNamedQuery("PIMessage.findBySender_name"); + query.setParameter("sender_name", sender_name); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsBySender_namespace (java.lang.String sender_namespace){ + Query query = em.createNamedQuery("PIMessage.findBySender_namespace"); + query.setParameter("sender_namespace", sender_namespace); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsBySender_interface (java.lang.String sender_interface){ + Query query = em.createNamedQuery("PIMessage.findBySender_interface"); + query.setParameter("sender_interface", sender_interface); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsByStatus (java.lang.String status){ + Query query = em.createNamedQuery("PIMessage.findByStatus"); + query.setParameter("status", status); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsByMessage_key (java.lang.String message_key){ + Query query = em.createNamedQuery("PIMessage.findByMessage_key"); + query.setParameter("message_key", message_key); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsByRef_id (java.lang.String ref_id){ + Query query = em.createNamedQuery("PIMessage.findByRef_id"); + query.setParameter("ref_id", ref_id); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsByPayload (java.lang.String payload){ + Query query = em.createNamedQuery("PIMessage.findByPayload"); + query.setParameter("payload", payload); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsByEnd_time (java.util.Date end_time){ + Query query = em.createNamedQuery("PIMessage.findByEnd_time"); + query.setParameter("end_time", end_time); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsByStart_time (java.util.Date start_time){ + Query query = em.createNamedQuery("PIMessage.findByStart_time"); + query.setParameter("start_time", start_time); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + @SuppressWarnings("unchecked") + public List findPIMonMsgsById (java.lang.String id){ + Query query = em.createNamedQuery("PIMessage.findById"); + query.setParameter("id", id); + query.setFirstResult(getStartIndex()); + query.setMaxResults(getBatchSize()); + return query.getResultList(); + } + + public List findAllPIMonMsgs(java.lang.String iflow, java.lang.String sender_party, java.lang.String sender_name, java.lang.String sender_namespace, java.lang.String sender_interface, java.lang.String status, java.lang.String message_key, java.lang.String ref_id, java.lang.String payload, java.util.Date end_time, java.util.Date start_time, java.lang.String id){ + List result = new ArrayList(); + if((iflow == null || iflow.equals(""))&& (sender_party == null || sender_party.equals(""))&& (sender_name == null || sender_name.equals(""))&& (sender_namespace == null || sender_namespace.equals(""))&& (sender_interface == null || sender_interface.equals(""))&& (status == null || status.equals(""))&& (message_key == null || message_key.equals(""))&& (ref_id == null || ref_id.equals(""))&& (payload == null || payload.equals(""))&& (end_time == null || end_time.equals(""))&& (start_time == null || start_time.equals(""))&& (id == null || id.equals(""))){ + result = findAllPIMonMsgs(); + } + if(iflow != null && !"".equals(iflow)){ + List tempResultIflow = findPIMonMsgsByIflow(iflow); + for(PIMessage res : tempResultIflow){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(sender_party != null && !"".equals(sender_party)){ + List tempResultSender_party = findPIMonMsgsBySender_party(sender_party); + for(PIMessage res : tempResultSender_party){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(sender_name != null && !"".equals(sender_name)){ + List tempResultSender_name = findPIMonMsgsBySender_name(sender_name); + for(PIMessage res : tempResultSender_name){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(sender_namespace != null && !"".equals(sender_namespace)){ + List tempResultSender_namespace = findPIMonMsgsBySender_namespace(sender_namespace); + for(PIMessage res : tempResultSender_namespace){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(sender_interface != null && !"".equals(sender_interface)){ + List tempResultSender_interface = findPIMonMsgsBySender_interface(sender_interface); + for(PIMessage res : tempResultSender_interface){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(status != null && !"".equals(status)){ + List tempResultStatus = findPIMonMsgsByStatus(status); + for(PIMessage res : tempResultStatus){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(message_key != null && !"".equals(message_key)){ + List tempResultMessage_key = findPIMonMsgsByMessage_key(message_key); + for(PIMessage res : tempResultMessage_key){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(ref_id != null && !"".equals(ref_id)){ + List tempResultRef_id = findPIMonMsgsByRef_id(ref_id); + for(PIMessage res : tempResultRef_id){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(payload != null && !"".equals(payload)){ + List tempResultPayload = findPIMonMsgsByPayload(payload); + for(PIMessage res : tempResultPayload){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(end_time != null && !"".equals(end_time)){ + List tempResultEnd_time = findPIMonMsgsByEnd_time(end_time); + for(PIMessage res : tempResultEnd_time){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(start_time != null && !"".equals(start_time)){ + List tempResultStart_time = findPIMonMsgsByStart_time(start_time); + for(PIMessage res : tempResultStart_time){ + if(!result.contains(res)){ + result.add(res); + } + } + } + if(id != null && !"".equals(id)){ + List tempResultId = findPIMonMsgsById(id); + for(PIMessage res : tempResultId){ + if(!result.contains(res)){ + result.add(res); + } + } + } + return result; + } + + /** + * Read the latest end_time timestamp from the messages table. + * @return Date + */ + public Date getPIMonMsgsLatestEndTime() { + Query q = em.createQuery("select max(o.end_time) from PIMessage as o"); + Date d = ((Date)q.getSingleResult()); + return d; + } + + /** + * Delete entire table contents + * @return String - the result of the operation + */ + public int deleteAllMessages() { + Query q = em.createNativeQuery("delete from Z_PIMESSAGE"); + return (int) q.executeUpdate(); + } + + @SuppressWarnings("unchecked") + public List findMessagesByTimeStampRange(Date startTime, Date endTime) { + Query query = em.createQuery("select m from PIMessage as m where m.start_time >= :start_time and m.end_time <= :end_time"); + query.setParameter("start_time", startTime, TemporalType.TIMESTAMP); + query.setParameter("end_time", endTime, TemporalType.TIMESTAMP); + return (List) query.getResultList(); + } + + /** + * Find all PI messages for the given iflow (by refId) - but DO NOT return the payload! + * Note that we can only return an object array as JPA can't build our entity when specifying columns. + */ + @SuppressWarnings("unchecked") + public List findPIMonMsgsByRef_idNoPayload (java.lang.String ref_id){ + Query query = em.createQuery("select m.id, m.sender_party, m.sender_name, m.sender_namespace, m.sender_interface, m.status, m.message_key, m.ref_id, m.end_time, m.start_time from PIMessage as m where m.ref_id = :ref_id"); + query.setParameter("ref_id", ref_id); + return (List) query.getResultList(); + } + + public long numMessagesInError() { + Query q = em.createQuery("select count(o) from PIMessage as o where o.status = :status"); + q.setParameter("status", ERROR_STATUS); + return ((Long) q.getSingleResult()).longValue(); + } + + public long numMessagesInDeliveringMoreThanADay() { + Query q = em.createQuery("select count(o) from PIMessage as o where o.status = :status and o.start_time < :start_time"); + q.setParameter("status", DELIVERING_STATUS); + GregorianCalendar fromDate = new GregorianCalendar(); + fromDate.add(Calendar.DAY_OF_YEAR, -1); + q.setParameter("start_time", fromDate, TemporalType.TIMESTAMP); + return ((Long) q.getSingleResult()).longValue(); + } +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/facades/PIMessageFacadeLocal.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/facades/PIMessageFacadeLocal.java new file mode 100644 index 0000000..8717b4f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/facades/PIMessageFacadeLocal.java @@ -0,0 +1,70 @@ +package au.com.jaylin.persistence.facades; + +import javax.ejb.Local; + +import au.com.jaylin.persistence.PIMessage; + +import java.util.Date; +import java.util.List; + +@Local +public interface PIMessageFacadeLocal { + + public void create(PIMessage entity); + + public void update(PIMessage entity); + + public void delete(PIMessage entity); + + public PIMessage findPIMonMsgs(Object pk); + + public List findAllPIMonMsgs(); + + public int getPIMonMsgsItemCount(); + + public int getStartIndex(); + + public void setStartIndex(int startIndex); + + public int getBatchSize(); + + public void setBatchSize(int batchSize); + + public List findPIMonMsgsByIflow (java.lang.String iflow); + + public List findPIMonMsgsBySender_party (java.lang.String sender_party); + + public List findPIMonMsgsBySender_name (java.lang.String sender_name); + + public List findPIMonMsgsBySender_namespace (java.lang.String sender_namespace); + + public List findPIMonMsgsBySender_interface (java.lang.String sender_interface); + + public List findPIMonMsgsByStatus (java.lang.String status); + + public List findPIMonMsgsByMessage_key (java.lang.String message_key); + + public List findPIMonMsgsByRef_id (java.lang.String ref_id); + + public List findPIMonMsgsByPayload (java.lang.String payload); + + public List findPIMonMsgsByEnd_time (java.util.Date end_time); + + public List findPIMonMsgsByStart_time (java.util.Date start_time); + + public List findPIMonMsgsById (java.lang.String id); + + public List findAllPIMonMsgs(java.lang.String iflow,java.lang.String sender_party,java.lang.String sender_name,java.lang.String sender_namespace,java.lang.String sender_interface,java.lang.String status,java.lang.String message_key,java.lang.String ref_id,java.lang.String payload,java.util.Date end_time,java.util.Date start_time,java.lang.String id); + + public Date getPIMonMsgsLatestEndTime (); + + public int deleteAllMessages (); + + public List findMessagesByTimeStampRange (Date startTime, Date endTime); + + public List findPIMonMsgsByRef_idNoPayload (String ref_id); + + public long numMessagesInError (); + + public long numMessagesInDeliveringMoreThanADay(); +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/jobs/MessageCollectorJob.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/jobs/MessageCollectorJob.java new file mode 100644 index 0000000..c9e8a7e --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/au/com/jaylin/persistence/jobs/MessageCollectorJob.java @@ -0,0 +1,44 @@ +package au.com.jaylin.persistence.jobs; + + +import com.sap.scheduler.runtime.mdb.MDBJobImplementation; +import javax.ejb.ActivationConfigProperty; +import javax.ejb.EJB; +import javax.ejb.MessageDriven; +import com.sap.scheduler.runtime.JobContext; +import com.sap.tc.logging.Location; + +import au.com.jaylin.persistence.ejbs.*; +import au.com.jaylin.persistence.ejbs.helpers.OperationStatus; + +/** + * Message-Driven Bean implementation class for: MessageCollectorJob + * NetWeaver scheduled job. Invokes method on PIMessageHandler to load up the latest PI messages and cache these for use in PI monitor. + */ +@MessageDriven(activationConfig = { + @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), + @ActivationConfigProperty(propertyName = "messageSelector", propertyValue = "JobDefinition=\'MessageCollectorJob\' AND ApplicationName=\'jaylin.com.au/zpi_app\'") }) +public class MessageCollectorJob extends MDBJobImplementation { + + private static final Location logger = Location.getLocation("au.com.jaylin.persistence.jobs.MessageCollectorJob"); + @EJB PIMessageHandlerLocal msgHandler; + + public MessageCollectorJob() { + // TODO Auto-generated constructor stub + } + + + @Override + public void onJob(JobContext jobContext) throws Exception { + logger.infoT("Job execution started"); + OperationStatus opStatus = msgHandler.readPIDataAndCache(); + + if(opStatus.status.equalsIgnoreCase("SUCCESS")) { + logger.infoT("Successfully refreshed PI Data"); + } else { + logger.errorT("Error refreshing PI Data, status: " + opStatus.status); + } + logger.infoT("Job execution finished"); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfAuditLogEntryData.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfAuditLogEntryData.java new file mode 100644 index 0000000..ce18458 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfAuditLogEntryData.java @@ -0,0 +1,69 @@ + +package data.api.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfAuditLogEntryData complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfAuditLogEntryData">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="AuditLogEntryData" type="{urn:com.sap.aii.mdt.api.data}AuditLogEntryData" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfAuditLogEntryData", propOrder = { + "auditLogEntryData" +}) +public class ArrayOfAuditLogEntryData { + + @XmlElement(name = "AuditLogEntryData", nillable = true) + protected List auditLogEntryData; + + /** + * Gets the value of the auditLogEntryData property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the auditLogEntryData property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getAuditLogEntryData().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link AuditLogEntryData } + * + * + */ + public List getAuditLogEntryData() { + if (auditLogEntryData == null) { + auditLogEntryData = new ArrayList(); + } + return this.auditLogEntryData; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfMessageInterface.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfMessageInterface.java new file mode 100644 index 0000000..f6e7e86 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfMessageInterface.java @@ -0,0 +1,69 @@ + +package data.api.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfMessageInterface complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfMessageInterface">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="MessageInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfMessageInterface", propOrder = { + "messageInterface" +}) +public class ArrayOfMessageInterface { + + @XmlElement(name = "MessageInterface", nillable = true) + protected List messageInterface; + + /** + * Gets the value of the messageInterface property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the messageInterface property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getMessageInterface().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link MessageInterface } + * + * + */ + public List getMessageInterface() { + if (messageInterface == null) { + messageInterface = new ArrayList(); + } + return this.messageInterface; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfMessageParty.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfMessageParty.java new file mode 100644 index 0000000..40ac553 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ArrayOfMessageParty.java @@ -0,0 +1,69 @@ + +package data.api.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfMessageParty complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfMessageParty">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="MessageParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfMessageParty", propOrder = { + "messageParty" +}) +public class ArrayOfMessageParty { + + @XmlElement(name = "MessageParty", nillable = true) + protected List messageParty; + + /** + * Gets the value of the messageParty property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the messageParty property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getMessageParty().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link MessageParty } + * + * + */ + public List getMessageParty() { + if (messageParty == null) { + messageParty = new ArrayList(); + } + return this.messageParty; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/AttributeValue.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/AttributeValue.java new file mode 100644 index 0000000..47f8c28 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/AttributeValue.java @@ -0,0 +1,32 @@ + +package data.api.mdt.aii.sap.com; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for AttributeValue complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="AttributeValue">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "AttributeValue") +public class AttributeValue { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/AuditLogEntryData.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/AuditLogEntryData.java new file mode 100644 index 0000000..39186a2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/AuditLogEntryData.java @@ -0,0 +1,177 @@ + +package data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import javax.xml.datatype.XMLGregorianCalendar; +import lang.java2.ArrayOfString; + + +/** + *

Java class for AuditLogEntryData complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="AuditLogEntryData">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="textKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="params" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="localizedText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "AuditLogEntryData", propOrder = { + "timeStamp", + "textKey", + "params", + "status", + "localizedText" +}) +public class AuditLogEntryData { + + @XmlElementRef(name = "timeStamp", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement timeStamp; + @XmlElementRef(name = "textKey", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement textKey; + @XmlElementRef(name = "params", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement params; + @XmlElementRef(name = "status", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement status; + @XmlElementRef(name = "localizedText", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement localizedText; + + /** + * Gets the value of the timeStamp property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getTimeStamp() { + return timeStamp; + } + + /** + * Sets the value of the timeStamp property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setTimeStamp(JAXBElement value) { + this.timeStamp = ((JAXBElement ) value); + } + + /** + * Gets the value of the textKey property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getTextKey() { + return textKey; + } + + /** + * Sets the value of the textKey property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setTextKey(JAXBElement value) { + this.textKey = ((JAXBElement ) value); + } + + /** + * Gets the value of the params property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getParams() { + return params; + } + + /** + * Sets the value of the params property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setParams(JAXBElement value) { + this.params = ((JAXBElement ) value); + } + + /** + * Gets the value of the status property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getStatus() { + return status; + } + + /** + * Sets the value of the status property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setStatus(JAXBElement value) { + this.status = ((JAXBElement ) value); + } + + /** + * Gets the value of the localizedText property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getLocalizedText() { + return localizedText; + } + + /** + * Sets the value of the localizedText property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setLocalizedText(JAXBElement value) { + this.localizedText = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/BooleanAttribute.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/BooleanAttribute.java new file mode 100644 index 0000000..58db66c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/BooleanAttribute.java @@ -0,0 +1,65 @@ + +package data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for BooleanAttribute complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="BooleanAttribute">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data}AttributeValue">
+ *       <sequence>
+ *         <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "BooleanAttribute", propOrder = { + "value" +}) +public class BooleanAttribute + extends AttributeValue +{ + + @XmlElementRef(name = "value", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement value; + + /** + * Gets the value of the value property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Boolean }{@code >} + * + */ + public JAXBElement getValue() { + return value; + } + + /** + * Sets the value of the value property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Boolean }{@code >} + * + */ + public void setValue(JAXBElement value) { + this.value = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/MessageInterface.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/MessageInterface.java new file mode 100644 index 0000000..fb5087c --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/MessageInterface.java @@ -0,0 +1,93 @@ + +package data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for MessageInterface complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="MessageInterface">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data}AttributeValue">
+ *       <sequence>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "MessageInterface", propOrder = { + "name", + "namespace" +}) +public class MessageInterface + extends AttributeValue +{ + + @XmlElementRef(name = "name", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement name; + @XmlElementRef(name = "namespace", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement namespace; + + /** + * Gets the value of the name property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setName(JAXBElement value) { + this.name = ((JAXBElement ) value); + } + + /** + * Gets the value of the namespace property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getNamespace() { + return namespace; + } + + /** + * Sets the value of the namespace property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setNamespace(JAXBElement value) { + this.namespace = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/MessageParty.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/MessageParty.java new file mode 100644 index 0000000..e32e179 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/MessageParty.java @@ -0,0 +1,121 @@ + +package data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for MessageParty complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="MessageParty">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data}AttributeValue">
+ *       <sequence>
+ *         <element name="agency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "MessageParty", propOrder = { + "agency", + "name", + "schema" +}) +public class MessageParty + extends AttributeValue +{ + + @XmlElementRef(name = "agency", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement agency; + @XmlElementRef(name = "name", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement name; + @XmlElementRef(name = "schema", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement schema; + + /** + * Gets the value of the agency property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getAgency() { + return agency; + } + + /** + * Sets the value of the agency property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setAgency(JAXBElement value) { + this.agency = ((JAXBElement ) value); + } + + /** + * Gets the value of the name property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setName(JAXBElement value) { + this.name = ((JAXBElement ) value); + } + + /** + * Gets the value of the schema property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSchema() { + return schema; + } + + /** + * Sets the value of the schema property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSchema(JAXBElement value) { + this.schema = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ObjectFactory.java new file mode 100644 index 0000000..6ee1a4a --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/ObjectFactory.java @@ -0,0 +1,228 @@ + +package data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.datatype.XMLGregorianCalendar; +import javax.xml.namespace.QName; +import lang.java.Comparable; +import lang.java2.ArrayOfString; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the data.api.mdt.aii.sap.com package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + private final static QName _MessageInterfaceName_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "name"); + private final static QName _MessageInterfaceNamespace_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "namespace"); + private final static QName _AuditLogEntryDataTimeStamp_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "timeStamp"); + private final static QName _AuditLogEntryDataLocalizedText_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "localizedText"); + private final static QName _AuditLogEntryDataStatus_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "status"); + private final static QName _AuditLogEntryDataTextKey_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "textKey"); + private final static QName _AuditLogEntryDataParams_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "params"); + private final static QName _MessagePartySchema_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "schema"); + private final static QName _MessagePartyAgency_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "agency"); + private final static QName _BooleanAttributeValue_QNAME = new QName("urn:com.sap.aii.mdt.api.data", "value"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: data.api.mdt.aii.sap.com + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link MessageInterface } + * + */ + public MessageInterface createMessageInterface() { + return new MessageInterface(); + } + + /** + * Create an instance of {@link AttributeValue } + * + */ + public AttributeValue createAttributeValue() { + return new AttributeValue(); + } + + /** + * Create an instance of {@link ArrayOfMessageParty } + * + */ + public ArrayOfMessageParty createArrayOfMessageParty() { + return new ArrayOfMessageParty(); + } + + /** + * Create an instance of {@link ArrayOfMessageInterface } + * + */ + public ArrayOfMessageInterface createArrayOfMessageInterface() { + return new ArrayOfMessageInterface(); + } + + /** + * Create an instance of {@link BooleanAttribute } + * + */ + public BooleanAttribute createBooleanAttribute() { + return new BooleanAttribute(); + } + + /** + * Create an instance of {@link WrapperAttribute } + * + */ + public WrapperAttribute createWrapperAttribute() { + return new WrapperAttribute(); + } + + /** + * Create an instance of {@link AuditLogEntryData } + * + */ + public AuditLogEntryData createAuditLogEntryData() { + return new AuditLogEntryData(); + } + + /** + * Create an instance of {@link MessageParty } + * + */ + public MessageParty createMessageParty() { + return new MessageParty(); + } + + /** + * Create an instance of {@link ArrayOfAuditLogEntryData } + * + */ + public ArrayOfAuditLogEntryData createArrayOfAuditLogEntryData() { + return new ArrayOfAuditLogEntryData(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "name", scope = MessageInterface.class) + public JAXBElement createMessageInterfaceName(String value) { + return new JAXBElement(_MessageInterfaceName_QNAME, String.class, MessageInterface.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "namespace", scope = MessageInterface.class) + public JAXBElement createMessageInterfaceNamespace(String value) { + return new JAXBElement(_MessageInterfaceNamespace_QNAME, String.class, MessageInterface.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "timeStamp", scope = AuditLogEntryData.class) + public JAXBElement createAuditLogEntryDataTimeStamp(XMLGregorianCalendar value) { + return new JAXBElement(_AuditLogEntryDataTimeStamp_QNAME, XMLGregorianCalendar.class, AuditLogEntryData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "localizedText", scope = AuditLogEntryData.class) + public JAXBElement createAuditLogEntryDataLocalizedText(String value) { + return new JAXBElement(_AuditLogEntryDataLocalizedText_QNAME, String.class, AuditLogEntryData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "status", scope = AuditLogEntryData.class) + public JAXBElement createAuditLogEntryDataStatus(String value) { + return new JAXBElement(_AuditLogEntryDataStatus_QNAME, String.class, AuditLogEntryData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "textKey", scope = AuditLogEntryData.class) + public JAXBElement createAuditLogEntryDataTextKey(String value) { + return new JAXBElement(_AuditLogEntryDataTextKey_QNAME, String.class, AuditLogEntryData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "params", scope = AuditLogEntryData.class) + public JAXBElement createAuditLogEntryDataParams(ArrayOfString value) { + return new JAXBElement(_AuditLogEntryDataParams_QNAME, ArrayOfString.class, AuditLogEntryData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "name", scope = MessageParty.class) + public JAXBElement createMessagePartyName(String value) { + return new JAXBElement(_MessageInterfaceName_QNAME, String.class, MessageParty.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "schema", scope = MessageParty.class) + public JAXBElement createMessagePartySchema(String value) { + return new JAXBElement(_MessagePartySchema_QNAME, String.class, MessageParty.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "agency", scope = MessageParty.class) + public JAXBElement createMessagePartyAgency(String value) { + return new JAXBElement(_MessagePartyAgency_QNAME, String.class, MessageParty.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "value", scope = BooleanAttribute.class) + public JAXBElement createBooleanAttributeValue(Boolean value) { + return new JAXBElement(_BooleanAttributeValue_QNAME, Boolean.class, BooleanAttribute.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Comparable }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data", name = "value", scope = WrapperAttribute.class) + public JAXBElement createWrapperAttributeValue(Comparable value) { + return new JAXBElement(_BooleanAttributeValue_QNAME, Comparable.class, WrapperAttribute.class, value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/WrapperAttribute.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/WrapperAttribute.java new file mode 100644 index 0000000..d189497 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/WrapperAttribute.java @@ -0,0 +1,66 @@ + +package data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import lang.java.Comparable; + + +/** + *

Java class for WrapperAttribute complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="WrapperAttribute">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data}AttributeValue">
+ *       <sequence>
+ *         <element name="value" type="{urn:java.lang}Comparable" minOccurs="0"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "WrapperAttribute", propOrder = { + "value" +}) +public class WrapperAttribute + extends AttributeValue +{ + + @XmlElementRef(name = "value", namespace = "urn:com.sap.aii.mdt.api.data", type = JAXBElement.class) + protected JAXBElement value; + + /** + * Gets the value of the value property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Comparable }{@code >} + * + */ + public JAXBElement getValue() { + return value; + } + + /** + * Sets the value of the value property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Comparable }{@code >} + * + */ + public void setValue(JAXBElement value) { + this.value = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/package-info.java new file mode 100644 index 0000000..d486145 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/data/api/mdt/aii/sap/com/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:com.sap.aii.mdt.api.data", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +package data.api.mdt.aii.sap.com; diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/MessageDataExt.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/MessageDataExt.java new file mode 100644 index 0000000..3c2eb4a --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/MessageDataExt.java @@ -0,0 +1,32 @@ + +package esiext.data.api.mdt.aii.sap.com; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for MessageDataExt complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="MessageDataExt">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "MessageDataExt") +public class MessageDataExt { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/MessageFilterExt.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/MessageFilterExt.java new file mode 100644 index 0000000..1dbfd4d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/MessageFilterExt.java @@ -0,0 +1,32 @@ + +package esiext.data.api.mdt.aii.sap.com; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for MessageFilterExt complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="MessageFilterExt">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "MessageFilterExt") +public class MessageFilterExt { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/ObjectFactory.java new file mode 100644 index 0000000..85fece1 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/ObjectFactory.java @@ -0,0 +1,97 @@ + +package esiext.data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.namespace.QName; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the esiext.data.api.mdt.aii.sap.com package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + private final static QName _WSMessageFilterExtApplicationComponent_QNAME = new QName("urn:com.sap.aii.mdt.api.data.esiext", "applicationComponent"); + private final static QName _WSMessageFilterExtServiceDefinition_QNAME = new QName("urn:com.sap.aii.mdt.api.data.esiext", "serviceDefinition"); + private final static QName _WSMessageFilterExtSoftwareComponent_QNAME = new QName("urn:com.sap.aii.mdt.api.data.esiext", "softwareComponent"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: esiext.data.api.mdt.aii.sap.com + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link MessageFilterExt } + * + */ + public MessageFilterExt createMessageFilterExt() { + return new MessageFilterExt(); + } + + /** + * Create an instance of {@link WSMessageFilterExt } + * + */ + public WSMessageFilterExt createWSMessageFilterExt() { + return new WSMessageFilterExt(); + } + + /** + * Create an instance of {@link WSMessageDataExt } + * + */ + public WSMessageDataExt createWSMessageDataExt() { + return new WSMessageDataExt(); + } + + /** + * Create an instance of {@link MessageDataExt } + * + */ + public MessageDataExt createMessageDataExt() { + return new MessageDataExt(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data.esiext", name = "applicationComponent", scope = WSMessageFilterExt.class) + public JAXBElement createWSMessageFilterExtApplicationComponent(String value) { + return new JAXBElement(_WSMessageFilterExtApplicationComponent_QNAME, String.class, WSMessageFilterExt.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data.esiext", name = "serviceDefinition", scope = WSMessageFilterExt.class) + public JAXBElement createWSMessageFilterExtServiceDefinition(String value) { + return new JAXBElement(_WSMessageFilterExtServiceDefinition_QNAME, String.class, WSMessageFilterExt.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.api.data.esiext", name = "softwareComponent", scope = WSMessageFilterExt.class) + public JAXBElement createWSMessageFilterExtSoftwareComponent(String value) { + return new JAXBElement(_WSMessageFilterExtSoftwareComponent_QNAME, String.class, WSMessageFilterExt.class, value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/WSMessageDataExt.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/WSMessageDataExt.java new file mode 100644 index 0000000..b44ac14 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/WSMessageDataExt.java @@ -0,0 +1,34 @@ + +package esiext.data.api.mdt.aii.sap.com; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for WSMessageDataExt complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="WSMessageDataExt">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data.esiext}MessageDataExt">
+ *       <sequence>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "WSMessageDataExt") +public class WSMessageDataExt + extends MessageDataExt +{ + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/WSMessageFilterExt.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/WSMessageFilterExt.java new file mode 100644 index 0000000..9d80ac7 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/WSMessageFilterExt.java @@ -0,0 +1,121 @@ + +package esiext.data.api.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for WSMessageFilterExt complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="WSMessageFilterExt">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data.esiext}MessageFilterExt">
+ *       <sequence>
+ *         <element name="applicationComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="serviceDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="softwareComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "WSMessageFilterExt", propOrder = { + "applicationComponent", + "serviceDefinition", + "softwareComponent" +}) +public class WSMessageFilterExt + extends MessageFilterExt +{ + + @XmlElementRef(name = "applicationComponent", namespace = "urn:com.sap.aii.mdt.api.data.esiext", type = JAXBElement.class) + protected JAXBElement applicationComponent; + @XmlElementRef(name = "serviceDefinition", namespace = "urn:com.sap.aii.mdt.api.data.esiext", type = JAXBElement.class) + protected JAXBElement serviceDefinition; + @XmlElementRef(name = "softwareComponent", namespace = "urn:com.sap.aii.mdt.api.data.esiext", type = JAXBElement.class) + protected JAXBElement softwareComponent; + + /** + * Gets the value of the applicationComponent property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getApplicationComponent() { + return applicationComponent; + } + + /** + * Sets the value of the applicationComponent property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setApplicationComponent(JAXBElement value) { + this.applicationComponent = ((JAXBElement ) value); + } + + /** + * Gets the value of the serviceDefinition property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getServiceDefinition() { + return serviceDefinition; + } + + /** + * Sets the value of the serviceDefinition property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setServiceDefinition(JAXBElement value) { + this.serviceDefinition = ((JAXBElement ) value); + } + + /** + * Gets the value of the softwareComponent property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSoftwareComponent() { + return softwareComponent; + } + + /** + * Sets the value of the softwareComponent property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSoftwareComponent(JAXBElement value) { + this.softwareComponent = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/package-info.java new file mode 100644 index 0000000..2ad304f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/data/api/mdt/aii/sap/com/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:com.sap.aii.mdt.api.data.esiext", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +package esiext.data.api.mdt.aii.sap.com; diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/MessagingSystemData.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/MessagingSystemData.java new file mode 100644 index 0000000..5ced04d --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/MessagingSystemData.java @@ -0,0 +1,1086 @@ + +package esiext.ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import javax.xml.datatype.XMLGregorianCalendar; +import data.api.mdt.aii.sap.com.BooleanAttribute; +import data.api.mdt.aii.sap.com.MessageInterface; +import data.api.mdt.aii.sap.com.MessageParty; + + +/** + *

Java class for MessagingSystemData complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="MessagingSystemData">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="cancelable" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="connectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="credential" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="editable" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="headers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="interface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="isPersistent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="messageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="messageKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="messageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="persistUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="qualityOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="receiverName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="referenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="restartable" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="retries" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="retryInterval" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ *         <element name="scheduleTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="senderInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="senderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="senderParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="sequenceNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
+ *         <element name="serializationContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="timesFailed" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ *         <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="wasEdited" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "MessagingSystemData", propOrder = { + "cancelable", + "connectionName", + "credential", + "direction", + "editable", + "endTime", + "endpoint", + "errorCategory", + "errorCode", + "headers", + "_interface", + "isPersistent", + "messageID", + "messageKey", + "messageType", + "nodeId", + "persistUntil", + "protocol", + "qualityOfService", + "receiverInterface", + "receiverName", + "receiverParty", + "referenceID", + "restartable", + "retries", + "retryInterval", + "scheduleTime", + "senderInterface", + "senderName", + "senderParty", + "sequenceNumber", + "serializationContext", + "startTime", + "status", + "timesFailed", + "transport", + "validUntil", + "version", + "wasEdited" +}) +public class MessagingSystemData { + + @XmlElementRef(name = "cancelable", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement cancelable; + @XmlElementRef(name = "connectionName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement connectionName; + @XmlElementRef(name = "credential", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement credential; + @XmlElementRef(name = "direction", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement direction; + @XmlElementRef(name = "editable", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement editable; + @XmlElementRef(name = "endTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement endTime; + @XmlElementRef(name = "endpoint", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement endpoint; + @XmlElementRef(name = "errorCategory", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement errorCategory; + @XmlElementRef(name = "errorCode", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement errorCode; + @XmlElementRef(name = "headers", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement headers; + @XmlElementRef(name = "interface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement _interface; + protected boolean isPersistent; + @XmlElementRef(name = "messageID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement messageID; + @XmlElementRef(name = "messageKey", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement messageKey; + @XmlElementRef(name = "messageType", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement messageType; + protected int nodeId; + @XmlElementRef(name = "persistUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement persistUntil; + @XmlElementRef(name = "protocol", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement protocol; + @XmlElementRef(name = "qualityOfService", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement qualityOfService; + @XmlElementRef(name = "receiverInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement receiverInterface; + @XmlElementRef(name = "receiverName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement receiverName; + @XmlElementRef(name = "receiverParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement receiverParty; + @XmlElementRef(name = "referenceID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement referenceID; + @XmlElementRef(name = "restartable", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement restartable; + protected int retries; + protected long retryInterval; + @XmlElementRef(name = "scheduleTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement scheduleTime; + @XmlElementRef(name = "senderInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement senderInterface; + @XmlElementRef(name = "senderName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement senderName; + @XmlElementRef(name = "senderParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement senderParty; + @XmlElementRef(name = "sequenceNumber", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement sequenceNumber; + @XmlElementRef(name = "serializationContext", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement serializationContext; + @XmlElementRef(name = "startTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement startTime; + @XmlElementRef(name = "status", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement status; + protected long timesFailed; + @XmlElementRef(name = "transport", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement transport; + @XmlElementRef(name = "validUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement validUntil; + @XmlElementRef(name = "version", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement version; + @XmlElementRef(name = "wasEdited", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement wasEdited; + + /** + * Gets the value of the cancelable property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getCancelable() { + return cancelable; + } + + /** + * Sets the value of the cancelable property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setCancelable(JAXBElement value) { + this.cancelable = ((JAXBElement ) value); + } + + /** + * Gets the value of the connectionName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getConnectionName() { + return connectionName; + } + + /** + * Sets the value of the connectionName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setConnectionName(JAXBElement value) { + this.connectionName = ((JAXBElement ) value); + } + + /** + * Gets the value of the credential property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getCredential() { + return credential; + } + + /** + * Sets the value of the credential property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setCredential(JAXBElement value) { + this.credential = ((JAXBElement ) value); + } + + /** + * Gets the value of the direction property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDirection() { + return direction; + } + + /** + * Sets the value of the direction property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDirection(JAXBElement value) { + this.direction = ((JAXBElement ) value); + } + + /** + * Gets the value of the editable property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getEditable() { + return editable; + } + + /** + * Sets the value of the editable property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setEditable(JAXBElement value) { + this.editable = ((JAXBElement ) value); + } + + /** + * Gets the value of the endTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getEndTime() { + return endTime; + } + + /** + * Sets the value of the endTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setEndTime(JAXBElement value) { + this.endTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the endpoint property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getEndpoint() { + return endpoint; + } + + /** + * Sets the value of the endpoint property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setEndpoint(JAXBElement value) { + this.endpoint = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCategory property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCategory() { + return errorCategory; + } + + /** + * Sets the value of the errorCategory property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCategory(JAXBElement value) { + this.errorCategory = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCode property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCode() { + return errorCode; + } + + /** + * Sets the value of the errorCode property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCode(JAXBElement value) { + this.errorCode = ((JAXBElement ) value); + } + + /** + * Gets the value of the headers property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getHeaders() { + return headers; + } + + /** + * Sets the value of the headers property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setHeaders(JAXBElement value) { + this.headers = ((JAXBElement ) value); + } + + /** + * Gets the value of the interface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getInterface() { + return _interface; + } + + /** + * Sets the value of the interface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setInterface(JAXBElement value) { + this._interface = ((JAXBElement ) value); + } + + /** + * Gets the value of the isPersistent property. + * + */ + public boolean isIsPersistent() { + return isPersistent; + } + + /** + * Sets the value of the isPersistent property. + * + */ + public void setIsPersistent(boolean value) { + this.isPersistent = value; + } + + /** + * Gets the value of the messageID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageID() { + return messageID; + } + + /** + * Sets the value of the messageID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageID(JAXBElement value) { + this.messageID = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageKey property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageKey() { + return messageKey; + } + + /** + * Sets the value of the messageKey property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageKey(JAXBElement value) { + this.messageKey = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageType property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageType() { + return messageType; + } + + /** + * Sets the value of the messageType property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageType(JAXBElement value) { + this.messageType = ((JAXBElement ) value); + } + + /** + * Gets the value of the nodeId property. + * + */ + public int getNodeId() { + return nodeId; + } + + /** + * Sets the value of the nodeId property. + * + */ + public void setNodeId(int value) { + this.nodeId = value; + } + + /** + * Gets the value of the persistUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getPersistUntil() { + return persistUntil; + } + + /** + * Sets the value of the persistUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setPersistUntil(JAXBElement value) { + this.persistUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the protocol property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getProtocol() { + return protocol; + } + + /** + * Sets the value of the protocol property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setProtocol(JAXBElement value) { + this.protocol = ((JAXBElement ) value); + } + + /** + * Gets the value of the qualityOfService property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getQualityOfService() { + return qualityOfService; + } + + /** + * Sets the value of the qualityOfService property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setQualityOfService(JAXBElement value) { + this.qualityOfService = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getReceiverInterface() { + return receiverInterface; + } + + /** + * Sets the value of the receiverInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setReceiverInterface(JAXBElement value) { + this.receiverInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getReceiverName() { + return receiverName; + } + + /** + * Sets the value of the receiverName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setReceiverName(JAXBElement value) { + this.receiverName = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getReceiverParty() { + return receiverParty; + } + + /** + * Sets the value of the receiverParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setReceiverParty(JAXBElement value) { + this.receiverParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the referenceID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getReferenceID() { + return referenceID; + } + + /** + * Sets the value of the referenceID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setReferenceID(JAXBElement value) { + this.referenceID = ((JAXBElement ) value); + } + + /** + * Gets the value of the restartable property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getRestartable() { + return restartable; + } + + /** + * Sets the value of the restartable property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setRestartable(JAXBElement value) { + this.restartable = ((JAXBElement ) value); + } + + /** + * Gets the value of the retries property. + * + */ + public int getRetries() { + return retries; + } + + /** + * Sets the value of the retries property. + * + */ + public void setRetries(int value) { + this.retries = value; + } + + /** + * Gets the value of the retryInterval property. + * + */ + public long getRetryInterval() { + return retryInterval; + } + + /** + * Sets the value of the retryInterval property. + * + */ + public void setRetryInterval(long value) { + this.retryInterval = value; + } + + /** + * Gets the value of the scheduleTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getScheduleTime() { + return scheduleTime; + } + + /** + * Sets the value of the scheduleTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setScheduleTime(JAXBElement value) { + this.scheduleTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getSenderInterface() { + return senderInterface; + } + + /** + * Sets the value of the senderInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setSenderInterface(JAXBElement value) { + this.senderInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSenderName() { + return senderName; + } + + /** + * Sets the value of the senderName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSenderName(JAXBElement value) { + this.senderName = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getSenderParty() { + return senderParty; + } + + /** + * Sets the value of the senderParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setSenderParty(JAXBElement value) { + this.senderParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the sequenceNumber property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Long }{@code >} + * + */ + public JAXBElement getSequenceNumber() { + return sequenceNumber; + } + + /** + * Sets the value of the sequenceNumber property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Long }{@code >} + * + */ + public void setSequenceNumber(JAXBElement value) { + this.sequenceNumber = ((JAXBElement ) value); + } + + /** + * Gets the value of the serializationContext property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSerializationContext() { + return serializationContext; + } + + /** + * Sets the value of the serializationContext property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSerializationContext(JAXBElement value) { + this.serializationContext = ((JAXBElement ) value); + } + + /** + * Gets the value of the startTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getStartTime() { + return startTime; + } + + /** + * Sets the value of the startTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setStartTime(JAXBElement value) { + this.startTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the status property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getStatus() { + return status; + } + + /** + * Sets the value of the status property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setStatus(JAXBElement value) { + this.status = ((JAXBElement ) value); + } + + /** + * Gets the value of the timesFailed property. + * + */ + public long getTimesFailed() { + return timesFailed; + } + + /** + * Sets the value of the timesFailed property. + * + */ + public void setTimesFailed(long value) { + this.timesFailed = value; + } + + /** + * Gets the value of the transport property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getTransport() { + return transport; + } + + /** + * Sets the value of the transport property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setTransport(JAXBElement value) { + this.transport = ((JAXBElement ) value); + } + + /** + * Gets the value of the validUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getValidUntil() { + return validUntil; + } + + /** + * Sets the value of the validUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setValidUntil(JAXBElement value) { + this.validUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the version property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getVersion() { + return version; + } + + /** + * Sets the value of the version property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setVersion(JAXBElement value) { + this.version = ((JAXBElement ) value); + } + + /** + * Gets the value of the wasEdited property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getWasEdited() { + return wasEdited; + } + + /** + * Sets the value of the wasEdited property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setWasEdited(JAXBElement value) { + this.wasEdited = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/MessagingSystemFilter.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/MessagingSystemFilter.java new file mode 100644 index 0000000..0d6da01 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/MessagingSystemFilter.java @@ -0,0 +1,975 @@ + +package esiext.ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import javax.xml.datatype.XMLGregorianCalendar; +import data.api.mdt.aii.sap.com.MessageInterface; +import data.api.mdt.aii.sap.com.MessageParty; +import lang.java2.ArrayOfString; + + +/** + *

Java class for MessagingSystemFilter complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="MessagingSystemFilter">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="archive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="connectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="correlationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="dateType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="fromTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="interface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="messageFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="messageIDs" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="messageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="onlyFaultyMessages" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="persistUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="qualityOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="receiverName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="referenceIDs" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="retries" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="retryInterval" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ *         <element name="scheduleTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="senderInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="senderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="senderParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="sequenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="serializationContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="statuses" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="timesFailed" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="toTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="wasEdited" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "MessagingSystemFilter", propOrder = { + "archive", + "connectionName", + "correlationID", + "dateType", + "direction", + "errorCategory", + "errorCode", + "fromTime", + "_interface", + "messageFormat", + "messageIDs", + "messageType", + "nodeId", + "onlyFaultyMessages", + "persistUntil", + "protocol", + "qualityOfService", + "receiverInterface", + "receiverName", + "receiverParty", + "referenceIDs", + "retries", + "retryInterval", + "scheduleTime", + "senderInterface", + "senderName", + "senderParty", + "sequenceID", + "serializationContext", + "status", + "statuses", + "timesFailed", + "toTime", + "transport", + "validUntil", + "wasEdited" +}) +public class MessagingSystemFilter { + + protected boolean archive; + @XmlElementRef(name = "connectionName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement connectionName; + @XmlElementRef(name = "correlationID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement correlationID; + protected int dateType; + @XmlElementRef(name = "direction", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement direction; + @XmlElementRef(name = "errorCategory", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement errorCategory; + @XmlElementRef(name = "errorCode", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement errorCode; + @XmlElementRef(name = "fromTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement fromTime; + @XmlElementRef(name = "interface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement _interface; + @XmlElementRef(name = "messageFormat", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement messageFormat; + @XmlElementRef(name = "messageIDs", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement messageIDs; + @XmlElementRef(name = "messageType", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement messageType; + protected int nodeId; + protected boolean onlyFaultyMessages; + @XmlElementRef(name = "persistUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement persistUntil; + @XmlElementRef(name = "protocol", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement protocol; + @XmlElementRef(name = "qualityOfService", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement qualityOfService; + @XmlElementRef(name = "receiverInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement receiverInterface; + @XmlElementRef(name = "receiverName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement receiverName; + @XmlElementRef(name = "receiverParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement receiverParty; + @XmlElementRef(name = "referenceIDs", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement referenceIDs; + protected int retries; + protected long retryInterval; + @XmlElementRef(name = "scheduleTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement scheduleTime; + @XmlElementRef(name = "senderInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement senderInterface; + @XmlElementRef(name = "senderName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement senderName; + @XmlElementRef(name = "senderParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement senderParty; + @XmlElementRef(name = "sequenceID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement sequenceID; + @XmlElementRef(name = "serializationContext", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement serializationContext; + @XmlElementRef(name = "status", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement status; + @XmlElementRef(name = "statuses", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement statuses; + protected int timesFailed; + @XmlElementRef(name = "toTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement toTime; + @XmlElementRef(name = "transport", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement transport; + @XmlElementRef(name = "validUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", type = JAXBElement.class) + protected JAXBElement validUntil; + protected boolean wasEdited; + + /** + * Gets the value of the archive property. + * + */ + public boolean isArchive() { + return archive; + } + + /** + * Sets the value of the archive property. + * + */ + public void setArchive(boolean value) { + this.archive = value; + } + + /** + * Gets the value of the connectionName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getConnectionName() { + return connectionName; + } + + /** + * Sets the value of the connectionName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setConnectionName(JAXBElement value) { + this.connectionName = ((JAXBElement ) value); + } + + /** + * Gets the value of the correlationID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getCorrelationID() { + return correlationID; + } + + /** + * Sets the value of the correlationID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setCorrelationID(JAXBElement value) { + this.correlationID = ((JAXBElement ) value); + } + + /** + * Gets the value of the dateType property. + * + */ + public int getDateType() { + return dateType; + } + + /** + * Sets the value of the dateType property. + * + */ + public void setDateType(int value) { + this.dateType = value; + } + + /** + * Gets the value of the direction property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDirection() { + return direction; + } + + /** + * Sets the value of the direction property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDirection(JAXBElement value) { + this.direction = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCategory property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCategory() { + return errorCategory; + } + + /** + * Sets the value of the errorCategory property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCategory(JAXBElement value) { + this.errorCategory = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCode property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCode() { + return errorCode; + } + + /** + * Sets the value of the errorCode property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCode(JAXBElement value) { + this.errorCode = ((JAXBElement ) value); + } + + /** + * Gets the value of the fromTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getFromTime() { + return fromTime; + } + + /** + * Sets the value of the fromTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setFromTime(JAXBElement value) { + this.fromTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the interface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getInterface() { + return _interface; + } + + /** + * Sets the value of the interface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setInterface(JAXBElement value) { + this._interface = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageFormat property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageFormat() { + return messageFormat; + } + + /** + * Sets the value of the messageFormat property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageFormat(JAXBElement value) { + this.messageFormat = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageIDs property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getMessageIDs() { + return messageIDs; + } + + /** + * Sets the value of the messageIDs property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setMessageIDs(JAXBElement value) { + this.messageIDs = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageType property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageType() { + return messageType; + } + + /** + * Sets the value of the messageType property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageType(JAXBElement value) { + this.messageType = ((JAXBElement ) value); + } + + /** + * Gets the value of the nodeId property. + * + */ + public int getNodeId() { + return nodeId; + } + + /** + * Sets the value of the nodeId property. + * + */ + public void setNodeId(int value) { + this.nodeId = value; + } + + /** + * Gets the value of the onlyFaultyMessages property. + * + */ + public boolean isOnlyFaultyMessages() { + return onlyFaultyMessages; + } + + /** + * Sets the value of the onlyFaultyMessages property. + * + */ + public void setOnlyFaultyMessages(boolean value) { + this.onlyFaultyMessages = value; + } + + /** + * Gets the value of the persistUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getPersistUntil() { + return persistUntil; + } + + /** + * Sets the value of the persistUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setPersistUntil(JAXBElement value) { + this.persistUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the protocol property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getProtocol() { + return protocol; + } + + /** + * Sets the value of the protocol property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setProtocol(JAXBElement value) { + this.protocol = ((JAXBElement ) value); + } + + /** + * Gets the value of the qualityOfService property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getQualityOfService() { + return qualityOfService; + } + + /** + * Sets the value of the qualityOfService property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setQualityOfService(JAXBElement value) { + this.qualityOfService = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getReceiverInterface() { + return receiverInterface; + } + + /** + * Sets the value of the receiverInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setReceiverInterface(JAXBElement value) { + this.receiverInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getReceiverName() { + return receiverName; + } + + /** + * Sets the value of the receiverName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setReceiverName(JAXBElement value) { + this.receiverName = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getReceiverParty() { + return receiverParty; + } + + /** + * Sets the value of the receiverParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setReceiverParty(JAXBElement value) { + this.receiverParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the referenceIDs property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getReferenceIDs() { + return referenceIDs; + } + + /** + * Sets the value of the referenceIDs property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setReferenceIDs(JAXBElement value) { + this.referenceIDs = ((JAXBElement ) value); + } + + /** + * Gets the value of the retries property. + * + */ + public int getRetries() { + return retries; + } + + /** + * Sets the value of the retries property. + * + */ + public void setRetries(int value) { + this.retries = value; + } + + /** + * Gets the value of the retryInterval property. + * + */ + public long getRetryInterval() { + return retryInterval; + } + + /** + * Sets the value of the retryInterval property. + * + */ + public void setRetryInterval(long value) { + this.retryInterval = value; + } + + /** + * Gets the value of the scheduleTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getScheduleTime() { + return scheduleTime; + } + + /** + * Sets the value of the scheduleTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setScheduleTime(JAXBElement value) { + this.scheduleTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getSenderInterface() { + return senderInterface; + } + + /** + * Sets the value of the senderInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setSenderInterface(JAXBElement value) { + this.senderInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSenderName() { + return senderName; + } + + /** + * Sets the value of the senderName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSenderName(JAXBElement value) { + this.senderName = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getSenderParty() { + return senderParty; + } + + /** + * Sets the value of the senderParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setSenderParty(JAXBElement value) { + this.senderParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the sequenceID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSequenceID() { + return sequenceID; + } + + /** + * Sets the value of the sequenceID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSequenceID(JAXBElement value) { + this.sequenceID = ((JAXBElement ) value); + } + + /** + * Gets the value of the serializationContext property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSerializationContext() { + return serializationContext; + } + + /** + * Sets the value of the serializationContext property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSerializationContext(JAXBElement value) { + this.serializationContext = ((JAXBElement ) value); + } + + /** + * Gets the value of the status property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getStatus() { + return status; + } + + /** + * Sets the value of the status property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setStatus(JAXBElement value) { + this.status = ((JAXBElement ) value); + } + + /** + * Gets the value of the statuses property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getStatuses() { + return statuses; + } + + /** + * Sets the value of the statuses property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setStatuses(JAXBElement value) { + this.statuses = ((JAXBElement ) value); + } + + /** + * Gets the value of the timesFailed property. + * + */ + public int getTimesFailed() { + return timesFailed; + } + + /** + * Sets the value of the timesFailed property. + * + */ + public void setTimesFailed(int value) { + this.timesFailed = value; + } + + /** + * Gets the value of the toTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getToTime() { + return toTime; + } + + /** + * Sets the value of the toTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setToTime(JAXBElement value) { + this.toTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the transport property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getTransport() { + return transport; + } + + /** + * Sets the value of the transport property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setTransport(JAXBElement value) { + this.transport = ((JAXBElement ) value); + } + + /** + * Gets the value of the validUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getValidUntil() { + return validUntil; + } + + /** + * Sets the value of the validUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setValidUntil(JAXBElement value) { + this.validUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the wasEdited property. + * + */ + public boolean isWasEdited() { + return wasEdited; + } + + /** + * Sets the value of the wasEdited property. + * + */ + public void setWasEdited(boolean value) { + this.wasEdited = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/ObjectFactory.java new file mode 100644 index 0000000..bf70c9f --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/ObjectFactory.java @@ -0,0 +1,672 @@ + +package esiext.ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.datatype.XMLGregorianCalendar; +import javax.xml.namespace.QName; +import data.api.mdt.aii.sap.com.BooleanAttribute; +import data.api.mdt.aii.sap.com.MessageInterface; +import data.api.mdt.aii.sap.com.MessageParty; +import lang.java2.ArrayOfString; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the esiext.ws.adapterframework.server.mdt.aii.sap.com package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + private final static QName _MessagingSystemFilterConnectionName_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "connectionName"); + private final static QName _MessagingSystemFilterMessageType_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "messageType"); + private final static QName _MessagingSystemFilterInterface_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "interface"); + private final static QName _MessagingSystemFilterScheduleTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "scheduleTime"); + private final static QName _MessagingSystemFilterToTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "toTime"); + private final static QName _MessagingSystemFilterProtocol_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "protocol"); + private final static QName _MessagingSystemFilterStatus_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "status"); + private final static QName _MessagingSystemFilterMessageIDs_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "messageIDs"); + private final static QName _MessagingSystemFilterErrorCode_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "errorCode"); + private final static QName _MessagingSystemFilterSenderParty_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "senderParty"); + private final static QName _MessagingSystemFilterReferenceIDs_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "referenceIDs"); + private final static QName _MessagingSystemFilterSenderName_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "senderName"); + private final static QName _MessagingSystemFilterMessageFormat_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "messageFormat"); + private final static QName _MessagingSystemFilterFromTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "fromTime"); + private final static QName _MessagingSystemFilterValidUntil_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "validUntil"); + private final static QName _MessagingSystemFilterSenderInterface_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "senderInterface"); + private final static QName _MessagingSystemFilterStatuses_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "statuses"); + private final static QName _MessagingSystemFilterCorrelationID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "correlationID"); + private final static QName _MessagingSystemFilterQualityOfService_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "qualityOfService"); + private final static QName _MessagingSystemFilterPersistUntil_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "persistUntil"); + private final static QName _MessagingSystemFilterDirection_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "direction"); + private final static QName _MessagingSystemFilterReceiverName_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "receiverName"); + private final static QName _MessagingSystemFilterSequenceID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "sequenceID"); + private final static QName _MessagingSystemFilterSerializationContext_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "serializationContext"); + private final static QName _MessagingSystemFilterReceiverInterface_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "receiverInterface"); + private final static QName _MessagingSystemFilterReceiverParty_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "receiverParty"); + private final static QName _MessagingSystemFilterTransport_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "transport"); + private final static QName _MessagingSystemFilterErrorCategory_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "errorCategory"); + private final static QName _MessagingSystemDataEndpoint_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "endpoint"); + private final static QName _MessagingSystemDataEditable_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "editable"); + private final static QName _MessagingSystemDataCredential_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "credential"); + private final static QName _MessagingSystemDataRestartable_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "restartable"); + private final static QName _MessagingSystemDataMessageKey_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "messageKey"); + private final static QName _MessagingSystemDataEndTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "endTime"); + private final static QName _MessagingSystemDataReferenceID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "referenceID"); + private final static QName _MessagingSystemDataVersion_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "version"); + private final static QName _MessagingSystemDataSequenceNumber_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "sequenceNumber"); + private final static QName _MessagingSystemDataHeaders_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "headers"); + private final static QName _MessagingSystemDataCancelable_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "cancelable"); + private final static QName _MessagingSystemDataWasEdited_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "wasEdited"); + private final static QName _MessagingSystemDataStartTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "startTime"); + private final static QName _MessagingSystemDataMessageID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", "messageID"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: esiext.ws.adapterframework.server.mdt.aii.sap.com + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link WSMessageDataExtImpl } + * + */ + public WSMessageDataExtImpl createWSMessageDataExtImpl() { + return new WSMessageDataExtImpl(); + } + + /** + * Create an instance of {@link MessagingSystemFilter } + * + */ + public MessagingSystemFilter createMessagingSystemFilter() { + return new MessagingSystemFilter(); + } + + /** + * Create an instance of {@link WSMessageFilterExtImpl } + * + */ + public WSMessageFilterExtImpl createWSMessageFilterExtImpl() { + return new WSMessageFilterExtImpl(); + } + + /** + * Create an instance of {@link MessagingSystemData } + * + */ + public MessagingSystemData createMessagingSystemData() { + return new MessagingSystemData(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "connectionName", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterConnectionName(String value) { + return new JAXBElement(_MessagingSystemFilterConnectionName_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "messageType", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterMessageType(String value) { + return new JAXBElement(_MessagingSystemFilterMessageType_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "interface", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterInterface(MessageInterface value) { + return new JAXBElement(_MessagingSystemFilterInterface_QNAME, MessageInterface.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "scheduleTime", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterScheduleTime(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterScheduleTime_QNAME, XMLGregorianCalendar.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "toTime", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterToTime(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterToTime_QNAME, XMLGregorianCalendar.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "protocol", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterProtocol(String value) { + return new JAXBElement(_MessagingSystemFilterProtocol_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "status", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterStatus(String value) { + return new JAXBElement(_MessagingSystemFilterStatus_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "messageIDs", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterMessageIDs(ArrayOfString value) { + return new JAXBElement(_MessagingSystemFilterMessageIDs_QNAME, ArrayOfString.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "errorCode", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterErrorCode(String value) { + return new JAXBElement(_MessagingSystemFilterErrorCode_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "senderParty", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterSenderParty(MessageParty value) { + return new JAXBElement(_MessagingSystemFilterSenderParty_QNAME, MessageParty.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "referenceIDs", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterReferenceIDs(ArrayOfString value) { + return new JAXBElement(_MessagingSystemFilterReferenceIDs_QNAME, ArrayOfString.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "senderName", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterSenderName(String value) { + return new JAXBElement(_MessagingSystemFilterSenderName_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "messageFormat", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterMessageFormat(String value) { + return new JAXBElement(_MessagingSystemFilterMessageFormat_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "fromTime", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterFromTime(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterFromTime_QNAME, XMLGregorianCalendar.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "validUntil", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterValidUntil(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterValidUntil_QNAME, XMLGregorianCalendar.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "senderInterface", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterSenderInterface(MessageInterface value) { + return new JAXBElement(_MessagingSystemFilterSenderInterface_QNAME, MessageInterface.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "statuses", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterStatuses(ArrayOfString value) { + return new JAXBElement(_MessagingSystemFilterStatuses_QNAME, ArrayOfString.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "correlationID", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterCorrelationID(String value) { + return new JAXBElement(_MessagingSystemFilterCorrelationID_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "qualityOfService", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterQualityOfService(String value) { + return new JAXBElement(_MessagingSystemFilterQualityOfService_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "persistUntil", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterPersistUntil(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterPersistUntil_QNAME, XMLGregorianCalendar.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "direction", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterDirection(String value) { + return new JAXBElement(_MessagingSystemFilterDirection_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "receiverName", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterReceiverName(String value) { + return new JAXBElement(_MessagingSystemFilterReceiverName_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "sequenceID", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterSequenceID(String value) { + return new JAXBElement(_MessagingSystemFilterSequenceID_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "serializationContext", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterSerializationContext(String value) { + return new JAXBElement(_MessagingSystemFilterSerializationContext_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "receiverInterface", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterReceiverInterface(MessageInterface value) { + return new JAXBElement(_MessagingSystemFilterReceiverInterface_QNAME, MessageInterface.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "receiverParty", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterReceiverParty(MessageParty value) { + return new JAXBElement(_MessagingSystemFilterReceiverParty_QNAME, MessageParty.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "transport", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterTransport(String value) { + return new JAXBElement(_MessagingSystemFilterTransport_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "errorCategory", scope = MessagingSystemFilter.class) + public JAXBElement createMessagingSystemFilterErrorCategory(String value) { + return new JAXBElement(_MessagingSystemFilterErrorCategory_QNAME, String.class, MessagingSystemFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "connectionName", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataConnectionName(String value) { + return new JAXBElement(_MessagingSystemFilterConnectionName_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "interface", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataInterface(MessageInterface value) { + return new JAXBElement(_MessagingSystemFilterInterface_QNAME, MessageInterface.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "messageType", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataMessageType(String value) { + return new JAXBElement(_MessagingSystemFilterMessageType_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "scheduleTime", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataScheduleTime(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterScheduleTime_QNAME, XMLGregorianCalendar.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "endpoint", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataEndpoint(String value) { + return new JAXBElement(_MessagingSystemDataEndpoint_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "editable", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataEditable(BooleanAttribute value) { + return new JAXBElement(_MessagingSystemDataEditable_QNAME, BooleanAttribute.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "credential", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataCredential(String value) { + return new JAXBElement(_MessagingSystemDataCredential_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "protocol", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataProtocol(String value) { + return new JAXBElement(_MessagingSystemFilterProtocol_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "status", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataStatus(String value) { + return new JAXBElement(_MessagingSystemFilterStatus_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "senderParty", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataSenderParty(MessageParty value) { + return new JAXBElement(_MessagingSystemFilterSenderParty_QNAME, MessageParty.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "errorCode", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataErrorCode(String value) { + return new JAXBElement(_MessagingSystemFilterErrorCode_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "restartable", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataRestartable(BooleanAttribute value) { + return new JAXBElement(_MessagingSystemDataRestartable_QNAME, BooleanAttribute.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "senderName", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataSenderName(String value) { + return new JAXBElement(_MessagingSystemFilterSenderName_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "validUntil", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataValidUntil(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterValidUntil_QNAME, XMLGregorianCalendar.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "senderInterface", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataSenderInterface(MessageInterface value) { + return new JAXBElement(_MessagingSystemFilterSenderInterface_QNAME, MessageInterface.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "messageKey", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataMessageKey(String value) { + return new JAXBElement(_MessagingSystemDataMessageKey_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "endTime", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataEndTime(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemDataEndTime_QNAME, XMLGregorianCalendar.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "referenceID", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataReferenceID(String value) { + return new JAXBElement(_MessagingSystemDataReferenceID_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "version", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataVersion(String value) { + return new JAXBElement(_MessagingSystemDataVersion_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "sequenceNumber", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataSequenceNumber(Long value) { + return new JAXBElement(_MessagingSystemDataSequenceNumber_QNAME, Long.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "headers", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataHeaders(String value) { + return new JAXBElement(_MessagingSystemDataHeaders_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "qualityOfService", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataQualityOfService(String value) { + return new JAXBElement(_MessagingSystemFilterQualityOfService_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "direction", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataDirection(String value) { + return new JAXBElement(_MessagingSystemFilterDirection_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "persistUntil", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataPersistUntil(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemFilterPersistUntil_QNAME, XMLGregorianCalendar.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "serializationContext", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataSerializationContext(String value) { + return new JAXBElement(_MessagingSystemFilterSerializationContext_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "cancelable", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataCancelable(BooleanAttribute value) { + return new JAXBElement(_MessagingSystemDataCancelable_QNAME, BooleanAttribute.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "receiverName", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataReceiverName(String value) { + return new JAXBElement(_MessagingSystemFilterReceiverName_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "receiverInterface", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataReceiverInterface(MessageInterface value) { + return new JAXBElement(_MessagingSystemFilterReceiverInterface_QNAME, MessageInterface.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "wasEdited", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataWasEdited(BooleanAttribute value) { + return new JAXBElement(_MessagingSystemDataWasEdited_QNAME, BooleanAttribute.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "startTime", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataStartTime(XMLGregorianCalendar value) { + return new JAXBElement(_MessagingSystemDataStartTime_QNAME, XMLGregorianCalendar.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "messageID", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataMessageID(String value) { + return new JAXBElement(_MessagingSystemDataMessageID_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "receiverParty", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataReceiverParty(MessageParty value) { + return new JAXBElement(_MessagingSystemFilterReceiverParty_QNAME, MessageParty.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "transport", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataTransport(String value) { + return new JAXBElement(_MessagingSystemFilterTransport_QNAME, String.class, MessagingSystemData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", name = "errorCategory", scope = MessagingSystemData.class) + public JAXBElement createMessagingSystemDataErrorCategory(String value) { + return new JAXBElement(_MessagingSystemFilterErrorCategory_QNAME, String.class, MessagingSystemData.class, value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/WSMessageDataExtImpl.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/WSMessageDataExtImpl.java new file mode 100644 index 0000000..16d1d01 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/WSMessageDataExtImpl.java @@ -0,0 +1,35 @@ + +package esiext.ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; +import esiext.data.api.mdt.aii.sap.com.WSMessageDataExt; + + +/** + *

Java class for WSMessageDataExtImpl complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="WSMessageDataExtImpl">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data.esiext}WSMessageDataExt">
+ *       <sequence>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "WSMessageDataExtImpl") +public class WSMessageDataExtImpl + extends WSMessageDataExt +{ + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/WSMessageFilterExtImpl.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/WSMessageFilterExtImpl.java new file mode 100644 index 0000000..a838401 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/WSMessageFilterExtImpl.java @@ -0,0 +1,35 @@ + +package esiext.ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; +import esiext.data.api.mdt.aii.sap.com.WSMessageFilterExt; + + +/** + *

Java class for WSMessageFilterExtImpl complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="WSMessageFilterExtImpl">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.api.data.esiext}WSMessageFilterExt">
+ *       <sequence>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "WSMessageFilterExtImpl") +public class WSMessageFilterExtImpl + extends WSMessageFilterExt +{ + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/package-info.java new file mode 100644 index 0000000..5dce5df --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/esiext/ws/adapterframework/server/mdt/aii/sap/com/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws.esiext", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +package esiext.ws.adapterframework.server.mdt.aii.sap.com; diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/BaseException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/BaseException.java new file mode 100644 index 0000000..f28c7dd --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/BaseException.java @@ -0,0 +1,32 @@ + +package exception.sap.com; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for BaseException complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="BaseException">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "BaseException") +public class BaseException { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/ObjectFactory.java new file mode 100644 index 0000000..47168d3 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/ObjectFactory.java @@ -0,0 +1,40 @@ + +package exception.sap.com; + +import javax.xml.bind.annotation.XmlRegistry; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the exception.sap.com package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: exception.sap.com + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link BaseException } + * + */ + public BaseException createBaseException() { + return new BaseException(); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/package-info.java new file mode 100644 index 0000000..5af597b --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/exception/sap/com/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:com.sap.exception") +package exception.sap.com; diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/Comparable.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/Comparable.java new file mode 100644 index 0000000..0a27621 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/Comparable.java @@ -0,0 +1,32 @@ + +package lang.java; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for Comparable complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="Comparable">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "Comparable") +public class Comparable { + + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/ObjectFactory.java new file mode 100644 index 0000000..9e85c25 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/ObjectFactory.java @@ -0,0 +1,40 @@ + +package lang.java; + +import javax.xml.bind.annotation.XmlRegistry; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the lang.java package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: lang.java + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link Comparable } + * + */ + public Comparable createComparable() { + return new Comparable(); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/package-info.java new file mode 100644 index 0000000..8bd02f6 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:java.lang") +package lang.java; diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/ArrayOfString.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/ArrayOfString.java new file mode 100644 index 0000000..586b5c0 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/ArrayOfString.java @@ -0,0 +1,69 @@ + +package lang.java2; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfString complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfString">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="String" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfString", propOrder = { + "string" +}) +public class ArrayOfString { + + @XmlElement(name = "String", nillable = true) + protected List string; + + /** + * Gets the value of the string property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the string property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getString().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link String } + * + * + */ + public List getString() { + if (string == null) { + string = new ArrayList(); + } + return this.string; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/ObjectFactory.java new file mode 100644 index 0000000..d9944bb --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/ObjectFactory.java @@ -0,0 +1,40 @@ + +package lang.java2; + +import javax.xml.bind.annotation.XmlRegistry; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the lang.java2 package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: lang.java2 + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link ArrayOfString } + * + */ + public ArrayOfString createArrayOfString() { + return new ArrayOfString(); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/package-info.java new file mode 100644 index 0000000..d5f4ef5 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/lang/java2/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:java/lang", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +package lang.java2; diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdapterFilter.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdapterFilter.java new file mode 100644 index 0000000..b0d6608 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdapterFilter.java @@ -0,0 +1,1059 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import javax.xml.datatype.XMLGregorianCalendar; +import data.api.mdt.aii.sap.com.MessageInterface; +import data.api.mdt.aii.sap.com.MessageParty; +import lang.java2.ArrayOfString; + + +/** + *

Java class for AdapterFilter complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="AdapterFilter">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="applicationComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="archive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="connectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="correlationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="dateType" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="fromTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="interface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="messageFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="messageIDs" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="messageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="onlyFaultyMessages" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="persistUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="qualityOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="receiverName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="referenceIDs" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="retries" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="retryInterval" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ *         <element name="scheduleTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="senderInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="senderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="senderParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="sequenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="serializationContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="serviceDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="softwareComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="statuses" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="timesFailed" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="toTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="wasEdited" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "AdapterFilter", propOrder = { + "applicationComponent", + "archive", + "connectionName", + "correlationID", + "dateType", + "direction", + "errorCategory", + "errorCode", + "fromTime", + "_interface", + "messageFormat", + "messageIDs", + "messageType", + "nodeId", + "onlyFaultyMessages", + "persistUntil", + "protocol", + "qualityOfService", + "receiverInterface", + "receiverName", + "receiverParty", + "referenceIDs", + "retries", + "retryInterval", + "scheduleTime", + "senderInterface", + "senderName", + "senderParty", + "sequenceID", + "serializationContext", + "serviceDefinition", + "softwareComponent", + "status", + "statuses", + "timesFailed", + "toTime", + "transport", + "validUntil", + "wasEdited" +}) +public class AdapterFilter { + + @XmlElementRef(name = "applicationComponent", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement applicationComponent; + protected boolean archive; + @XmlElementRef(name = "connectionName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement connectionName; + @XmlElementRef(name = "correlationID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement correlationID; + protected int dateType; + @XmlElementRef(name = "direction", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement direction; + @XmlElementRef(name = "errorCategory", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement errorCategory; + @XmlElementRef(name = "errorCode", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement errorCode; + @XmlElementRef(name = "fromTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement fromTime; + @XmlElementRef(name = "interface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement _interface; + @XmlElementRef(name = "messageFormat", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement messageFormat; + @XmlElementRef(name = "messageIDs", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement messageIDs; + @XmlElementRef(name = "messageType", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement messageType; + protected int nodeId; + protected boolean onlyFaultyMessages; + @XmlElementRef(name = "persistUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement persistUntil; + @XmlElementRef(name = "protocol", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement protocol; + @XmlElementRef(name = "qualityOfService", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement qualityOfService; + @XmlElementRef(name = "receiverInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement receiverInterface; + @XmlElementRef(name = "receiverName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement receiverName; + @XmlElementRef(name = "receiverParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement receiverParty; + @XmlElementRef(name = "referenceIDs", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement referenceIDs; + protected int retries; + protected long retryInterval; + @XmlElementRef(name = "scheduleTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement scheduleTime; + @XmlElementRef(name = "senderInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement senderInterface; + @XmlElementRef(name = "senderName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement senderName; + @XmlElementRef(name = "senderParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement senderParty; + @XmlElementRef(name = "sequenceID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement sequenceID; + @XmlElementRef(name = "serializationContext", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement serializationContext; + @XmlElementRef(name = "serviceDefinition", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement serviceDefinition; + @XmlElementRef(name = "softwareComponent", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement softwareComponent; + @XmlElementRef(name = "status", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement status; + @XmlElementRef(name = "statuses", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement statuses; + protected int timesFailed; + @XmlElementRef(name = "toTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement toTime; + @XmlElementRef(name = "transport", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement transport; + @XmlElementRef(name = "validUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement validUntil; + protected boolean wasEdited; + + /** + * Gets the value of the applicationComponent property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getApplicationComponent() { + return applicationComponent; + } + + /** + * Sets the value of the applicationComponent property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setApplicationComponent(JAXBElement value) { + this.applicationComponent = ((JAXBElement ) value); + } + + /** + * Gets the value of the archive property. + * + */ + public boolean isArchive() { + return archive; + } + + /** + * Sets the value of the archive property. + * + */ + public void setArchive(boolean value) { + this.archive = value; + } + + /** + * Gets the value of the connectionName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getConnectionName() { + return connectionName; + } + + /** + * Sets the value of the connectionName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setConnectionName(JAXBElement value) { + this.connectionName = ((JAXBElement ) value); + } + + /** + * Gets the value of the correlationID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getCorrelationID() { + return correlationID; + } + + /** + * Sets the value of the correlationID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setCorrelationID(JAXBElement value) { + this.correlationID = ((JAXBElement ) value); + } + + /** + * Gets the value of the dateType property. + * + */ + public int getDateType() { + return dateType; + } + + /** + * Sets the value of the dateType property. + * + */ + public void setDateType(int value) { + this.dateType = value; + } + + /** + * Gets the value of the direction property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDirection() { + return direction; + } + + /** + * Sets the value of the direction property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDirection(JAXBElement value) { + this.direction = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCategory property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCategory() { + return errorCategory; + } + + /** + * Sets the value of the errorCategory property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCategory(JAXBElement value) { + this.errorCategory = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCode property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCode() { + return errorCode; + } + + /** + * Sets the value of the errorCode property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCode(JAXBElement value) { + this.errorCode = ((JAXBElement ) value); + } + + /** + * Gets the value of the fromTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getFromTime() { + return fromTime; + } + + /** + * Sets the value of the fromTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setFromTime(JAXBElement value) { + this.fromTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the interface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getInterface() { + return _interface; + } + + /** + * Sets the value of the interface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setInterface(JAXBElement value) { + this._interface = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageFormat property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageFormat() { + return messageFormat; + } + + /** + * Sets the value of the messageFormat property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageFormat(JAXBElement value) { + this.messageFormat = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageIDs property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getMessageIDs() { + return messageIDs; + } + + /** + * Sets the value of the messageIDs property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setMessageIDs(JAXBElement value) { + this.messageIDs = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageType property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageType() { + return messageType; + } + + /** + * Sets the value of the messageType property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageType(JAXBElement value) { + this.messageType = ((JAXBElement ) value); + } + + /** + * Gets the value of the nodeId property. + * + */ + public int getNodeId() { + return nodeId; + } + + /** + * Sets the value of the nodeId property. + * + */ + public void setNodeId(int value) { + this.nodeId = value; + } + + /** + * Gets the value of the onlyFaultyMessages property. + * + */ + public boolean isOnlyFaultyMessages() { + return onlyFaultyMessages; + } + + /** + * Sets the value of the onlyFaultyMessages property. + * + */ + public void setOnlyFaultyMessages(boolean value) { + this.onlyFaultyMessages = value; + } + + /** + * Gets the value of the persistUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getPersistUntil() { + return persistUntil; + } + + /** + * Sets the value of the persistUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setPersistUntil(JAXBElement value) { + this.persistUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the protocol property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getProtocol() { + return protocol; + } + + /** + * Sets the value of the protocol property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setProtocol(JAXBElement value) { + this.protocol = ((JAXBElement ) value); + } + + /** + * Gets the value of the qualityOfService property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getQualityOfService() { + return qualityOfService; + } + + /** + * Sets the value of the qualityOfService property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setQualityOfService(JAXBElement value) { + this.qualityOfService = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getReceiverInterface() { + return receiverInterface; + } + + /** + * Sets the value of the receiverInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setReceiverInterface(JAXBElement value) { + this.receiverInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getReceiverName() { + return receiverName; + } + + /** + * Sets the value of the receiverName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setReceiverName(JAXBElement value) { + this.receiverName = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getReceiverParty() { + return receiverParty; + } + + /** + * Sets the value of the receiverParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setReceiverParty(JAXBElement value) { + this.receiverParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the referenceIDs property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getReferenceIDs() { + return referenceIDs; + } + + /** + * Sets the value of the referenceIDs property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setReferenceIDs(JAXBElement value) { + this.referenceIDs = ((JAXBElement ) value); + } + + /** + * Gets the value of the retries property. + * + */ + public int getRetries() { + return retries; + } + + /** + * Sets the value of the retries property. + * + */ + public void setRetries(int value) { + this.retries = value; + } + + /** + * Gets the value of the retryInterval property. + * + */ + public long getRetryInterval() { + return retryInterval; + } + + /** + * Sets the value of the retryInterval property. + * + */ + public void setRetryInterval(long value) { + this.retryInterval = value; + } + + /** + * Gets the value of the scheduleTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getScheduleTime() { + return scheduleTime; + } + + /** + * Sets the value of the scheduleTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setScheduleTime(JAXBElement value) { + this.scheduleTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getSenderInterface() { + return senderInterface; + } + + /** + * Sets the value of the senderInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setSenderInterface(JAXBElement value) { + this.senderInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSenderName() { + return senderName; + } + + /** + * Sets the value of the senderName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSenderName(JAXBElement value) { + this.senderName = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getSenderParty() { + return senderParty; + } + + /** + * Sets the value of the senderParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setSenderParty(JAXBElement value) { + this.senderParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the sequenceID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSequenceID() { + return sequenceID; + } + + /** + * Sets the value of the sequenceID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSequenceID(JAXBElement value) { + this.sequenceID = ((JAXBElement ) value); + } + + /** + * Gets the value of the serializationContext property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSerializationContext() { + return serializationContext; + } + + /** + * Sets the value of the serializationContext property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSerializationContext(JAXBElement value) { + this.serializationContext = ((JAXBElement ) value); + } + + /** + * Gets the value of the serviceDefinition property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getServiceDefinition() { + return serviceDefinition; + } + + /** + * Sets the value of the serviceDefinition property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setServiceDefinition(JAXBElement value) { + this.serviceDefinition = ((JAXBElement ) value); + } + + /** + * Gets the value of the softwareComponent property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSoftwareComponent() { + return softwareComponent; + } + + /** + * Sets the value of the softwareComponent property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSoftwareComponent(JAXBElement value) { + this.softwareComponent = ((JAXBElement ) value); + } + + /** + * Gets the value of the status property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getStatus() { + return status; + } + + /** + * Sets the value of the status property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setStatus(JAXBElement value) { + this.status = ((JAXBElement ) value); + } + + /** + * Gets the value of the statuses property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getStatuses() { + return statuses; + } + + /** + * Sets the value of the statuses property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setStatuses(JAXBElement value) { + this.statuses = ((JAXBElement ) value); + } + + /** + * Gets the value of the timesFailed property. + * + */ + public int getTimesFailed() { + return timesFailed; + } + + /** + * Sets the value of the timesFailed property. + * + */ + public void setTimesFailed(int value) { + this.timesFailed = value; + } + + /** + * Gets the value of the toTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getToTime() { + return toTime; + } + + /** + * Sets the value of the toTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setToTime(JAXBElement value) { + this.toTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the transport property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getTransport() { + return transport; + } + + /** + * Sets the value of the transport property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setTransport(JAXBElement value) { + this.transport = ((JAXBElement ) value); + } + + /** + * Gets the value of the validUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getValidUntil() { + return validUntil; + } + + /** + * Sets the value of the validUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setValidUntil(JAXBElement value) { + this.validUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the wasEdited property. + * + */ + public boolean isWasEdited() { + return wasEdited; + } + + /** + * Sets the value of the wasEdited property. + * + */ + public void setWasEdited(boolean value) { + this.wasEdited = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdapterFrameworkData.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdapterFrameworkData.java new file mode 100644 index 0000000..96bdd7e --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdapterFrameworkData.java @@ -0,0 +1,1301 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import javax.xml.datatype.XMLGregorianCalendar; +import data.api.mdt.aii.sap.com.BooleanAttribute; +import data.api.mdt.aii.sap.com.MessageInterface; +import data.api.mdt.aii.sap.com.MessageParty; + + +/** + *

Java class for AdapterFrameworkData complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="AdapterFrameworkData">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="applicationComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="businessMessage" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="cancelable" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="connectionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="credential" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="direction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="editable" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="headers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="interface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="isPersistent" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="messageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="messageKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="messageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="nodeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="persistUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="qualityOfService" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="receiverName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="receiverParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="referenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="restartable" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="retries" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="retryInterval" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ *         <element name="scheduleTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="senderInterface" type="{urn:com.sap.aii.mdt.api.data}MessageInterface" minOccurs="0"/>
+ *         <element name="senderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="senderParty" type="{urn:com.sap.aii.mdt.api.data}MessageParty" minOccurs="0"/>
+ *         <element name="sequenceNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
+ *         <element name="serializationContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="serviceDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="softwareComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="timesFailed" type="{http://www.w3.org/2001/XMLSchema}long"/>
+ *         <element name="transport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="wasEdited" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="businessAttributes" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfBusinessAttribute" minOccurs="0"/>
+ *         <element name="payloadPermissionWarning" type="{urn:com.sap.aii.mdt.api.data}BooleanAttribute" minOccurs="0"/>
+ *         <element name="errorLabel" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="scenarioIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "AdapterFrameworkData", propOrder = { + "applicationComponent", + "businessMessage", + "cancelable", + "connectionName", + "credential", + "direction", + "editable", + "endTime", + "endpoint", + "errorCategory", + "errorCode", + "headers", + "_interface", + "isPersistent", + "messageID", + "messageKey", + "messageType", + "nodeId", + "persistUntil", + "protocol", + "qualityOfService", + "receiverInterface", + "receiverName", + "receiverParty", + "referenceID", + "restartable", + "retries", + "retryInterval", + "scheduleTime", + "senderInterface", + "senderName", + "senderParty", + "sequenceNumber", + "serializationContext", + "serviceDefinition", + "softwareComponent", + "startTime", + "status", + "timesFailed", + "transport", + "validUntil", + "version", + "wasEdited", + "businessAttributes", + "payloadPermissionWarning", + "errorLabel", + "scenarioIdentifier" +}) +public class AdapterFrameworkData { + + @XmlElementRef(name = "applicationComponent", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement applicationComponent; + @XmlElementRef(name = "businessMessage", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement businessMessage; + @XmlElementRef(name = "cancelable", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement cancelable; + @XmlElementRef(name = "connectionName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement connectionName; + @XmlElementRef(name = "credential", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement credential; + @XmlElementRef(name = "direction", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement direction; + @XmlElementRef(name = "editable", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement editable; + @XmlElementRef(name = "endTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement endTime; + @XmlElementRef(name = "endpoint", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement endpoint; + @XmlElementRef(name = "errorCategory", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement errorCategory; + @XmlElementRef(name = "errorCode", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement errorCode; + @XmlElementRef(name = "headers", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement headers; + @XmlElementRef(name = "interface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement _interface; + protected boolean isPersistent; + @XmlElementRef(name = "messageID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement messageID; + @XmlElementRef(name = "messageKey", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement messageKey; + @XmlElementRef(name = "messageType", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement messageType; + protected int nodeId; + @XmlElementRef(name = "persistUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement persistUntil; + @XmlElementRef(name = "protocol", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement protocol; + @XmlElementRef(name = "qualityOfService", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement qualityOfService; + @XmlElementRef(name = "receiverInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement receiverInterface; + @XmlElementRef(name = "receiverName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement receiverName; + @XmlElementRef(name = "receiverParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement receiverParty; + @XmlElementRef(name = "referenceID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement referenceID; + @XmlElementRef(name = "restartable", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement restartable; + protected int retries; + protected long retryInterval; + @XmlElementRef(name = "scheduleTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement scheduleTime; + @XmlElementRef(name = "senderInterface", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement senderInterface; + @XmlElementRef(name = "senderName", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement senderName; + @XmlElementRef(name = "senderParty", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement senderParty; + @XmlElementRef(name = "sequenceNumber", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement sequenceNumber; + @XmlElementRef(name = "serializationContext", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement serializationContext; + @XmlElementRef(name = "serviceDefinition", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement serviceDefinition; + @XmlElementRef(name = "softwareComponent", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement softwareComponent; + @XmlElementRef(name = "startTime", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement startTime; + @XmlElementRef(name = "status", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement status; + protected long timesFailed; + @XmlElementRef(name = "transport", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement transport; + @XmlElementRef(name = "validUntil", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement validUntil; + @XmlElementRef(name = "version", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement version; + @XmlElementRef(name = "wasEdited", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement wasEdited; + @XmlElementRef(name = "businessAttributes", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement businessAttributes; + @XmlElementRef(name = "payloadPermissionWarning", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement payloadPermissionWarning; + protected int errorLabel; + @XmlElementRef(name = "scenarioIdentifier", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement scenarioIdentifier; + + /** + * Gets the value of the applicationComponent property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getApplicationComponent() { + return applicationComponent; + } + + /** + * Sets the value of the applicationComponent property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setApplicationComponent(JAXBElement value) { + this.applicationComponent = ((JAXBElement ) value); + } + + /** + * Gets the value of the businessMessage property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getBusinessMessage() { + return businessMessage; + } + + /** + * Sets the value of the businessMessage property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setBusinessMessage(JAXBElement value) { + this.businessMessage = ((JAXBElement ) value); + } + + /** + * Gets the value of the cancelable property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getCancelable() { + return cancelable; + } + + /** + * Sets the value of the cancelable property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setCancelable(JAXBElement value) { + this.cancelable = ((JAXBElement ) value); + } + + /** + * Gets the value of the connectionName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getConnectionName() { + return connectionName; + } + + /** + * Sets the value of the connectionName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setConnectionName(JAXBElement value) { + this.connectionName = ((JAXBElement ) value); + } + + /** + * Gets the value of the credential property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getCredential() { + return credential; + } + + /** + * Sets the value of the credential property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setCredential(JAXBElement value) { + this.credential = ((JAXBElement ) value); + } + + /** + * Gets the value of the direction property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDirection() { + return direction; + } + + /** + * Sets the value of the direction property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDirection(JAXBElement value) { + this.direction = ((JAXBElement ) value); + } + + /** + * Gets the value of the editable property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getEditable() { + return editable; + } + + /** + * Sets the value of the editable property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setEditable(JAXBElement value) { + this.editable = ((JAXBElement ) value); + } + + /** + * Gets the value of the endTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getEndTime() { + return endTime; + } + + /** + * Sets the value of the endTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setEndTime(JAXBElement value) { + this.endTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the endpoint property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getEndpoint() { + return endpoint; + } + + /** + * Sets the value of the endpoint property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setEndpoint(JAXBElement value) { + this.endpoint = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCategory property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCategory() { + return errorCategory; + } + + /** + * Sets the value of the errorCategory property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCategory(JAXBElement value) { + this.errorCategory = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorCode property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorCode() { + return errorCode; + } + + /** + * Sets the value of the errorCode property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorCode(JAXBElement value) { + this.errorCode = ((JAXBElement ) value); + } + + /** + * Gets the value of the headers property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getHeaders() { + return headers; + } + + /** + * Sets the value of the headers property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setHeaders(JAXBElement value) { + this.headers = ((JAXBElement ) value); + } + + /** + * Gets the value of the interface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getInterface() { + return _interface; + } + + /** + * Sets the value of the interface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setInterface(JAXBElement value) { + this._interface = ((JAXBElement ) value); + } + + /** + * Gets the value of the isPersistent property. + * + */ + public boolean isIsPersistent() { + return isPersistent; + } + + /** + * Sets the value of the isPersistent property. + * + */ + public void setIsPersistent(boolean value) { + this.isPersistent = value; + } + + /** + * Gets the value of the messageID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageID() { + return messageID; + } + + /** + * Sets the value of the messageID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageID(JAXBElement value) { + this.messageID = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageKey property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageKey() { + return messageKey; + } + + /** + * Sets the value of the messageKey property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageKey(JAXBElement value) { + this.messageKey = ((JAXBElement ) value); + } + + /** + * Gets the value of the messageType property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageType() { + return messageType; + } + + /** + * Sets the value of the messageType property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageType(JAXBElement value) { + this.messageType = ((JAXBElement ) value); + } + + /** + * Gets the value of the nodeId property. + * + */ + public int getNodeId() { + return nodeId; + } + + /** + * Sets the value of the nodeId property. + * + */ + public void setNodeId(int value) { + this.nodeId = value; + } + + /** + * Gets the value of the persistUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getPersistUntil() { + return persistUntil; + } + + /** + * Sets the value of the persistUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setPersistUntil(JAXBElement value) { + this.persistUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the protocol property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getProtocol() { + return protocol; + } + + /** + * Sets the value of the protocol property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setProtocol(JAXBElement value) { + this.protocol = ((JAXBElement ) value); + } + + /** + * Gets the value of the qualityOfService property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getQualityOfService() { + return qualityOfService; + } + + /** + * Sets the value of the qualityOfService property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setQualityOfService(JAXBElement value) { + this.qualityOfService = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getReceiverInterface() { + return receiverInterface; + } + + /** + * Sets the value of the receiverInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setReceiverInterface(JAXBElement value) { + this.receiverInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getReceiverName() { + return receiverName; + } + + /** + * Sets the value of the receiverName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setReceiverName(JAXBElement value) { + this.receiverName = ((JAXBElement ) value); + } + + /** + * Gets the value of the receiverParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getReceiverParty() { + return receiverParty; + } + + /** + * Sets the value of the receiverParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setReceiverParty(JAXBElement value) { + this.receiverParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the referenceID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getReferenceID() { + return referenceID; + } + + /** + * Sets the value of the referenceID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setReferenceID(JAXBElement value) { + this.referenceID = ((JAXBElement ) value); + } + + /** + * Gets the value of the restartable property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getRestartable() { + return restartable; + } + + /** + * Sets the value of the restartable property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setRestartable(JAXBElement value) { + this.restartable = ((JAXBElement ) value); + } + + /** + * Gets the value of the retries property. + * + */ + public int getRetries() { + return retries; + } + + /** + * Sets the value of the retries property. + * + */ + public void setRetries(int value) { + this.retries = value; + } + + /** + * Gets the value of the retryInterval property. + * + */ + public long getRetryInterval() { + return retryInterval; + } + + /** + * Sets the value of the retryInterval property. + * + */ + public void setRetryInterval(long value) { + this.retryInterval = value; + } + + /** + * Gets the value of the scheduleTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getScheduleTime() { + return scheduleTime; + } + + /** + * Sets the value of the scheduleTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setScheduleTime(JAXBElement value) { + this.scheduleTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderInterface property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public JAXBElement getSenderInterface() { + return senderInterface; + } + + /** + * Sets the value of the senderInterface property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageInterface }{@code >} + * + */ + public void setSenderInterface(JAXBElement value) { + this.senderInterface = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderName property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSenderName() { + return senderName; + } + + /** + * Sets the value of the senderName property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSenderName(JAXBElement value) { + this.senderName = ((JAXBElement ) value); + } + + /** + * Gets the value of the senderParty property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public JAXBElement getSenderParty() { + return senderParty; + } + + /** + * Sets the value of the senderParty property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link MessageParty }{@code >} + * + */ + public void setSenderParty(JAXBElement value) { + this.senderParty = ((JAXBElement ) value); + } + + /** + * Gets the value of the sequenceNumber property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link Long }{@code >} + * + */ + public JAXBElement getSequenceNumber() { + return sequenceNumber; + } + + /** + * Sets the value of the sequenceNumber property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link Long }{@code >} + * + */ + public void setSequenceNumber(JAXBElement value) { + this.sequenceNumber = ((JAXBElement ) value); + } + + /** + * Gets the value of the serializationContext property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSerializationContext() { + return serializationContext; + } + + /** + * Sets the value of the serializationContext property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSerializationContext(JAXBElement value) { + this.serializationContext = ((JAXBElement ) value); + } + + /** + * Gets the value of the serviceDefinition property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getServiceDefinition() { + return serviceDefinition; + } + + /** + * Sets the value of the serviceDefinition property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setServiceDefinition(JAXBElement value) { + this.serviceDefinition = ((JAXBElement ) value); + } + + /** + * Gets the value of the softwareComponent property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getSoftwareComponent() { + return softwareComponent; + } + + /** + * Sets the value of the softwareComponent property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setSoftwareComponent(JAXBElement value) { + this.softwareComponent = ((JAXBElement ) value); + } + + /** + * Gets the value of the startTime property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getStartTime() { + return startTime; + } + + /** + * Sets the value of the startTime property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setStartTime(JAXBElement value) { + this.startTime = ((JAXBElement ) value); + } + + /** + * Gets the value of the status property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getStatus() { + return status; + } + + /** + * Sets the value of the status property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setStatus(JAXBElement value) { + this.status = ((JAXBElement ) value); + } + + /** + * Gets the value of the timesFailed property. + * + */ + public long getTimesFailed() { + return timesFailed; + } + + /** + * Sets the value of the timesFailed property. + * + */ + public void setTimesFailed(long value) { + this.timesFailed = value; + } + + /** + * Gets the value of the transport property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getTransport() { + return transport; + } + + /** + * Sets the value of the transport property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setTransport(JAXBElement value) { + this.transport = ((JAXBElement ) value); + } + + /** + * Gets the value of the validUntil property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getValidUntil() { + return validUntil; + } + + /** + * Sets the value of the validUntil property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setValidUntil(JAXBElement value) { + this.validUntil = ((JAXBElement ) value); + } + + /** + * Gets the value of the version property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getVersion() { + return version; + } + + /** + * Sets the value of the version property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setVersion(JAXBElement value) { + this.version = ((JAXBElement ) value); + } + + /** + * Gets the value of the wasEdited property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getWasEdited() { + return wasEdited; + } + + /** + * Sets the value of the wasEdited property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setWasEdited(JAXBElement value) { + this.wasEdited = ((JAXBElement ) value); + } + + /** + * Gets the value of the businessAttributes property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfBusinessAttribute }{@code >} + * + */ + public JAXBElement getBusinessAttributes() { + return businessAttributes; + } + + /** + * Sets the value of the businessAttributes property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfBusinessAttribute }{@code >} + * + */ + public void setBusinessAttributes(JAXBElement value) { + this.businessAttributes = ((JAXBElement ) value); + } + + /** + * Gets the value of the payloadPermissionWarning property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public JAXBElement getPayloadPermissionWarning() { + return payloadPermissionWarning; + } + + /** + * Sets the value of the payloadPermissionWarning property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >} + * + */ + public void setPayloadPermissionWarning(JAXBElement value) { + this.payloadPermissionWarning = ((JAXBElement ) value); + } + + /** + * Gets the value of the errorLabel property. + * + */ + public int getErrorLabel() { + return errorLabel; + } + + /** + * Sets the value of the errorLabel property. + * + */ + public void setErrorLabel(int value) { + this.errorLabel = value; + } + + /** + * Gets the value of the scenarioIdentifier property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getScenarioIdentifier() { + return scenarioIdentifier; + } + + /** + * Sets the value of the scenarioIdentifier property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setScenarioIdentifier(JAXBElement value) { + this.scenarioIdentifier = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdminActionResult.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdminActionResult.java new file mode 100644 index 0000000..200a1c5 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdminActionResult.java @@ -0,0 +1,110 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for AdminActionResult complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="AdminActionResult">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="resultCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="resultText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="successful" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "AdminActionResult", propOrder = { + "resultCode", + "resultText", + "successful" +}) +public class AdminActionResult { + + @XmlElementRef(name = "resultCode", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement resultCode; + @XmlElementRef(name = "resultText", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement resultText; + protected boolean successful; + + /** + * Gets the value of the resultCode property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getResultCode() { + return resultCode; + } + + /** + * Sets the value of the resultCode property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setResultCode(JAXBElement value) { + this.resultCode = ((JAXBElement ) value); + } + + /** + * Gets the value of the resultText property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getResultText() { + return resultText; + } + + /** + * Sets the value of the resultText property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setResultText(JAXBElement value) { + this.resultText = ((JAXBElement ) value); + } + + /** + * Gets the value of the successful property. + * + */ + public boolean isSuccessful() { + return successful; + } + + /** + * Sets the value of the successful property. + * + */ + public void setSuccessful(boolean value) { + this.successful = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdminActionResultMap.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdminActionResultMap.java new file mode 100644 index 0000000..e2a5554 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AdminActionResultMap.java @@ -0,0 +1,92 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import lang.java2.ArrayOfString; + + +/** + *

Java class for AdminActionResultMap complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="AdminActionResultMap">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="keyList" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="resultList" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfAdminActionResult" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "AdminActionResultMap", propOrder = { + "keyList", + "resultList" +}) +public class AdminActionResultMap { + + @XmlElementRef(name = "keyList", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement keyList; + @XmlElementRef(name = "resultList", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement resultList; + + /** + * Gets the value of the keyList property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getKeyList() { + return keyList; + } + + /** + * Sets the value of the keyList property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setKeyList(JAXBElement value) { + this.keyList = ((JAXBElement ) value); + } + + /** + * Gets the value of the resultList property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfAdminActionResult }{@code >} + * + */ + public JAXBElement getResultList() { + return resultList; + } + + /** + * Sets the value of the resultList property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfAdminActionResult }{@code >} + * + */ + public void setResultList(JAXBElement value) { + this.resultList = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAdapterFrameworkData.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAdapterFrameworkData.java new file mode 100644 index 0000000..4a56ae4 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAdapterFrameworkData.java @@ -0,0 +1,69 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfAdapterFrameworkData complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfAdapterFrameworkData">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="AdapterFrameworkData" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}AdapterFrameworkData" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfAdapterFrameworkData", propOrder = { + "adapterFrameworkData" +}) +public class ArrayOfAdapterFrameworkData { + + @XmlElement(name = "AdapterFrameworkData", nillable = true) + protected List adapterFrameworkData; + + /** + * Gets the value of the adapterFrameworkData property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the adapterFrameworkData property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getAdapterFrameworkData().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link AdapterFrameworkData } + * + * + */ + public List getAdapterFrameworkData() { + if (adapterFrameworkData == null) { + adapterFrameworkData = new ArrayList(); + } + return this.adapterFrameworkData; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAdminActionResult.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAdminActionResult.java new file mode 100644 index 0000000..d6d51cd --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAdminActionResult.java @@ -0,0 +1,69 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfAdminActionResult complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfAdminActionResult">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="AdminActionResult" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}AdminActionResult" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfAdminActionResult", propOrder = { + "adminActionResult" +}) +public class ArrayOfAdminActionResult { + + @XmlElement(name = "AdminActionResult", nillable = true) + protected List adminActionResult; + + /** + * Gets the value of the adminActionResult property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the adminActionResult property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getAdminActionResult().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link AdminActionResult } + * + * + */ + public List getAdminActionResult() { + if (adminActionResult == null) { + adminActionResult = new ArrayList(); + } + return this.adminActionResult; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAttributeMetadata.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAttributeMetadata.java new file mode 100644 index 0000000..2e725d0 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfAttributeMetadata.java @@ -0,0 +1,69 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfAttributeMetadata complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfAttributeMetadata">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="AttributeMetadata" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}AttributeMetadata" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfAttributeMetadata", propOrder = { + "attributeMetadata" +}) +public class ArrayOfAttributeMetadata { + + @XmlElement(name = "AttributeMetadata", nillable = true) + protected List attributeMetadata; + + /** + * Gets the value of the attributeMetadata property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the attributeMetadata property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getAttributeMetadata().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link AttributeMetadata } + * + * + */ + public List getAttributeMetadata() { + if (attributeMetadata == null) { + attributeMetadata = new ArrayList(); + } + return this.attributeMetadata; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfBusinessAttribute.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfBusinessAttribute.java new file mode 100644 index 0000000..c03967b --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfBusinessAttribute.java @@ -0,0 +1,69 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfBusinessAttribute complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfBusinessAttribute">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BusinessAttribute" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}BusinessAttribute" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfBusinessAttribute", propOrder = { + "businessAttribute" +}) +public class ArrayOfBusinessAttribute { + + @XmlElement(name = "BusinessAttribute", nillable = true) + protected List businessAttribute; + + /** + * Gets the value of the businessAttribute property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the businessAttribute property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getBusinessAttribute().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link BusinessAttribute } + * + * + */ + public List getBusinessAttribute() { + if (businessAttribute == null) { + businessAttribute = new ArrayList(); + } + return this.businessAttribute; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfIntegrationFlow.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfIntegrationFlow.java new file mode 100644 index 0000000..9286890 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfIntegrationFlow.java @@ -0,0 +1,69 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfIntegrationFlow complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfIntegrationFlow">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="IntegrationFlow" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}IntegrationFlow" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfIntegrationFlow", propOrder = { + "integrationFlow" +}) +public class ArrayOfIntegrationFlow { + + @XmlElement(name = "IntegrationFlow", nillable = true) + protected List integrationFlow; + + /** + * Gets the value of the integrationFlow property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the integrationFlow property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getIntegrationFlow().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link IntegrationFlow } + * + * + */ + public List getIntegrationFlow() { + if (integrationFlow == null) { + integrationFlow = new ArrayList(); + } + return this.integrationFlow; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfStatusDetail.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfStatusDetail.java new file mode 100644 index 0000000..6d17fff --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ArrayOfStatusDetail.java @@ -0,0 +1,69 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for ArrayOfStatusDetail complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="ArrayOfStatusDetail">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="StatusDetail" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}StatusDetail" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "ArrayOfStatusDetail", propOrder = { + "statusDetail" +}) +public class ArrayOfStatusDetail { + + @XmlElement(name = "StatusDetail", nillable = true) + protected List statusDetail; + + /** + * Gets the value of the statusDetail property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the statusDetail property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getStatusDetail().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link StatusDetail } + * + * + */ + public List getStatusDetail() { + if (statusDetail == null) { + statusDetail = new ArrayList(); + } + return this.statusDetail; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AttributeMetadata.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AttributeMetadata.java new file mode 100644 index 0000000..2067e7e --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/AttributeMetadata.java @@ -0,0 +1,91 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for AttributeMetadata complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="AttributeMetadata">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "AttributeMetadata", propOrder = { + "name", + "description" +}) +public class AttributeMetadata { + + @XmlElementRef(name = "name", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement name; + @XmlElementRef(name = "description", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement description; + + /** + * Gets the value of the name property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setName(JAXBElement value) { + this.name = ((JAXBElement ) value); + } + + /** + * Gets the value of the description property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDescription(JAXBElement value) { + this.description = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/BusinessAttribute.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/BusinessAttribute.java new file mode 100644 index 0000000..6343a25 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/BusinessAttribute.java @@ -0,0 +1,91 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for BusinessAttribute complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="BusinessAttribute">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "BusinessAttribute", propOrder = { + "name", + "value" +}) +public class BusinessAttribute { + + @XmlElementRef(name = "name", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement name; + @XmlElementRef(name = "value", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement value; + + /** + * Gets the value of the name property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setName(JAXBElement value) { + this.name = ((JAXBElement ) value); + } + + /** + * Gets the value of the value property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getValue() { + return value; + } + + /** + * Sets the value of the value property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setValue(JAXBElement value) { + this.value = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/IntegrationFlow.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/IntegrationFlow.java new file mode 100644 index 0000000..c91e604 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/IntegrationFlow.java @@ -0,0 +1,119 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for IntegrationFlow complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="IntegrationFlow">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "IntegrationFlow", propOrder = { + "name", + "description", + "id" +}) +public class IntegrationFlow { + + @XmlElementRef(name = "name", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement name; + @XmlElementRef(name = "description", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement description; + @XmlElementRef(name = "id", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement id; + + /** + * Gets the value of the name property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getName() { + return name; + } + + /** + * Sets the value of the name property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setName(JAXBElement value) { + this.name = ((JAXBElement ) value); + } + + /** + * Gets the value of the description property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDescription(JAXBElement value) { + this.description = ((JAXBElement ) value); + } + + /** + * Gets the value of the id property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getId() { + return id; + } + + /** + * Sets the value of the id property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setId(JAXBElement value) { + this.id = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/InvalidKeyException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/InvalidKeyException.java new file mode 100644 index 0000000..a29dde3 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/InvalidKeyException.java @@ -0,0 +1,65 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for InvalidKeyException complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="InvalidKeyException">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.aii.mdt.server.adapterframework.ws}OperationFailedException">
+ *       <sequence>
+ *         <element name="messageKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "InvalidKeyException", propOrder = { + "messageKey" +}) +public class InvalidKeyException + extends OperationFailedException +{ + + @XmlElementRef(name = "messageKey", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement messageKey; + + /** + * Gets the value of the messageKey property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getMessageKey() { + return messageKey; + } + + /** + * Sets the value of the messageKey property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setMessageKey(JAXBElement value) { + this.messageKey = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/Locale.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/Locale.java new file mode 100644 index 0000000..fc360cf --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/Locale.java @@ -0,0 +1,119 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for Locale complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="Locale">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="variant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "Locale", propOrder = { + "language", + "country", + "variant" +}) +public class Locale { + + @XmlElementRef(name = "language", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement language; + @XmlElementRef(name = "country", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement country; + @XmlElementRef(name = "variant", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement variant; + + /** + * Gets the value of the language property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getLanguage() { + return language; + } + + /** + * Sets the value of the language property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setLanguage(JAXBElement value) { + this.language = ((JAXBElement ) value); + } + + /** + * Gets the value of the country property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getCountry() { + return country; + } + + /** + * Sets the value of the country property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setCountry(JAXBElement value) { + this.country = ((JAXBElement ) value); + } + + /** + * Gets the value of the variant property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getVariant() { + return variant; + } + + /** + * Sets the value of the variant property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setVariant(JAXBElement value) { + this.variant = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/MessageSearchReturnValue.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/MessageSearchReturnValue.java new file mode 100644 index 0000000..81c59f3 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/MessageSearchReturnValue.java @@ -0,0 +1,149 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import javax.xml.datatype.XMLGregorianCalendar; + + +/** + *

Java class for MessageSearchReturnValue complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="MessageSearchReturnValue">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ *         <element name="list" type="{urn:com.sap.aii.mdt.server.adapterframework.ws}ArrayOfAdapterFrameworkData" minOccurs="0"/>
+ *         <element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         <element name="warning" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="displayPermissionWarning" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "MessageSearchReturnValue", propOrder = { + "date", + "list", + "number", + "warning", + "displayPermissionWarning" +}) +public class MessageSearchReturnValue { + + @XmlElementRef(name = "date", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement date; + @XmlElementRef(name = "list", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement list; + protected int number; + protected boolean warning; + protected boolean displayPermissionWarning; + + /** + * Gets the value of the date property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public JAXBElement getDate() { + return date; + } + + /** + * Sets the value of the date property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} + * + */ + public void setDate(JAXBElement value) { + this.date = ((JAXBElement ) value); + } + + /** + * Gets the value of the list property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfAdapterFrameworkData }{@code >} + * + */ + public JAXBElement getList() { + return list; + } + + /** + * Sets the value of the list property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfAdapterFrameworkData }{@code >} + * + */ + public void setList(JAXBElement value) { + this.list = ((JAXBElement ) value); + } + + /** + * Gets the value of the number property. + * + */ + public int getNumber() { + return number; + } + + /** + * Sets the value of the number property. + * + */ + public void setNumber(int value) { + this.number = value; + } + + /** + * Gets the value of the warning property. + * + */ + public boolean isWarning() { + return warning; + } + + /** + * Sets the value of the warning property. + * + */ + public void setWarning(boolean value) { + this.warning = value; + } + + /** + * Gets the value of the displayPermissionWarning property. + * + */ + public boolean isDisplayPermissionWarning() { + return displayPermissionWarning; + } + + /** + * Sets the value of the displayPermissionWarning property. + * + */ + public void setDisplayPermissionWarning(boolean value) { + this.displayPermissionWarning = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ObjectFactory.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ObjectFactory.java new file mode 100644 index 0000000..e7b5f28 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/ObjectFactory.java @@ -0,0 +1,1086 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.datatype.XMLGregorianCalendar; +import javax.xml.namespace.QName; +import data.api.mdt.aii.sap.com.BooleanAttribute; +import data.api.mdt.aii.sap.com.MessageInterface; +import data.api.mdt.aii.sap.com.MessageParty; +import lang.java2.ArrayOfString; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the ws.adapterframework.server.mdt.aii.sap.com package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + private final static QName _IntegrationFlowDescription_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "description"); + private final static QName _IntegrationFlowName_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "name"); + private final static QName _IntegrationFlowId_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "id"); + private final static QName _AdapterFrameworkDataStatus_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "status"); + private final static QName _AdapterFrameworkDataApplicationComponent_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "applicationComponent"); + private final static QName _AdapterFrameworkDataProtocol_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "protocol"); + private final static QName _AdapterFrameworkDataEndpoint_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "endpoint"); + private final static QName _AdapterFrameworkDataEditable_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "editable"); + private final static QName _AdapterFrameworkDataCredential_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "credential"); + private final static QName _AdapterFrameworkDataScheduleTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "scheduleTime"); + private final static QName _AdapterFrameworkDataInterface_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "interface"); + private final static QName _AdapterFrameworkDataMessageType_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "messageType"); + private final static QName _AdapterFrameworkDataConnectionName_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "connectionName"); + private final static QName _AdapterFrameworkDataSenderName_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "senderName"); + private final static QName _AdapterFrameworkDataServiceDefinition_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "serviceDefinition"); + private final static QName _AdapterFrameworkDataRestartable_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "restartable"); + private final static QName _AdapterFrameworkDataSenderParty_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "senderParty"); + private final static QName _AdapterFrameworkDataErrorCode_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "errorCode"); + private final static QName _AdapterFrameworkDataDirection_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "direction"); + private final static QName _AdapterFrameworkDataPersistUntil_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "persistUntil"); + private final static QName _AdapterFrameworkDataQualityOfService_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "qualityOfService"); + private final static QName _AdapterFrameworkDataScenarioIdentifier_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "scenarioIdentifier"); + private final static QName _AdapterFrameworkDataHeaders_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "headers"); + private final static QName _AdapterFrameworkDataSequenceNumber_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "sequenceNumber"); + private final static QName _AdapterFrameworkDataVersion_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "version"); + private final static QName _AdapterFrameworkDataEndTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "endTime"); + private final static QName _AdapterFrameworkDataMessageKey_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "messageKey"); + private final static QName _AdapterFrameworkDataReferenceID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "referenceID"); + private final static QName _AdapterFrameworkDataSenderInterface_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "senderInterface"); + private final static QName _AdapterFrameworkDataValidUntil_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "validUntil"); + private final static QName _AdapterFrameworkDataBusinessMessage_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "businessMessage"); + private final static QName _AdapterFrameworkDataErrorCategory_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "errorCategory"); + private final static QName _AdapterFrameworkDataTransport_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "transport"); + private final static QName _AdapterFrameworkDataReceiverParty_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "receiverParty"); + private final static QName _AdapterFrameworkDataMessageID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "messageID"); + private final static QName _AdapterFrameworkDataPayloadPermissionWarning_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "payloadPermissionWarning"); + private final static QName _AdapterFrameworkDataWasEdited_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "wasEdited"); + private final static QName _AdapterFrameworkDataStartTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "startTime"); + private final static QName _AdapterFrameworkDataReceiverInterface_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "receiverInterface"); + private final static QName _AdapterFrameworkDataSoftwareComponent_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "softwareComponent"); + private final static QName _AdapterFrameworkDataBusinessAttributes_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "businessAttributes"); + private final static QName _AdapterFrameworkDataSerializationContext_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "serializationContext"); + private final static QName _AdapterFrameworkDataCancelable_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "cancelable"); + private final static QName _AdapterFrameworkDataReceiverName_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "receiverName"); + private final static QName _AdapterFilterMessageIDs_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "messageIDs"); + private final static QName _AdapterFilterToTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "toTime"); + private final static QName _AdapterFilterMessageFormat_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "messageFormat"); + private final static QName _AdapterFilterReferenceIDs_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "referenceIDs"); + private final static QName _AdapterFilterCorrelationID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "correlationID"); + private final static QName _AdapterFilterStatuses_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "statuses"); + private final static QName _AdapterFilterFromTime_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "fromTime"); + private final static QName _AdapterFilterSequenceID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "sequenceID"); + private final static QName _OperationFailedExceptionArgs_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "args"); + private final static QName _AdminActionResultMapResultList_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "resultList"); + private final static QName _AdminActionResultMapKeyList_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "keyList"); + private final static QName _AdminActionResultResultText_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "resultText"); + private final static QName _AdminActionResultResultCode_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "resultCode"); + private final static QName _LocaleCountry_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "country"); + private final static QName _LocaleVariant_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "variant"); + private final static QName _LocaleLanguage_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "language"); + private final static QName _StatusDetailText_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "text"); + private final static QName _StatusDetailErrorLabelID_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "errorLabelID"); + private final static QName _MessageSearchReturnValueDate_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "date"); + private final static QName _MessageSearchReturnValueList_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "list"); + private final static QName _BusinessAttributeValue_QNAME = new QName("urn:com.sap.aii.mdt.server.adapterframework.ws", "value"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ws.adapterframework.server.mdt.aii.sap.com + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link IntegrationFlow } + * + */ + public IntegrationFlow createIntegrationFlow() { + return new IntegrationFlow(); + } + + /** + * Create an instance of {@link AdapterFilter } + * + */ + public AdapterFilter createAdapterFilter() { + return new AdapterFilter(); + } + + /** + * Create an instance of {@link OperationFailedException } + * + */ + public OperationFailedException createOperationFailedException() { + return new OperationFailedException(); + } + + /** + * Create an instance of {@link ArrayOfBusinessAttribute } + * + */ + public ArrayOfBusinessAttribute createArrayOfBusinessAttribute() { + return new ArrayOfBusinessAttribute(); + } + + /** + * Create an instance of {@link AttributeMetadata } + * + */ + public AttributeMetadata createAttributeMetadata() { + return new AttributeMetadata(); + } + + /** + * Create an instance of {@link MessageSearchReturnValue } + * + */ + public MessageSearchReturnValue createMessageSearchReturnValue() { + return new MessageSearchReturnValue(); + } + + /** + * Create an instance of {@link ArrayOfAttributeMetadata } + * + */ + public ArrayOfAttributeMetadata createArrayOfAttributeMetadata() { + return new ArrayOfAttributeMetadata(); + } + + /** + * Create an instance of {@link ArrayOfAdapterFrameworkData } + * + */ + public ArrayOfAdapterFrameworkData createArrayOfAdapterFrameworkData() { + return new ArrayOfAdapterFrameworkData(); + } + + /** + * Create an instance of {@link BusinessAttribute } + * + */ + public BusinessAttribute createBusinessAttribute() { + return new BusinessAttribute(); + } + + /** + * Create an instance of {@link ArrayOfAdminActionResult } + * + */ + public ArrayOfAdminActionResult createArrayOfAdminActionResult() { + return new ArrayOfAdminActionResult(); + } + + /** + * Create an instance of {@link ArrayOfStatusDetail } + * + */ + public ArrayOfStatusDetail createArrayOfStatusDetail() { + return new ArrayOfStatusDetail(); + } + + /** + * Create an instance of {@link AdapterFrameworkData } + * + */ + public AdapterFrameworkData createAdapterFrameworkData() { + return new AdapterFrameworkData(); + } + + /** + * Create an instance of {@link AdminActionResultMap } + * + */ + public AdminActionResultMap createAdminActionResultMap() { + return new AdminActionResultMap(); + } + + /** + * Create an instance of {@link AdminActionResult } + * + */ + public AdminActionResult createAdminActionResult() { + return new AdminActionResult(); + } + + /** + * Create an instance of {@link ArrayOfIntegrationFlow } + * + */ + public ArrayOfIntegrationFlow createArrayOfIntegrationFlow() { + return new ArrayOfIntegrationFlow(); + } + + /** + * Create an instance of {@link InvalidKeyException } + * + */ + public InvalidKeyException createInvalidKeyException() { + return new InvalidKeyException(); + } + + /** + * Create an instance of {@link Locale } + * + */ + public Locale createLocale() { + return new Locale(); + } + + /** + * Create an instance of {@link StatusDetail } + * + */ + public StatusDetail createStatusDetail() { + return new StatusDetail(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "description", scope = IntegrationFlow.class) + public JAXBElement createIntegrationFlowDescription(String value) { + return new JAXBElement(_IntegrationFlowDescription_QNAME, String.class, IntegrationFlow.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "name", scope = IntegrationFlow.class) + public JAXBElement createIntegrationFlowName(String value) { + return new JAXBElement(_IntegrationFlowName_QNAME, String.class, IntegrationFlow.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "id", scope = IntegrationFlow.class) + public JAXBElement createIntegrationFlowId(String value) { + return new JAXBElement(_IntegrationFlowId_QNAME, String.class, IntegrationFlow.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "status", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataStatus(String value) { + return new JAXBElement(_AdapterFrameworkDataStatus_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "applicationComponent", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataApplicationComponent(String value) { + return new JAXBElement(_AdapterFrameworkDataApplicationComponent_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "protocol", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataProtocol(String value) { + return new JAXBElement(_AdapterFrameworkDataProtocol_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "endpoint", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataEndpoint(String value) { + return new JAXBElement(_AdapterFrameworkDataEndpoint_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "editable", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataEditable(BooleanAttribute value) { + return new JAXBElement(_AdapterFrameworkDataEditable_QNAME, BooleanAttribute.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "credential", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataCredential(String value) { + return new JAXBElement(_AdapterFrameworkDataCredential_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "scheduleTime", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataScheduleTime(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataScheduleTime_QNAME, XMLGregorianCalendar.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "interface", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataInterface(MessageInterface value) { + return new JAXBElement(_AdapterFrameworkDataInterface_QNAME, MessageInterface.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "messageType", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataMessageType(String value) { + return new JAXBElement(_AdapterFrameworkDataMessageType_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "connectionName", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataConnectionName(String value) { + return new JAXBElement(_AdapterFrameworkDataConnectionName_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "senderName", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataSenderName(String value) { + return new JAXBElement(_AdapterFrameworkDataSenderName_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "serviceDefinition", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataServiceDefinition(String value) { + return new JAXBElement(_AdapterFrameworkDataServiceDefinition_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "restartable", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataRestartable(BooleanAttribute value) { + return new JAXBElement(_AdapterFrameworkDataRestartable_QNAME, BooleanAttribute.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "senderParty", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataSenderParty(MessageParty value) { + return new JAXBElement(_AdapterFrameworkDataSenderParty_QNAME, MessageParty.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "errorCode", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataErrorCode(String value) { + return new JAXBElement(_AdapterFrameworkDataErrorCode_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "direction", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataDirection(String value) { + return new JAXBElement(_AdapterFrameworkDataDirection_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "persistUntil", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataPersistUntil(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataPersistUntil_QNAME, XMLGregorianCalendar.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "qualityOfService", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataQualityOfService(String value) { + return new JAXBElement(_AdapterFrameworkDataQualityOfService_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "scenarioIdentifier", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataScenarioIdentifier(String value) { + return new JAXBElement(_AdapterFrameworkDataScenarioIdentifier_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "headers", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataHeaders(String value) { + return new JAXBElement(_AdapterFrameworkDataHeaders_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "sequenceNumber", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataSequenceNumber(Long value) { + return new JAXBElement(_AdapterFrameworkDataSequenceNumber_QNAME, Long.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "version", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataVersion(String value) { + return new JAXBElement(_AdapterFrameworkDataVersion_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "endTime", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataEndTime(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataEndTime_QNAME, XMLGregorianCalendar.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "messageKey", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataMessageKey(String value) { + return new JAXBElement(_AdapterFrameworkDataMessageKey_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "referenceID", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataReferenceID(String value) { + return new JAXBElement(_AdapterFrameworkDataReferenceID_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "senderInterface", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataSenderInterface(MessageInterface value) { + return new JAXBElement(_AdapterFrameworkDataSenderInterface_QNAME, MessageInterface.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "validUntil", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataValidUntil(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataValidUntil_QNAME, XMLGregorianCalendar.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "businessMessage", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataBusinessMessage(BooleanAttribute value) { + return new JAXBElement(_AdapterFrameworkDataBusinessMessage_QNAME, BooleanAttribute.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "errorCategory", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataErrorCategory(String value) { + return new JAXBElement(_AdapterFrameworkDataErrorCategory_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "transport", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataTransport(String value) { + return new JAXBElement(_AdapterFrameworkDataTransport_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "receiverParty", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataReceiverParty(MessageParty value) { + return new JAXBElement(_AdapterFrameworkDataReceiverParty_QNAME, MessageParty.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "messageID", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataMessageID(String value) { + return new JAXBElement(_AdapterFrameworkDataMessageID_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "payloadPermissionWarning", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataPayloadPermissionWarning(BooleanAttribute value) { + return new JAXBElement(_AdapterFrameworkDataPayloadPermissionWarning_QNAME, BooleanAttribute.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "wasEdited", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataWasEdited(BooleanAttribute value) { + return new JAXBElement(_AdapterFrameworkDataWasEdited_QNAME, BooleanAttribute.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "startTime", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataStartTime(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataStartTime_QNAME, XMLGregorianCalendar.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "receiverInterface", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataReceiverInterface(MessageInterface value) { + return new JAXBElement(_AdapterFrameworkDataReceiverInterface_QNAME, MessageInterface.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "softwareComponent", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataSoftwareComponent(String value) { + return new JAXBElement(_AdapterFrameworkDataSoftwareComponent_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfBusinessAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "businessAttributes", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataBusinessAttributes(ArrayOfBusinessAttribute value) { + return new JAXBElement(_AdapterFrameworkDataBusinessAttributes_QNAME, ArrayOfBusinessAttribute.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "serializationContext", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataSerializationContext(String value) { + return new JAXBElement(_AdapterFrameworkDataSerializationContext_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link BooleanAttribute }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "cancelable", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataCancelable(BooleanAttribute value) { + return new JAXBElement(_AdapterFrameworkDataCancelable_QNAME, BooleanAttribute.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "receiverName", scope = AdapterFrameworkData.class) + public JAXBElement createAdapterFrameworkDataReceiverName(String value) { + return new JAXBElement(_AdapterFrameworkDataReceiverName_QNAME, String.class, AdapterFrameworkData.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "messageIDs", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterMessageIDs(ArrayOfString value) { + return new JAXBElement(_AdapterFilterMessageIDs_QNAME, ArrayOfString.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "status", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterStatus(String value) { + return new JAXBElement(_AdapterFrameworkDataStatus_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "applicationComponent", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterApplicationComponent(String value) { + return new JAXBElement(_AdapterFrameworkDataApplicationComponent_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "protocol", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterProtocol(String value) { + return new JAXBElement(_AdapterFrameworkDataProtocol_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "toTime", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterToTime(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFilterToTime_QNAME, XMLGregorianCalendar.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "scheduleTime", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterScheduleTime(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataScheduleTime_QNAME, XMLGregorianCalendar.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "messageType", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterMessageType(String value) { + return new JAXBElement(_AdapterFrameworkDataMessageType_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "interface", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterInterface(MessageInterface value) { + return new JAXBElement(_AdapterFrameworkDataInterface_QNAME, MessageInterface.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "connectionName", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterConnectionName(String value) { + return new JAXBElement(_AdapterFrameworkDataConnectionName_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "messageFormat", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterMessageFormat(String value) { + return new JAXBElement(_AdapterFilterMessageFormat_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "senderName", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterSenderName(String value) { + return new JAXBElement(_AdapterFrameworkDataSenderName_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "referenceIDs", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterReferenceIDs(ArrayOfString value) { + return new JAXBElement(_AdapterFilterReferenceIDs_QNAME, ArrayOfString.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "serviceDefinition", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterServiceDefinition(String value) { + return new JAXBElement(_AdapterFrameworkDataServiceDefinition_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "errorCode", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterErrorCode(String value) { + return new JAXBElement(_AdapterFrameworkDataErrorCode_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "senderParty", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterSenderParty(MessageParty value) { + return new JAXBElement(_AdapterFrameworkDataSenderParty_QNAME, MessageParty.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "persistUntil", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterPersistUntil(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataPersistUntil_QNAME, XMLGregorianCalendar.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "direction", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterDirection(String value) { + return new JAXBElement(_AdapterFrameworkDataDirection_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "qualityOfService", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterQualityOfService(String value) { + return new JAXBElement(_AdapterFrameworkDataQualityOfService_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "correlationID", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterCorrelationID(String value) { + return new JAXBElement(_AdapterFilterCorrelationID_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "statuses", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterStatuses(ArrayOfString value) { + return new JAXBElement(_AdapterFilterStatuses_QNAME, ArrayOfString.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "senderInterface", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterSenderInterface(MessageInterface value) { + return new JAXBElement(_AdapterFrameworkDataSenderInterface_QNAME, MessageInterface.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "validUntil", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterValidUntil(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFrameworkDataValidUntil_QNAME, XMLGregorianCalendar.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "fromTime", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterFromTime(XMLGregorianCalendar value) { + return new JAXBElement(_AdapterFilterFromTime_QNAME, XMLGregorianCalendar.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "errorCategory", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterErrorCategory(String value) { + return new JAXBElement(_AdapterFrameworkDataErrorCategory_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "transport", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterTransport(String value) { + return new JAXBElement(_AdapterFrameworkDataTransport_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageParty }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "receiverParty", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterReceiverParty(MessageParty value) { + return new JAXBElement(_AdapterFrameworkDataReceiverParty_QNAME, MessageParty.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link MessageInterface }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "receiverInterface", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterReceiverInterface(MessageInterface value) { + return new JAXBElement(_AdapterFrameworkDataReceiverInterface_QNAME, MessageInterface.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "softwareComponent", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterSoftwareComponent(String value) { + return new JAXBElement(_AdapterFrameworkDataSoftwareComponent_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "receiverName", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterReceiverName(String value) { + return new JAXBElement(_AdapterFrameworkDataReceiverName_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "sequenceID", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterSequenceID(String value) { + return new JAXBElement(_AdapterFilterSequenceID_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "serializationContext", scope = AdapterFilter.class) + public JAXBElement createAdapterFilterSerializationContext(String value) { + return new JAXBElement(_AdapterFrameworkDataSerializationContext_QNAME, String.class, AdapterFilter.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "args", scope = OperationFailedException.class) + public JAXBElement createOperationFailedExceptionArgs(ArrayOfString value) { + return new JAXBElement(_OperationFailedExceptionArgs_QNAME, ArrayOfString.class, OperationFailedException.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfAdminActionResult }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "resultList", scope = AdminActionResultMap.class) + public JAXBElement createAdminActionResultMapResultList(ArrayOfAdminActionResult value) { + return new JAXBElement(_AdminActionResultMapResultList_QNAME, ArrayOfAdminActionResult.class, AdminActionResultMap.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "keyList", scope = AdminActionResultMap.class) + public JAXBElement createAdminActionResultMapKeyList(ArrayOfString value) { + return new JAXBElement(_AdminActionResultMapKeyList_QNAME, ArrayOfString.class, AdminActionResultMap.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "resultText", scope = AdminActionResult.class) + public JAXBElement createAdminActionResultResultText(String value) { + return new JAXBElement(_AdminActionResultResultText_QNAME, String.class, AdminActionResult.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "resultCode", scope = AdminActionResult.class) + public JAXBElement createAdminActionResultResultCode(String value) { + return new JAXBElement(_AdminActionResultResultCode_QNAME, String.class, AdminActionResult.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "country", scope = Locale.class) + public JAXBElement createLocaleCountry(String value) { + return new JAXBElement(_LocaleCountry_QNAME, String.class, Locale.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "variant", scope = Locale.class) + public JAXBElement createLocaleVariant(String value) { + return new JAXBElement(_LocaleVariant_QNAME, String.class, Locale.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "language", scope = Locale.class) + public JAXBElement createLocaleLanguage(String value) { + return new JAXBElement(_LocaleLanguage_QNAME, String.class, Locale.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "messageKey", scope = InvalidKeyException.class) + public JAXBElement createInvalidKeyExceptionMessageKey(String value) { + return new JAXBElement(_AdapterFrameworkDataMessageKey_QNAME, String.class, InvalidKeyException.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "description", scope = StatusDetail.class) + public JAXBElement createStatusDetailDescription(String value) { + return new JAXBElement(_IntegrationFlowDescription_QNAME, String.class, StatusDetail.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "text", scope = StatusDetail.class) + public JAXBElement createStatusDetailText(String value) { + return new JAXBElement(_StatusDetailText_QNAME, String.class, StatusDetail.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "errorLabelID", scope = StatusDetail.class) + public JAXBElement createStatusDetailErrorLabelID(String value) { + return new JAXBElement(_StatusDetailErrorLabelID_QNAME, String.class, StatusDetail.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "description", scope = AttributeMetadata.class) + public JAXBElement createAttributeMetadataDescription(String value) { + return new JAXBElement(_IntegrationFlowDescription_QNAME, String.class, AttributeMetadata.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "name", scope = AttributeMetadata.class) + public JAXBElement createAttributeMetadataName(String value) { + return new JAXBElement(_IntegrationFlowName_QNAME, String.class, AttributeMetadata.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "date", scope = MessageSearchReturnValue.class) + public JAXBElement createMessageSearchReturnValueDate(XMLGregorianCalendar value) { + return new JAXBElement(_MessageSearchReturnValueDate_QNAME, XMLGregorianCalendar.class, MessageSearchReturnValue.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link ArrayOfAdapterFrameworkData }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "list", scope = MessageSearchReturnValue.class) + public JAXBElement createMessageSearchReturnValueList(ArrayOfAdapterFrameworkData value) { + return new JAXBElement(_MessageSearchReturnValueList_QNAME, ArrayOfAdapterFrameworkData.class, MessageSearchReturnValue.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "name", scope = BusinessAttribute.class) + public JAXBElement createBusinessAttributeName(String value) { + return new JAXBElement(_IntegrationFlowName_QNAME, String.class, BusinessAttribute.class, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", name = "value", scope = BusinessAttribute.class) + public JAXBElement createBusinessAttributeValue(String value) { + return new JAXBElement(_BusinessAttributeValue_QNAME, String.class, BusinessAttribute.class, value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/OperationFailedException.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/OperationFailedException.java new file mode 100644 index 0000000..0d055ac --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/OperationFailedException.java @@ -0,0 +1,86 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; +import exception.sap.com.BaseException; +import lang.java2.ArrayOfString; + + +/** + *

Java class for OperationFailedException complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="OperationFailedException">
+ *   <complexContent>
+ *     <extension base="{urn:com.sap.exception}BaseException">
+ *       <sequence>
+ *         <element name="args" type="{urn:java/lang}ArrayOfString" minOccurs="0"/>
+ *         <element name="code" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *       </sequence>
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "OperationFailedException", propOrder = { + "args", + "code" +}) +public class OperationFailedException + extends BaseException +{ + + @XmlElementRef(name = "args", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement args; + protected int code; + + /** + * Gets the value of the args property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public JAXBElement getArgs() { + return args; + } + + /** + * Sets the value of the args property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link ArrayOfString }{@code >} + * + */ + public void setArgs(JAXBElement value) { + this.args = ((JAXBElement ) value); + } + + /** + * Gets the value of the code property. + * + */ + public int getCode() { + return code; + } + + /** + * Sets the value of the code property. + * + */ + public void setCode(int value) { + this.code = value; + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/StatusDetail.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/StatusDetail.java new file mode 100644 index 0000000..19906ba --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/StatusDetail.java @@ -0,0 +1,119 @@ + +package ws.adapterframework.server.mdt.aii.sap.com; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElementRef; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for StatusDetail complex type. + * + *

The following schema fragment specifies the expected content contained within this class. + * + *

+ * <complexType name="StatusDetail">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="errorLabelID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "StatusDetail", propOrder = { + "errorLabelID", + "description", + "text" +}) +public class StatusDetail { + + @XmlElementRef(name = "errorLabelID", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement errorLabelID; + @XmlElementRef(name = "description", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement description; + @XmlElementRef(name = "text", namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", type = JAXBElement.class) + protected JAXBElement text; + + /** + * Gets the value of the errorLabelID property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getErrorLabelID() { + return errorLabelID; + } + + /** + * Sets the value of the errorLabelID property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setErrorLabelID(JAXBElement value) { + this.errorLabelID = ((JAXBElement ) value); + } + + /** + * Gets the value of the description property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getDescription() { + return description; + } + + /** + * Sets the value of the description property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setDescription(JAXBElement value) { + this.description = ((JAXBElement ) value); + } + + /** + * Gets the value of the text property. + * + * @return + * possible object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public JAXBElement getText() { + return text; + } + + /** + * Sets the value of the text property. + * + * @param value + * allowed object is + * {@link JAXBElement }{@code <}{@link String }{@code >} + * + */ + public void setText(JAXBElement value) { + this.text = ((JAXBElement ) value); + } + +} diff --git a/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/package-info.java b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/package-info.java new file mode 100644 index 0000000..e1db589 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/ejbModule/ws/adapterframework/server/mdt/aii/sap/com/package-info.java @@ -0,0 +1,2 @@ +@javax.xml.bind.annotation.XmlSchema(namespace = "urn:com.sap.aii.mdt.server.adapterframework.ws", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) +package ws.adapterframework.server.mdt.aii.sap.com; diff --git a/jaylin.com.au/zpi_ejb/_comp/rootwsdl_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..eb800eb --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_AdapterMessageMonitoring.wsdl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_1_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_1_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..60ed9e2 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_1_AdapterMessageMonitoring.wsdl @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_2.wsdl b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_2.wsdl new file mode 100644 index 0000000..95749e4 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_2.wsdl @@ -0,0 +1,984 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_3_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_3_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..4452856 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_3_AdapterMessageMonitoring.wsdl @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_4_AdapterMessageMonitoring.wsdl b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_4_AdapterMessageMonitoring.wsdl new file mode 100644 index 0000000..5944b49 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/rootwsdl_importedwsdl_4_AdapterMessageMonitoring.wsdl @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/src/diagrams/LocalDevelopment~zpi_ejb~jaylin.com.au.xmi b/jaylin.com.au/zpi_ejb/_comp/src/diagrams/LocalDevelopment~zpi_ejb~jaylin.com.au.xmi new file mode 100644 index 0000000..e257040 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/src/diagrams/LocalDevelopment~zpi_ejb~jaylin.com.au.xmi @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_ejb/_comp/test/au/com/jaylin/persistence/ejbs/PIMessageHandlerTest.java b/jaylin.com.au/zpi_ejb/_comp/test/au/com/jaylin/persistence/ejbs/PIMessageHandlerTest.java new file mode 100644 index 0000000..0c42017 --- /dev/null +++ b/jaylin.com.au/zpi_ejb/_comp/test/au/com/jaylin/persistence/ejbs/PIMessageHandlerTest.java @@ -0,0 +1,570 @@ +package au.com.jaylin.persistence.ejbs; + + +import org.junit.Test; +import org.junit.runner.RunWith; +import org.mockito.ArgumentCaptor; +import org.mockito.InjectMocks; +import org.mockito.Mock; +import org.mockito.runners.MockitoJUnitRunner; + +import static org.junit.Assert.assertEquals; +import static org.mockito.Matchers.any; +import static org.mockito.Mockito.never; +import static org.mockito.Mockito.times; +import static org.mockito.Mockito.verify; +import static org.mockito.Mockito.when; + +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Date; +import java.util.GregorianCalendar; +import java.util.List; + +import javax.xml.bind.JAXBElement; +import javax.xml.datatype.DatatypeConfigurationException; +import javax.xml.datatype.DatatypeFactory; +import javax.xml.datatype.XMLGregorianCalendar; +import javax.xml.namespace.QName; + +import lang.java2.ArrayOfString; + +import ws.adapterframework.server.mdt.aii.sap.com.AdapterFilter; +import ws.adapterframework.server.mdt.aii.sap.com.AdapterFrameworkData; +import ws.adapterframework.server.mdt.aii.sap.com.AdminActionResultMap; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfAdapterFrameworkData; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfAttributeMetadata; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfBusinessAttribute; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfIntegrationFlow; +import ws.adapterframework.server.mdt.aii.sap.com.ArrayOfStatusDetail; +import ws.adapterframework.server.mdt.aii.sap.com.Locale; +import ws.adapterframework.server.mdt.aii.sap.com.MessageSearchReturnValue; +import adaptermessagemonitoringwsd.AdapterMessageMonitoringVi; +import adaptermessagemonitoringwsd.CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; +import adaptermessagemonitoringwsd.CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; +import adaptermessagemonitoringwsd.GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; +import adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; +import adaptermessagemonitoringwsd.GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import adaptermessagemonitoringwsd.ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc; +import adaptermessagemonitoringwsd.ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc; +import au.com.jaylin.persistence.PIMessage; +import au.com.jaylin.persistence.ejbs.ApplicationPropertiesLocal; +import au.com.jaylin.persistence.ejbs.PIMessageHandler; +import au.com.jaylin.persistence.ejbs.WebServiceEndPointLocal; +import au.com.jaylin.persistence.ejbs.helpers.OperationStatus; +import au.com.jaylin.persistence.ejbs.helpers.PITimeStamp; +import au.com.jaylin.persistence.facades.PIMessageFacadeLocal; +import data.api.mdt.aii.sap.com.ArrayOfAuditLogEntryData; +import data.api.mdt.aii.sap.com.ArrayOfMessageInterface; +import data.api.mdt.aii.sap.com.ArrayOfMessageParty; +import data.api.mdt.aii.sap.com.MessageInterface; +import data.api.mdt.aii.sap.com.MessageParty; + + +@RunWith(MockitoJUnitRunner.class) +public class PIMessageHandlerTest { + @Mock + WebServiceEndPointLocal ws; + @Mock + PIMessageFacadeLocal piMessageFacade; + @Mock + ApplicationPropertiesLocal properties; + + @InjectMocks + PIMessageHandler msgHandler; + + + @Test + public void testCallWSAndGetMessageList_AllMessages() { + // setup our test double to return a message list for the web service + when(ws.call()).thenReturn(new TestPortDoubleWithTwoSyncInterfaces()); + + // setup time filter + TestPortDoubleWithTwoSyncInterfaces tpd = new TestPortDoubleWithTwoSyncInterfaces(); + Date d = tpd.setDate("03-11-2013 00:00:01"); //this time will have PITimeStamp.SLIDING_WINDOW_DAYS subtracted! + when(piMessageFacade.getPIMonMsgsLatestEndTime()).thenReturn(d); + + // call the method under test + OperationStatus status = msgHandler.readPIDataAndCache(); + assertEquals("success", status.status); + + // check that matchMessagesToConvIdOrRefToId() never tries to lookup old messages as they are all + // in the result-set of the WS call + verify(piMessageFacade, never()).findPIMonMsgsById(any(String.class)); + + // check that the 4 messages setup in our WS test double are updated + verify(piMessageFacade, times(4)).update(any(PIMessage.class)); + } + + @Test + public void testCallWSAndGetMessageList_TodaysMessagesOnly() { + // setup our test double to return a message list for the web service + when(ws.call()).thenReturn(new TestPortDoubleWithTwoSyncInterfaces()); + + // setup time filter - the PITimeStamp.SLIDING_WINDOW_DAYS constant will subtract off this + // date so add it back so that we are testing with the exact date specified in the WS test + // double + TestPortDoubleWithTwoSyncInterfaces tpd = new TestPortDoubleWithTwoSyncInterfaces(); + Date d = tpd.setDate("05-11-2013 00:00:01"); + Calendar c = Calendar.getInstance(); + c.setTime(d); + c.add(Calendar.DAY_OF_YEAR, PITimeStamp.SLIDING_WINDOW_DAYS * -1); + when(piMessageFacade.getPIMonMsgsLatestEndTime()).thenReturn(c.getTime()); + + // call the method under test + OperationStatus status = msgHandler.readPIDataAndCache(); + assertEquals("success", status.status); + + // check that matchMessagesToConvIdOrRefToId() never tries to lookup old messages + verify(piMessageFacade, never()).findPIMonMsgsById(any(String.class)); + + // check that the 2 messages setup in our WS test double are for TODAY updated + verify(piMessageFacade, times(2)).update(any(PIMessage.class)); + } + + @Test + public void testCallWSAndGetMessageList_SplittingAnIflowWithFromTimeFilter() { + // setup our test double to return a message list for the web service + when(ws.call()).thenReturn(new TestPortDoubleWithTwoSyncInterfaces()); + + // setup time filter + // We choose a fixed start time that will cause the WS mock to only return the OUTBOUND + // message - ie half of the iflow. This causes a lookup of old messages + // + // the PITimeStamp.SLIDING_WINDOW_DAYS constant will subtract off this + // date so add it back so that we are testing with the exact date specified in the WS test + // double + TestPortDoubleWithTwoSyncInterfaces tpd = new TestPortDoubleWithTwoSyncInterfaces(); + Date d = tpd.setDate("05-11-2013 02:00:43"); + Calendar c = Calendar.getInstance(); + c.setTime(d); + c.add(Calendar.DAY_OF_YEAR, PITimeStamp.SLIDING_WINDOW_DAYS * -1); + when(piMessageFacade.getPIMonMsgsLatestEndTime()).thenReturn(c.getTime()); + + // when a lookup into old messages is made for this conversation id, return the refId of + // an old message that we will later check + List msgList = new ArrayList(); + PIMessage m = new PIMessage(); + m.setRef_id("REF_ID FROM OLD MESSAGE"); + msgList.add(m); + when(piMessageFacade.findPIMonMsgsById("00505682-0185-1ee3-91af-60a1b80b5975")).thenReturn(msgList); + + // call the method under test + OperationStatus status = msgHandler.readPIDataAndCache(); + assertEquals("success", status.status); + + // check that matchMessagesToConvIdOrRefToId() is called once to lookup old messages + verify(piMessageFacade, times(1)).findPIMonMsgsById(any(String.class)); + + // check that only 1 message was updated and that its refId is that of the old message + verify(piMessageFacade, times(1)).update(any(PIMessage.class)); + + ArgumentCaptor savedCaptor = ArgumentCaptor.forClass(PIMessage.class); + verify(piMessageFacade).update(savedCaptor.capture()); + assertEquals("REF_ID FROM OLD MESSAGE", savedCaptor.getValue().getRef_id()); + } + + + /** + * Setup 2 synchronous interfaces to be returned by the WS double. Each interface contains + * a request and response message. Payloads are also provided and are copies of real + * payloads from PI. + * + * @author jscott + */ + private class TestPortDoubleWithTwoSyncInterfaces implements AdapterMessageMonitoringVi { + public XMLGregorianCalendar createXMLGregorianCalendarFromDate(Date date) { + XMLGregorianCalendar xmlCalendar = null; + GregorianCalendar calendar = new GregorianCalendar(); + + calendar.setTime(date); + + try { + xmlCalendar = DatatypeFactory.newInstance().newXMLGregorianCalendar(calendar); + } catch (DatatypeConfigurationException e1) { + //DO SOMETHING + } + + return xmlCalendar; + } + + @Override + public AdminActionResultMap cancelMessages(ArrayOfString messageKeys) + throws CancelMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc, + CancelMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfAuditLogEntryData getLogEntries(String messageKey, + boolean archive, Integer maxResults, Locale locale, + XMLGregorianCalendar olderThan) + throws GetLogEntriesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc, + GetLogEntriesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public byte[] getMessageBytesJavaLangStringBoolean(String messageKey, + boolean archive) + throws GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc, + GetMessageBytesJavaLangStringBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc { + + String payload = ""; + + if (messageKey.equals("sync_outbound_today")) { + // this is a copy of a real message payload for interface ExchangeRatesRetrieveGetData_Out + payload = "content-type:multipart/related; boundary=SAP_07c9e508-457b-11e3-c3c1-0000313ae59a_END; type=\"text/xml\"; start=\"\"" + + "\ncontent-length:4738" + + "\n\n\n--SAP_07c9e508-457b-11e3-c3c1-0000313ae59a_END" + + "\nContent-ID: " + + "\nContent-Disposition: attachment;filename=\"soap-07c9e507457b11e393ea0000313ae59a@sap.com.xml\"" + + "\nContent-Type: text/xml; charset=utf-8" + + "\nContent-Description: SOAP" + + "\n\nApplicationResponsesynchronous07c70c06-457b-11e3-a955-0000313ae59a00505682-0185-1ee3-91af-60a1b80b59752013-11-04T18:00:46ZBloombergDLWS_DERD030_DExchangeRatesRetrieveGetData_OutBestEffort1InformationOffERD030_DXI00505682-0185-1ee3-91af-60a1b80b59753.0af.pod.dbpodXIRA00505682-0185-1ee3-91af-60a1b80b5975af.pod.dbpodXIRA07c70c06-457b-11e3-a955-0000313ae59af710ef027347744e3ebb97711bc08be75b2268b5ad9e39c593a177c541943c13maindocumentmain documentApplication" + + "\n--SAP_07c9e508-457b-11e3-c3c1-0000313ae59a_END" + + "\nContent-ID: " + + "\nContent-Disposition: attachment;filename=\"maindocument.xml\"" + + "\nContent-Type: text/xml; charset=utf-8" + + "\nContent-Description: maindocument" + + "\n\n" + + "\n
0Success1364880092-108115709020131105truedaily2013-11-04T11:30:09-05:00
CILDAUD.949700CILDEUR1.351000CILDGBP1.595200CILDJPY98.590000CILDKRW1062.630000CILDMYR3.173000CILDNOK5.943100CILDSGD1.242700
" + + "\n--SAP_07c9e508-457b-11e3-c3c1-0000313ae59a_END--"; + + } else if (messageKey.equals("sync_inbound_today")) { + // this is a copy of a real message payload for interface DLWSRetrieveGetData_In + payload = "content-type:multipart/related; boundary=SAP_063cc38f-457b-11e3-abb3-0000313ae59a_END; type=\"text/xml\"; start=\"\"" + + "\ncontent-length:4167" + + "\n\n\n--SAP_063cc38f-457b-11e3-abb3-0000313ae59a_END" + + "\ncontent-id: " + + "\nContent-Type: text/xml; charset=utf-8" + + "\n\nApplicationMessagesynchronous00505682-0185-1ee3-91af-60a1b80b59752013-11-04T18:00:43ZERD030_DBloombergDLWS_DDLWSRetrieveGetData_InBestEffort315b2382f9a311e2ae5c0000313ae59aSA3000005b2268b5ad9e39c593a177c541943c13InformationOffERD030_DXI00505682-0185-1ee3-91af-60a1b80b59753.0af.pod.dbpodXIRA00505682-0185-1ee3-91af-60a1b80b5975af.pod.dbpodXIRA07c70c06-457b-11e3-a955-0000313ae59af710ef027347744e3ebb97711bc08be75b2268b5ad9e39c593a177c541943c13MainDocumentApplication" + + "\n--SAP_063cc38f-457b-11e3-abb3-0000313ae59a_END" + + "\ncontent-id: " + + "\nContent-Type: application/xml" + + "\n\n" + + "\n1364880092-1081157090" + + "\n--SAP_063cc38f-457b-11e3-abb3-0000313ae59a_END--"; + + } else if (messageKey.equals("sync_outbound_yesterday")) { + // this is a copy of a real message payload for interface ExchangeRatesRetrieveGetData_Out that was executed the day before + payload = "content-type:multipart/related; boundary=SAP_ddd01cf4-44b1-11e3-bdbc-0000313ae59a_END; type=\"text/xml\"; start=\"\"" + + "\ncontent-length:4738" + + "\n\n\n--SAP_ddd01cf4-44b1-11e3-bdbc-0000313ae59a_END" + + "\nContent-ID: " + + "\nContent-Disposition: attachment;filename=\"soap-ddd00f1444b111e3864b0000313ae59a@sap.com.xml\"" + + "\nContent-Type: text/xml; charset=utf-8" + + "\nContent-Description: SOAP" + + "\n\nApplicationResponsesynchronousddcd744a-44b1-11e3-a7fe-0000313ae59a00505682-0185-1ee3-9196-3b46bfe939752013-11-03T18:00:47ZBloombergDLWS_DERD030_DExchangeRatesRetrieveGetData_OutBestEffort1InformationOffERD030_DXI00505682-0185-1ee3-9196-3b46bfe939753.0af.pod.dbpodXIRA00505682-0185-1ee3-9196-3b46bfe93975af.pod.dbpodXIRAddcd744a-44b1-11e3-a7fe-0000313ae59af710ef027347744e3ebb97711bc08be75b2268b5ad9e39c593a177c541943c13maindocumentmain documentApplication" + + "\n--SAP_ddd01cf4-44b1-11e3-bdbc-0000313ae59a_END" + + "\nContent-ID: " + + "\nContent-Disposition: attachment;filename=\"maindocument.xml\"" + + "\nContent-Type: text/xml; charset=utf-8" + + "\nContent-Description: maindocument" + + "\n\n" + + "\n
0Success1364880092-108115709020131104truedaily2013-11-03T11:30:06-05:00
CILDAUD.943700CILDEUR1.348700CILDGBP1.592100CILDJPY98.780000CILDKRW1061.360000CILDMYR3.172000CILDNOK5.968400CILDSGD1.243500
" + + "\n--SAP_ddd01cf4-44b1-11e3-bdbc-0000313ae59a_END--"; + + } else if (messageKey.equals("sync_inbound_yesterday")) { + // this is a copy of a real message payload for interface DLWSRetrieveGetData_In that was executed the day before + payload = "content-type:multipart/related; boundary=SAP_dc5c8b72-44b1-11e3-cb0b-0000313ae59a_END; type=\"text/xml\"; start=\"\"" + + "\ncontent-length:4167" + + "\n\n\n--SAP_dc5c8b72-44b1-11e3-cb0b-0000313ae59a_END" + + "\ncontent-id: " + + "\nContent-Type: text/xml; charset=utf-8" + + "\n\nApplicationMessagesynchronous00505682-0185-1ee3-9196-3b46bfe939752013-11-03T18:00:44ZERD030_DBloombergDLWS_DDLWSRetrieveGetData_InBestEffort315b2382f9a311e2ae5c0000313ae59aSA3000005b2268b5ad9e39c593a177c541943c13InformationOffERD030_DXI00505682-0185-1ee3-9196-3b46bfe939753.0af.pod.dbpodXIRA00505682-0185-1ee3-9196-3b46bfe93975af.pod.dbpodXIRAddcd744a-44b1-11e3-a7fe-0000313ae59af710ef027347744e3ebb97711bc08be75b2268b5ad9e39c593a177c541943c13MainDocumentApplication" + + "\n--SAP_dc5c8b72-44b1-11e3-cb0b-0000313ae59a_END" + + "\ncontent-id: " + + "\nContent-Type: application/xml" + + "\n\n" + + "\n1364880092-1081157090" + + "\n--SAP_dc5c8b72-44b1-11e3-cb0b-0000313ae59a_END--"; + + } + + return payload.getBytes(); + } + + @Override + public byte[] getMessageBytesJavaLangStringIntBoolean( + String messageKey, int version, boolean archive) + throws GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc, + GetMessageBytesJavaLangStringIntBooleanComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public MessageSearchReturnValue getMessageList(AdapterFilter filter, + Integer maxMessages) + throws GetMessageListComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + + // setup a fake WS response + MessageSearchReturnValue response = new MessageSearchReturnValue(); + ArrayOfAdapterFrameworkData dataArray = new ArrayOfAdapterFrameworkData(); + List list = dataArray.getAdapterFrameworkData(); + + // get start date from filter + JAXBElement fromTimeJAXB = filter.getFromTime(); + Date filterFromTime = fromTimeJAXB.getValue().toGregorianCalendar().getTime(); + + // add message items to the AdapterFrameworkData list + Date dStart = null; + Date dEnd = null; + + // setup a sync iflow for a day made up of two messages + dStart = setDate("05-11-2013 02:00:46"); + dEnd = setDate("05-11-2013 02:00:46"); + + if (dStart.after(filterFromTime)) { + createFakeMessage( + list, + "dir://ICO/5b2268b5ad9e39c593a177c541943c13", + "07c70c06-457b-11e3-a955-0000313ae59a", + "sync_outbound_today", + "ExchangeRatesRetrieveGetData_Out", + "urn:jaylin.com.au:sap:exchangerates", + dEnd, + dStart, + "success", + "Bloomberg", + "DLWS_D" + ); + } + + dStart = setDate("05-11-2013 02:00:43"); + dEnd = setDate("05-11-2013 02:00:46"); + + if (dStart.after(filterFromTime)) { + createFakeMessage( + list, + "dir://ICO/5b2268b5ad9e39c593a177c541943c13", + "00505682-0185-1ee3-91af-60a1b80b5975", + "sync_inbound_today", + "DLWSRetrieveGetData_In", + "urn:bloomberg.com:dlws", + dEnd, + dStart, + "success", + "", + "ERD030_D" + ); + } + + // setup a sync iflow for day-1 made up of two messages + dStart = setDate("04-11-2013 02:00:47"); + dEnd = setDate("04-11-2013 02:00:47"); + + if (dStart.after(filterFromTime)) { + createFakeMessage( + list, + "dir://ICO/5b2268b5ad9e39c593a177c541943c13", + "ddcd744a-44b1-11e3-a7fe-0000313ae59a", + "sync_outbound_yesterday", + "ExchangeRatesRetrieveGetData_Out", + "urn:jaylin.com.au:sap:exchangerates", + dEnd, + dStart, + "success", + "Bloomberg", + "DLWS_D" + ); + } + + dStart = setDate("04-11-2013 02:00:44"); + dEnd = setDate("04-11-2013 02:00:47"); + + if (dStart.after(filterFromTime)) { + createFakeMessage( + list, + "dir://ICO/5b2268b5ad9e39c593a177c541943c13", + "00505682-0185-1ee3-9196-3b46bfe93975", + "sync_inbound_yesterday", + "DLWSRetrieveGetData_In", + "urn:bloomberg.com:dlws", + dEnd, + dStart, + "success", + "", + "ERD030_D" + ); + } + + // add the list of messages into the WS fake WS response + JAXBElement a = new JAXBElement(new QName("ArrayOfAdapterFrameworkData"), ArrayOfAdapterFrameworkData.class, dataArray); + response.setList(a); + + return response; + } + + private Date setDate(String dateString) { + Date d = null; + + try { + d = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse(dateString); + } catch (ParseException e) { } + + return d; + } + + private void createFakeMessage(List list, String scenarioName, String msgId, String msgKey, String interfaceName, String namespace, Date endDate, Date startDate, String status, String party, String senderName) { + AdapterFrameworkData afd = new AdapterFrameworkData(); + + JAXBElement sceanrio = new JAXBElement(new QName("msgid"), String.class, scenarioName); + afd.setScenarioIdentifier(sceanrio); + + JAXBElement mId = new JAXBElement(new QName("msgid"), String.class, msgId); + afd.setMessageID(mId); + + JAXBElement mKey = new JAXBElement(new QName("msgid"), String.class, msgKey); + afd.setMessageKey(mKey); + + MessageInterface messageInterface = new MessageInterface(); + JAXBElement messageInterfaceValue = new JAXBElement(new QName("interface"), String.class, interfaceName); + messageInterface.setName(messageInterfaceValue); + JAXBElement ns = new JAXBElement(new QName("namespace"), String.class, namespace); + messageInterface.setNamespace(ns); + JAXBElement mi = new JAXBElement(new QName("message_interface"), MessageInterface.class, messageInterface); + //afd.setInterface(mi); + afd.setSenderInterface(mi); + + JAXBElement jaxbCalEnd = new JAXBElement(new QName("end_date"), XMLGregorianCalendar.class, createXMLGregorianCalendarFromDate(endDate)); + afd.setEndTime(jaxbCalEnd); + + JAXBElement jaxbCalStart = new JAXBElement(new QName("end_date"), XMLGregorianCalendar.class, createXMLGregorianCalendarFromDate(startDate)); + afd.setStartTime(jaxbCalStart); + + JAXBElement stat = new JAXBElement(new QName("status"), String.class, status); + afd.setStatus(stat); + + MessageParty msgParty = new MessageParty(); + JAXBElement msgPartyText = new JAXBElement(new QName("party_text"), String.class, party); + msgParty.setName(msgPartyText); + JAXBElement p = new JAXBElement(new QName("sender_party"), MessageParty.class, msgParty); + afd.setSenderParty(p); + + JAXBElement sender = new JAXBElement(new QName("sender_name"), String.class, senderName); + afd.setSenderName(sender); + + list.add(afd); + } + + @Override + public MessageSearchReturnValue getMessagesByKeys(ArrayOfString filter, + Integer maxMessages) + throws GetMessagesByKeysComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfStatusDetail getStatusDetails(ArrayOfString errorCodes, + Locale locale) + throws GetStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public AdminActionResultMap resendMessages(ArrayOfString messageKeys) + throws ResendMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc, + ResendMessagesComSapAiiMdtServerAdapterframeworkWsInvalidKeyExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfStatusDetail getAllAvailableStatusDetails(Locale locale) + throws GetAllAvailableStatusDetailsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfString getConnections() + throws GetConnectionsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfString getErrorCodes(Integer errorLabelID) + throws GetErrorCodesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfIntegrationFlow getIntegrationFlows(String language) + throws GetIntegrationFlowsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfMessageInterface getInterfaces() + throws GetInterfacesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfMessageParty getParties() + throws GetPartiesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfString getServices() + throws GetServicesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfAttributeMetadata getUserDefinedSearchExtractors( + String name, String namespace) + throws GetUserDefinedSearchExtractorsComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public ArrayOfMessageInterface getUserDefinedSearchFilters() + throws GetUserDefinedSearchFiltersComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + @Override + public MessageSearchReturnValue getUserDefinedSearchMessages( + AdapterFilter filter, Integer maxMessages, + ArrayOfBusinessAttribute attributes, String operator) + throws GetUserDefinedSearchMessagesComSapAiiMdtServerAdapterframeworkWsOperationFailedExceptionDoc { + // TODO Auto-generated method stub + return null; + } + + } +} diff --git a/jaylin.com.au/zpi_html/_comp/.classpath b/jaylin.com.au/zpi_html/_comp/.classpath new file mode 100644 index 0000000..02f44e7 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_html/_comp/.dcdef b/jaylin.com.au/zpi_html/_comp/.dcdef new file mode 100644 index 0000000..4fb5e30 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.dcdef @@ -0,0 +1,57 @@ + + + zpi_html + jaylin.com.au + + sap.com + J2EE + WebModule + + + + + + + + + + BC + en + + + + + tc/bi/bp/webmodule + sap.com + + web + + + + + engine.jee5.facade + sap.com + + api + + + + + WebContent + .apt_generated + source + + + + + ZPIMON + jaylin.com.au + + + + diff --git a/jaylin.com.au/zpi_html/_comp/.project b/jaylin.com.au/zpi_html/_comp/.project new file mode 100644 index 0000000..761d008 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.project @@ -0,0 +1,45 @@ + + + LocalDevelopment~zpi_html~jaylin.com.au + + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + com.sap.ide.j2ee.servicelayer.postxdocletbuilder + + + + + + com.sap.ide.j2ee.adapter.web.webNature + com.sap.ide.j2ee.adapter.ext.web.webNature + com.sap.ide.j2ee.adapter.ext.ear.ArchiveProjectNature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jdt.core.javanature + com.sap.ide.dii05.lib.dcnature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/jaylin.com.au/zpi_html/_comp/.settings/.jsdtscope b/jaylin.com.au/zpi_html/_comp/.settings/.jsdtscope new file mode 100644 index 0000000..bbb8e68 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.settings/.jsdtscope @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.jdt.apt.core.prefs b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.jdt.apt.core.prefs new file mode 100644 index 0000000..b02222c --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.jdt.apt.core.prefs @@ -0,0 +1,4 @@ +#Mon Jan 20 14:11:39 WST 2014 +eclipse.preferences.version=1 +org.eclipse.jdt.apt.aptEnabled=true +org.eclipse.jdt.apt.reconcileEnabled=true diff --git a/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.jdt.core.prefs b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..d3b2566 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Thu Oct 17 17:11:58 WST 2013 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.processAnnotations=enabled +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.common.component b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..5204fde --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.common.component @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..49e1470 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.container b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.name b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/.tssapinfo b/jaylin.com.au/zpi_html/_comp/.tssapinfo new file mode 100644 index 0000000..6ea9515 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/.tssapinfo @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/404.html b/jaylin.com.au/zpi_html/_comp/WebContent/404.html new file mode 100644 index 0000000..a6675ec --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/404.html @@ -0,0 +1,157 @@ + + + + + Page Not Found :( + + + +
+

Not found :(

+

Sorry, but the page you were trying to view does not exist.

+

It looks like this was the result of either:

+
    +
  • a mistyped address
  • +
  • an out-of-date link
  • +
+ + +
+ + \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/META-INF/MANIFEST.MF b/jaylin.com.au/zpi_html/_comp/WebContent/META-INF/MANIFEST.MF new file mode 100644 index 0000000..254272e --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/WEB-INF/web-j2ee-engine.xml b/jaylin.com.au/zpi_html/_comp/WebContent/WEB-INF/web-j2ee-engine.xml new file mode 100644 index 0000000..9d0f780 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/WEB-INF/web-j2ee-engine.xml @@ -0,0 +1,13 @@ + + + 2.4 + + + ZPIMON_UI + SAP_XI_MONITOR_J2EE + + + /* + + diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/WEB-INF/web.xml b/jaylin.com.au/zpi_html/_comp/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000..051c867 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/WEB-INF/web.xml @@ -0,0 +1,48 @@ + + + LocalDevelopment~zpi_html~jaylin.com.au + + index.html + + + FORM + + + + ZPIMON_UI + + + PI Monitor UI Access + + PIMON_UI_ACCESS + + * + + + ZPIMON_UI + + + NONE + + + + + + woff + application/x-font-woff + + + + 404 + /404.html + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/css/pimon.css b/jaylin.com.au/zpi_html/_comp/WebContent/css/pimon.css new file mode 100644 index 0000000..107b3ef --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/css/pimon.css @@ -0,0 +1,54 @@ +/*! pimon 17-12-2013 */ + +@charset "UTF-8";/*! + * Bootstrap v3.0.0 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;box-sizing:border-box}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:400;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media (min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media (min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media (min-width:1200px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{display:table-column;float:none}table td[class*=col-],table th[class*=col-]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media (max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media (max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media (max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media (max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media (max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media (max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media (max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media (max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}/*! + ******************************************************************************** + * UPDATE BY JASON SCOTT TO CHANGE THE FONT LOCATION TO "../fonts" instead of + * "../font". This way FontAwesome and Bootstrap glyphicons can both work + * together with the fonts folder. + ******************************************************************************** + * + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/davegandy + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=3.2.1);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=3.2.1) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=3.2.1) format('truetype'),url(../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');font-weight:400;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^=icon-]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^=icon-],a [class*=" icon-"]{display:inline}[class^=icon-].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:.2857142857142857em}[class^=icon-].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em}.icons-ul{margin-left:2.142857142857143em;list-style-type:none}.icons-ul>li{position:relative}.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit}[class^=icon-].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^=icon-].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^=icon-].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^=icon-],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.btn [class^=icon-].icon-large,.nav [class^=icon-].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^=icon-].icon-spin,.nav [class^=icon-].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^=icon-],.nav-pills [class^=icon-],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^=icon-].icon-large,.nav-pills [class^=icon-].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}.btn [class^=icon-].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^=icon-].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^=icon-].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^=icon-].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^=icon-].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^=icon-],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^=icon-].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^=icon-].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^=icon-].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^=icon-].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.nav-list [class^=icon-],.nav-list [class*=" icon-"]{line-height:inherit}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^=icon-],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope-alt:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-power-off:before,.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-gear:before,.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file-alt:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-rotate-right:before,.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-mail-forward:before,.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-gears:before,.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up-alt:before{content:"\f087"}.icon-thumbs-down-alt:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-unchecked:before,.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-text-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-mail-reply:before,.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-reply-all:before{content:"\f122"}.icon-mail-reply-all:before{content:"\f122"}.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-off:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-empty:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}.icon-compass:before{content:"\f14e"}.icon-collapse:before{content:"\f150"}.icon-collapse-top:before{content:"\f151"}.icon-expand:before{content:"\f152"}.icon-euro:before,.icon-eur:before{content:"\f153"}.icon-gbp:before{content:"\f154"}.icon-dollar:before,.icon-usd:before{content:"\f155"}.icon-rupee:before,.icon-inr:before{content:"\f156"}.icon-yen:before,.icon-jpy:before{content:"\f157"}.icon-renminbi:before,.icon-cny:before{content:"\f158"}.icon-won:before,.icon-krw:before{content:"\f159"}.icon-bitcoin:before,.icon-btc:before{content:"\f15a"}.icon-file:before{content:"\f15b"}.icon-file-text:before{content:"\f15c"}.icon-sort-by-alphabet:before{content:"\f15d"}.icon-sort-by-alphabet-alt:before{content:"\f15e"}.icon-sort-by-attributes:before{content:"\f160"}.icon-sort-by-attributes-alt:before{content:"\f161"}.icon-sort-by-order:before{content:"\f162"}.icon-sort-by-order-alt:before{content:"\f163"}.icon-thumbs-up:before{content:"\f164"}.icon-thumbs-down:before{content:"\f165"}.icon-youtube-sign:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-sign:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stackexchange:before{content:"\f16c"}.icon-instagram:before{content:"\f16d"}.icon-flickr:before{content:"\f16e"}.icon-adn:before{content:"\f170"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-sign:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-sign:before{content:"\f174"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-apple:before{content:"\f179"}.icon-windows:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-linux:before{content:"\f17c"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-female:before{content:"\f182"}.icon-male:before{content:"\f183"}.icon-gittip:before{content:"\f184"}.icon-sun:before{content:"\f185"}.icon-moon:before{content:"\f186"}.icon-archive:before{content:"\f187"}.icon-bug:before{content:"\f188"}.icon-vk:before{content:"\f189"}.icon-weibo:before{content:"\f18a"}.icon-renren:before{content:"\f18b"}.browsehappy{margin:3em 0;background:#ccc;color:#000;padding:.2em 0}body{padding-top:50px;padding-bottom:70px}.heading{}.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#FFFFCD;cursor:pointer}.table-hover tbody tr.row-popin:hover td{background-color:#FFF;cursor:pointer}.table-hover tbody tr.row-popin:hover th{background-color:#FFF;cursor:auto}.js-iflows tr[data-js-open=true]{font-weight:700}tbody>tr.row-popin>td{font-size:85%}.js-iflows{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}#footer,#footerAlreadyRunning,#footerSettings,#footerMsgCancelled{display:none;z-index:5000}.navbar-nav li a .glyphicon-flash{color:#CC0}#js-alert-connection,#js-alert-ajax{display:none}.js-iflow-num{vertical-align:text-bottom;line-height:1.5}.pimon-payload-modal pre,.pimon-payload-modal .prettyprint{border:0;padding-top:20px;background-color:#fff}#modal-tab-log-table{padding-top:20px}.status_log_table{table-layout:fixed;width:100%}.status_log_table td{word-wrap:break-word;font-size:85%}.status_log_table td:first-child{width:30px}.img-traffic-light{width:15px;height:15px}.navbar-nav>li>a i.icon-bell.shake{display:inline-block;color:#000;-webkit-animation:swing .5s 5;-moz-animation:swing .5s 5;-ms-animation:swing .5s 5;animation:swing .5s 5}.badge.red{background-color:#c95b5b}.tablesorter-bootstrap .tablesorter-header-inner{color:#428bca;font-weight:400;position:relative;padding:4px 18px 4px 4px}.tablesorter-bootstrap .tablesorter-headerRow .bootstrap-icon-unsorted{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABB0lEQVQoU2P4jwT+/fv3/9mzZ/+Llt8A0yA+MmBigAKgIMPt27cZeg5+Yrjw5BOYBvFB4jDACNXJcOvWLYZZ5xnACmHAQIaPIc2QgUFNTY2BkZGRAWzyq1evUBSCFIEASCPIAJA8CIAVd+3/ADcRpLA9SJEBWQNIHq4Y2doWfzkGNjY2BhAN04DiZrgjCTDgoUGMBnBoFK+4CXYzyNpCG24GGRkZhidPnjD0H/kKF++NUId4EAZAGkAKXr9+DVeILA82+evXrwx1m5+ghDGyp5t8ZRi4ubkhJoMYdZ4SGL4HOQskDpJHCTp+fn6GWg9xuAaQQhAfJA4HKCkFyPn06RM4IYFodAAAoXvICnY4caEAAAAASUVORK5CYII=')}.alert[id=my_alert]{padding:15px;margin-bottom:0;border:1px solid transparent;border-radius:10px}@media screen and (min-width:768px){.pimon-payload-modal .modal-dialog{width:850px}}.navbar-fixed-top{background:#fff;border-bottom:1px solid #e7e7e7}.navbar-brand{padding:3px 15px 0;color:#000}.navbar-brand img{height:40px;width:auto}.navbar-brand .text{color:#000;display:inline-block;height:28px;padding-top:22px;font-size:20px}.navbar-nav>.open>a,.navbar-nav>.open>a:hover,.navbar-nav>.open>a:focus,.navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus{color:#000;background:#fff}.navbar-nav>li:hover{color:#000;background:#fff}.navbar-nav>li{border-right:1px solid #fff;border-left:1px solid #e7e7e7}.navbar-nav>li:last-child{border-right:1px solid #e7e7e7}.navbar-right>li:nth-child(3){border-right:1px solid #e7e7e7}.navbar-toggle{background-color:#f8f8f8;-webkit-border-radius:2;-webkit-background-clip:padding-box;-moz-border-radius:2;-moz-background-clip:padding;border-radius:2;background-clip:padding-box;border:1px solid #dfdfdf;border-bottom:4px solid #dfdfdf;border-right:4px solid #dfdfdf}.navbar-toggle .icon-bar{background-color:#acacac}.navbar-toggle:hover{background-color:#dfdfdf;border:1px solid #acacac;border-bottom:4px solid #acacac;border-right:4px solid #acacac}.navbar-toggle:hover .icon-bar{background-color:#000}h1,h1 small{display:inline-block;margin-top:10px;margin-bottom:15px;font-weight:100;letter-spacing:.04em;text-transform:uppercase}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{position:absolute;top:50%;left:25%;z-index:5;display:inline-block}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.stats-heading{}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.pimon-chart{width:100%;height:300px;padding:0;position:relative}#pimon-chart-legend{padding-right:30px}.container-gauges{margin-right:auto;margin-left:auto;width:610px}.container-gauges-small{margin-right:auto;margin-left:auto;width:460px;padding-top:45px}.js-guage{width:200px;height:160px;display:inline-block}#pimon-carousel{padding-top:20px}.carousel-indicators>li[class=active]{background-color:#949489}.carousel-indicators>li{border:1px solid #949489}.item{background:#fff;height:250px}.box{-webkit-border-radius:0;-moz-border-radius:0;-moz-background-clip:padding;border-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;padding:10px;margin-bottom:30px;overflow:visible;background:#fafafa;-webkit-box-shadow:1px 1px 1px #e7e7e7;-moz-box-shadow:1px 1px 1px #e7e7e7;box-shadow:1px 1px 1px #e7e7e7}.box .icon{float:left;height:70px;width:85px;-webkit-border-radius:3px;-moz-border-radius:3px;-moz-background-clip:padding;border-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;padding-left:19px;margin-right:10px;font-size:48px;color:#fff;background:#4aa1af}.box .icon.red{background:#c95b5b}.box .icon.orange{background:#efad29}.box .icon.green{background:#7ac17d}.box .icon.gray{background:#716b7a}.box .icon.blue{background:#6bb5c1}.box .icon.black{background:#000}.box .content-right{margin-left:100px;position:relative}.box form{padding-left:20px;padding-right:20px}.box:hover{background:#f5f5f5}.box.hp_knob{width:100px;float:left}.box .title{margin-bottom:4px;font-size:10px;font-weight:500;color:#efad29;word-wrap:break-word}.box .title a{font-size:9px;font-weight:300}.box .title.red{color:#c95b5b}.box .title.orange{color:#efad29}.box .title.green{color:#7ac17d}.box .title.gray{color:#716b7a}.box .title.blue{color:#6bb5c1}.box .title.black{color:#444}.box .value{font-size:18px;margin-top:-2px;margin-bottom:4px;font-weight:500;color:#000;word-wrap:break-word}.box .smallvalue{font-size:10px;margin-top:-2px;margin-bottom:4px;font-weight:500;color:#000;word-wrap:break-word}.box .value a{font-weight:300;font-size:9px}.box .value.red{color:#c95b5b}.box .value.orange{color:#efad29}.box .value.green{color:#7ac17d}.box .value.gray{color:#716b7a}.box .value.blue{color:#6bb5c1}.box .value.black{color:#444}#customDates{clear:above;padding-bottom:10px;padding-top:4px;display:none}.date{width:220px;float:left;margin-right:10px}/*! + * bootstrap-select v1.2.0 + * http://silviomoreto.github.io/bootstrap-select/ + * + * Copyright 2013 bootstrap-select + * Licensed under the MIT license + */.bootstrap-select.btn-group,.bootstrap-select.btn-group[class*=span]{float:none;display:inline-block;margin-bottom:10px;margin-left:0}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*=span].pull-right,.row-fluid .bootstrap-select.btn-group[class*=span].pull-right{float:right}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select:not([class*=span]){width:220px}.bootstrap-select{width:220px\0}.bootstrap-select>.btn{width:100%}.error .bootstrap-select .btn{border:1px solid #b94a48}.bootstrap-select.show-menu-arrow.open>.btn{z-index:1001}.bootstrap-select .btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.btn-group .btn .filter-option{overflow:hidden;position:absolute;left:12px;right:25px;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group[class*=span] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>a.opt{padding-left:35px}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{display:inline-block;position:absolute;right:15px;margin-top:2.5px}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small{color:#64b1d8;color:rgba(255,255,255,.4)}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.mobile-device{position:absolute;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.tablesorter-bootstrap{width:100%}.tablesorter-bootstrap .tablesorter-header,.tablesorter-bootstrap tfoot th,.tablesorter-bootstrap tfoot td{font:700 14px/20px Arial,Sans-serif;position:relative;padding:8px;margin:0 0 18px;list-style:none;background-color:#FBFBFB;background-image:-moz-linear-gradient(top,#fff,#efefef);background-image:-ms-linear-gradient(top,#fff,#efefef);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#efefef));background-image:-webkit-linear-gradient(top,#fff,#efefef);background-image:-o-linear-gradient(top,#fff,#efefef);background-image:linear-gradient(to bottom,#fff,#efefef);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.tablesorter-bootstrap .tablesorter-header{cursor:pointer}.tablesorter-bootstrap .tablesorter-header-inner{position:relative;padding:4px 18px 4px 4px}.tablesorter-bootstrap .tablesorter-header i{position:absolute;right:2px;top:50%;margin-top:-7px;width:14px;height:14px;background-repeat:no-repeat;line-height:14px;display:inline-block}.tablesorter-bootstrap .bootstrap-icon-unsorted{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNqUUL9Lw2AUTGP8mqGlpBQkNeCSRcckEBcHq1jImMElToKuDvpHFMGhU0BQcHBwLji6CE1B4uB/INQsDi4d2jQ/fPeZxo764OV6915f7lLJ81xot9tCURXqdVEUr7IsO6ffH9Q5BlEUCaLwWxWqTcbYnaIoh0Dw4gAvcWlxq1qt9hqNxg6hUGAP+uIPUrGs0qXLer2+v/pTX6QpxLtkc2U2m53ACb8sSdIDXerSEms2m6+DweAICA4d89KGbduf9MpEVdXQ9/2LVqv1CASHjjn3iq/x1xKFfxQPqGnada1W86bT6SiO42OS3qk3KPStLMvbk8nkfjwen/LLuq6blFymMB0KdUPSGhAcOualjX6/f0bCiC7NaWGPQr0BwaFjzn0gYJqmLAiCA8/zni3LmhuGkQPBoWPOPwQeaPIqD4fDruu6L6Zp5kBw6IudchmdJAkLw3DXcZwnIPjy/FuAAQCiqqWWCAFKcwAAAABJRU5ErkJggg==)}.tablesorter-bootstrap tr.odd td{background-color:#f9f9f9}.tablesorter-bootstrap tbody>.odd:hover>td,.tablesorter-bootstrap tbody>.even:hover>td{background-color:#f5f5f5}.tablesorter-bootstrap tr.even td{background-color:#fff}.tablesorter-bootstrap .tablesorter-processing{background-image:url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');position:absolute;z-index:1000}caption{background:#fff}.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter{width:98%;height:auto;margin:0 auto;padding:4px 6px;background-color:#fff;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled{background:#eee;cursor:not-allowed}.tablesorter-bootstrap .tablesorter-filter-row td{background:#eee;line-height:normal;text-align:center;padding:4px 6px;vertical-align:middle;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0}.tablesorter-bootstrap .tablesorter-filter-row.hideme .tablesorter-filter{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0;filter:alpha(opacity=0)}.tablesorter-bootstrap .tablesorter-pager select{padding:4px 6px}.tablesorter-bootstrap .tablesorter-pager .pagedisplay{border:0}.tablesorter .tablesorter-errorRow td{cursor:pointer;background-color:#e6bf99}.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}body{-webkit-backface-visibility:hidden}.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.animated.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0)}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px)}20%,40%,60%,80%{-moz-transform:translateX(10px)}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0)}10%,30%,50%,70%,90%{-o-transform:translateX(-10px)}20%,40%,60%,80%{-o-transform:translateX(10px)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.animated.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.animated.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@-moz-keyframes tada{0%{-moz-transform:scale(1)}10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}100%{-moz-transform:scale(1) rotate(0)}}@-o-keyframes tada{0%{-o-transform:scale(1)}10%,20%{-o-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg)}100%{-o-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.animated.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada}@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg)}40%{-moz-transform:rotate(-10deg)}60%{-moz-transform:rotate(5deg)}80%{-moz-transform:rotate(-5deg)}100%{-moz-transform:rotate(0deg)}}@-o-keyframes swing{20%{-o-transform:rotate(15deg)}40%{-o-transform:rotate(-10deg)}60%{-o-transform:rotate(5deg)}80%{-o-transform:rotate(-5deg)}100%{-o-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.animated.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%)}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0%)}15%{-moz-transform:translateX(-25%) rotate(-5deg)}30%{-moz-transform:translateX(20%) rotate(3deg)}45%{-moz-transform:translateX(-15%) rotate(-3deg)}60%{-moz-transform:translateX(10%) rotate(2deg)}75%{-moz-transform:translateX(-5%) rotate(-1deg)}100%{-moz-transform:translateX(0%)}}@-o-keyframes wobble{0%{-o-transform:translateX(0%)}15%{-o-transform:translateX(-25%) rotate(-5deg)}30%{-o-transform:translateX(20%) rotate(3deg)}45%{-o-transform:translateX(-15%) rotate(-3deg)}60%{-o-transform:translateX(10%) rotate(2deg)}75%{-o-transform:translateX(-5%) rotate(-1deg)}100%{-o-transform:translateX(0%)}}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.animated.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@-moz-keyframes pulse{0%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.1)}100%{-moz-transform:scale(1)}}@-o-keyframes pulse{0%{-o-transform:scale(1)}50%{-o-transform:scale(1.1)}100%{-o-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.animated.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in}80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in}100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in}}@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in}80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in}100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-moz-backface-visibility:visible!important;-moz-animation-name:flip;-o-backface-visibility:visible!important;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateX(-10deg)}70%{-moz-transform:perspective(400px) rotateX(10deg)}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateX(-10deg)}70%{-o-transform:perspective(400px) rotateX(10deg)}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.animated.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible!important;-moz-animation-name:flipInX;-o-backface-visibility:visible!important;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible!important;-o-animation-name:flipOutX;-o-backface-visibility:visible!important;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateY(-10deg)}70%{-moz-transform:perspective(400px) rotateY(10deg)}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateY(-10deg)}70%{-o-transform:perspective(400px) rotateY(10deg)}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.animated.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible!important;-moz-animation-name:flipInY;-o-backface-visibility:visible!important;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.animated.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible!important;-moz-animation-name:flipOutY;-o-backface-visibility:visible!important;-o-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.animated.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-20px)}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(20px)}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-20px)}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(20px)}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3)}50%{opacity:1;-moz-transform:scale(1.05)}70%{-moz-transform:scale(.9)}100%{-moz-transform:scale(1)}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3)}50%{opacity:1;-o-transform:scale(1.05)}70%{-o-transform:scale(.9)}100%{-o-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideInDown{0%{opacity:0;-o-transform:translateY(-2000px)}100%{-o-transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes slideInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{-moz-transform:translateX(0)}}@-o-keyframes slideInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}100%{-o-transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes slideInRight{0%{opacity:0;-moz-transform:translateX(2000px)}100%{-moz-transform:translateX(0)}}@-o-keyframes slideInRight{0%{opacity:0;-o-transform:translateX(2000px)}100%{-o-transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes slideOutLeft{0%{-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes slideOutLeft{0%{-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;-moz-animation-name:slideOutLeft;-o-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes slideOutRight{0%{-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes slideOutRight{0%{-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;-moz-animation-name:slideOutRight;-o-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes slideOutUp{0%{-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes slideOutUp{0%{-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;-moz-animation-name:slideOutUp;-o-animation-name:slideOutUp;animation-name:slideOutUp}.animated.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px)}60%{opacity:1;-moz-transform:translateY(-30px)}80%{-moz-transform:translateY(10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px)}60%{opacity:1;-o-transform:translateY(-30px)}80%{-o-transform:translateY(10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.animated.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.animated.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(30px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{opacity:1;-moz-transform:translateX(-30px)}80%{-moz-transform:translateX(10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{opacity:1;-o-transform:translateX(-30px)}80%{-o-transform:translateX(10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.animated.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1)}25%{-moz-transform:scale(.95)}50%{opacity:1;-moz-transform:scale(1.1)}100%{opacity:0;-moz-transform:scale(.3)}}@-o-keyframes bounceOut{0%{-o-transform:scale(1)}25%{-o-transform:scale(.95)}50%{opacity:1;-o-transform:scale(1.1)}100%{opacity:0;-o-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.animated.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(-20px)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(-20px)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(20px)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(20px)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(-20px)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(-20px)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.animated.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.animated.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}100%{-moz-transform:translateY(700px);opacity:0}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}100%{-o-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.animated.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.animated.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.animated.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}.animated.lightSpeedIn{-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}.animated.lightSpeedOut{-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s}/*! + * Datepicker for Bootstrap v3 + * + * Copyright 2012 Stefan Petre + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + */.bootstrap-datetimepicker-widget{top:0;left:0;z-index:9999;width:250px;padding:4px;margin-top:1px;border-radius:4px}.bootstrap-datetimepicker-widget .btn{padding:6px}.bootstrap-datetimepicker-widget:before{position:absolute;top:-7px;left:6px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,.2);content:''}.bootstrap-datetimepicker-widget:after{position:absolute;top:-6px;left:7px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.bootstrap-datetimepicker-widget.pull-right:before{right:6px;left:auto}.bootstrap-datetimepicker-widget.pull-right:after{right:7px;left:auto}.bootstrap-datetimepicker-widget>ul{margin:0;list-style-type:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-size:1.2em;font-weight:700}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{width:20px;height:20px;text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{cursor:pointer;background:#eee}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#428bca}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{color:#999;cursor:not-allowed;background:0}.bootstrap-datetimepicker-widget td span{display:block;float:left;width:47px;height:54px;margin:2px;line-height:54px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#428bca}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{color:#999;cursor:not-allowed;background:0}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{color:#999;cursor:not-allowed;background:0}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;width:16px;height:16px;cursor:pointer}.bootstrap-datetimepicker-widget.left-oriented:before{right:6px;left:auto}.bootstrap-datetimepicker-widget.left-oriented:after{right:7px;left:auto}.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important} \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/css/pimonstats.css b/jaylin.com.au/zpi_html/_comp/WebContent/css/pimonstats.css new file mode 100644 index 0000000..7680088 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/css/pimonstats.css @@ -0,0 +1,11 @@ +/*! pimon 17-12-2013 */ + +/*! + * Bootstrap v3.0.0 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. + *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;box-sizing:border-box}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:400;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media (min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media (min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media (min-width:1200px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{display:table-column;float:none}table td[class*=col-],table th[class*=col-]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media (max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media (max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media (max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media (max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media (max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media (max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media (max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media (max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}.browsehappy{margin:3em 0;background:#ccc;color:#000;padding:.2em 0}body{padding-top:50px;padding-bottom:70px}.heading{}.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#FFFFCD;cursor:pointer}.table-hover tbody tr.row-popin:hover td{background-color:#FFF;cursor:pointer}.table-hover tbody tr.row-popin:hover th{background-color:#FFF;cursor:auto}.js-iflows tr[data-js-open=true]{font-weight:700}tbody>tr.row-popin>td{font-size:85%}.js-iflows{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}#footer,#footerAlreadyRunning,#footerSettings,#footerMsgCancelled{display:none;z-index:5000}.navbar-nav li a .glyphicon-flash{color:#CC0}#js-alert-connection,#js-alert-ajax{display:none}.js-iflow-num{vertical-align:text-bottom;line-height:1.5}.pimon-payload-modal pre,.pimon-payload-modal .prettyprint{border:0;padding-top:20px;background-color:#fff}#modal-tab-log-table{padding-top:20px}.status_log_table{table-layout:fixed;width:100%}.status_log_table td{word-wrap:break-word;font-size:85%}.status_log_table td:first-child{width:30px}.img-traffic-light{width:15px;height:15px}.navbar-nav>li>a i.icon-bell.shake{display:inline-block;color:#000;-webkit-animation:swing .5s 5;-moz-animation:swing .5s 5;-ms-animation:swing .5s 5;animation:swing .5s 5}.badge.red{background-color:#c95b5b}.tablesorter-bootstrap .tablesorter-header-inner{color:#428bca;font-weight:400;position:relative;padding:4px 18px 4px 4px}.tablesorter-bootstrap .tablesorter-headerRow .bootstrap-icon-unsorted{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABB0lEQVQoU2P4jwT+/fv3/9mzZ/+Llt8A0yA+MmBigAKgIMPt27cZeg5+Yrjw5BOYBvFB4jDACNXJcOvWLYZZ5xnACmHAQIaPIc2QgUFNTY2BkZGRAWzyq1evUBSCFIEASCPIAJA8CIAVd+3/ADcRpLA9SJEBWQNIHq4Y2doWfzkGNjY2BhAN04DiZrgjCTDgoUGMBnBoFK+4CXYzyNpCG24GGRkZhidPnjD0H/kKF++NUId4EAZAGkAKXr9+DVeILA82+evXrwx1m5+ghDGyp5t8ZRi4ubkhJoMYdZ4SGL4HOQskDpJHCTp+fn6GWg9xuAaQQhAfJA4HKCkFyPn06RM4IYFodAAAoXvICnY4caEAAAAASUVORK5CYII=')}.alert[id=my_alert]{padding:15px;margin-bottom:0;border:1px solid transparent;border-radius:10px}@media screen and (min-width:768px){.pimon-payload-modal .modal-dialog{width:850px}}.navbar-fixed-top{background:#fff;border-bottom:1px solid #e7e7e7}.navbar-brand{padding:3px 15px 0;color:#000}.navbar-brand img{height:40px;width:auto}.navbar-brand .text{color:#000;display:inline-block;height:28px;padding-top:22px;font-size:20px}.navbar-nav>.open>a,.navbar-nav>.open>a:hover,.navbar-nav>.open>a:focus,.navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus{color:#000;background:#fff}.navbar-nav>li:hover{color:#000;background:#fff}.navbar-nav>li{border-right:1px solid #fff;border-left:1px solid #e7e7e7}.navbar-nav>li:last-child{border-right:1px solid #e7e7e7}.navbar-right>li:nth-child(3){border-right:1px solid #e7e7e7}.navbar-toggle{background-color:#f8f8f8;-webkit-border-radius:2;-webkit-background-clip:padding-box;-moz-border-radius:2;-moz-background-clip:padding;border-radius:2;background-clip:padding-box;border:1px solid #dfdfdf;border-bottom:4px solid #dfdfdf;border-right:4px solid #dfdfdf}.navbar-toggle .icon-bar{background-color:#acacac}.navbar-toggle:hover{background-color:#dfdfdf;border:1px solid #acacac;border-bottom:4px solid #acacac;border-right:4px solid #acacac}.navbar-toggle:hover .icon-bar{background-color:#000}h1,h1 small{display:inline-block;margin-top:10px;margin-bottom:15px;font-weight:100;letter-spacing:.04em;text-transform:uppercase}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{position:absolute;top:50%;left:25%;z-index:5;display:inline-block}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.stats-heading{}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.pimon-chart{width:100%;height:300px;padding:0;position:relative}#pimon-chart-legend{padding-right:30px}.container-gauges{margin-right:auto;margin-left:auto;width:610px}.container-gauges-small{margin-right:auto;margin-left:auto;width:460px;padding-top:45px}.js-guage{width:200px;height:160px;display:inline-block}#pimon-carousel{padding-top:20px}.carousel-indicators>li[class=active]{background-color:#949489}.carousel-indicators>li{border:1px solid #949489}.item{background:#fff;height:250px}.box{-webkit-border-radius:0;-moz-border-radius:0;-moz-background-clip:padding;border-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;padding:10px;margin-bottom:30px;overflow:visible;background:#fafafa;-webkit-box-shadow:1px 1px 1px #e7e7e7;-moz-box-shadow:1px 1px 1px #e7e7e7;box-shadow:1px 1px 1px #e7e7e7}.box .icon{float:left;height:70px;width:85px;-webkit-border-radius:3px;-moz-border-radius:3px;-moz-background-clip:padding;border-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;padding-left:19px;margin-right:10px;font-size:48px;color:#fff;background:#4aa1af}.box .icon.red{background:#c95b5b}.box .icon.orange{background:#efad29}.box .icon.green{background:#7ac17d}.box .icon.gray{background:#716b7a}.box .icon.blue{background:#6bb5c1}.box .icon.black{background:#000}.box .content-right{margin-left:100px;position:relative}.box form{padding-left:20px;padding-right:20px}.box:hover{background:#f5f5f5}.box.hp_knob{width:100px;float:left}.box .title{margin-bottom:4px;font-size:10px;font-weight:500;color:#efad29;word-wrap:break-word}.box .title a{font-size:9px;font-weight:300}.box .title.red{color:#c95b5b}.box .title.orange{color:#efad29}.box .title.green{color:#7ac17d}.box .title.gray{color:#716b7a}.box .title.blue{color:#6bb5c1}.box .title.black{color:#444}.box .value{font-size:18px;margin-top:-2px;margin-bottom:4px;font-weight:500;color:#000;word-wrap:break-word}.box .smallvalue{font-size:10px;margin-top:-2px;margin-bottom:4px;font-weight:500;color:#000;word-wrap:break-word}.box .value a{font-weight:300;font-size:9px}.box .value.red{color:#c95b5b}.box .value.orange{color:#efad29}.box .value.green{color:#7ac17d}.box .value.gray{color:#716b7a}.box .value.blue{color:#6bb5c1}.box .value.black{color:#444}#customDates{clear:above;padding-bottom:10px;padding-top:4px;display:none}.date{width:220px;float:left;margin-right:10px} \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/FontAwesome.otf b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/FontAwesome.otf new file mode 100644 index 0000000..7012545 Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/FontAwesome.otf differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.eot b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..0662cb9 Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.eot differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.svg b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..2edb4ec --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.svg @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.ttf b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..d365924 Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.ttf differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.woff b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..b9bd17e Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/fontawesome-webfont.woff differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.eot b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000..87eaa43 Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.eot differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.svg b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 0000000..5fee068 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.ttf b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000..be784dc Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.ttf differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.woff b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000..2cc3e48 Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/fonts/glyphicons-halflings-regular.woff differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/img/led_circle_green.svg.png b/jaylin.com.au/zpi_html/_comp/WebContent/img/led_circle_green.svg.png new file mode 100644 index 0000000..8d85f61 Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/img/led_circle_green.svg.png differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/img/led_circle_red.svg.png b/jaylin.com.au/zpi_html/_comp/WebContent/img/led_circle_red.svg.png new file mode 100644 index 0000000..abb5c1d Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/img/led_circle_red.svg.png differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/img/owl-blue-brown.png b/jaylin.com.au/zpi_html/_comp/WebContent/img/owl-blue-brown.png new file mode 100644 index 0000000..0f32d38 Binary files /dev/null and b/jaylin.com.au/zpi_html/_comp/WebContent/img/owl-blue-brown.png differ diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/index.html b/jaylin.com.au/zpi_html/_comp/WebContent/index.html new file mode 100644 index 0000000..b78fbaf --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/index.html @@ -0,0 +1,251 @@ + + + + + + Interface Monitor + + + + + + + + + + + + + + + + + + + + +
+ +
+

pimon

+
+ + + + + + + +
+
+
+ + +
+
+ + +
+ +
+
+ + + +
+ +

Oops! You got a server settings error!

+

Please enter the server settings required to connect. These will be remembered for next time...

+

 

+

+ Settings +

+
+ +
+ +

Oops! You got an AJAX error!

+

Unable to connect to the server!

+

+

 

+

+ Settings +

+
+ + +
+ + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/js/pimon.js b/jaylin.com.au/zpi_html/_comp/WebContent/js/pimon.js new file mode 100644 index 0000000..b50f6c3 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/js/pimon.js @@ -0,0 +1,8 @@ +!function(a,b){function c(a){var b=a.length,c=fb.type(a);return fb.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||"function"!==c&&(0===b||"number"==typeof b&&b>0&&b-1 in a)}function d(a){var b=ob[a]={};return fb.each(a.match(hb)||[],function(a,c){b[c]=!0}),b}function e(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=fb.expando+Math.random()}function f(a,c,d){var e;if(d===b&&1===a.nodeType)if(e="data-"+c.replace(sb,"-$1").toLowerCase(),d=a.getAttribute(e),"string"==typeof d){try{d="true"===d?!0:"false"===d?!1:"null"===d?null:+d+""===d?+d:rb.test(d)?JSON.parse(d):d}catch(f){}pb.set(a,c,d)}else d=b;return d}function g(){return!0}function h(){return!1}function i(){try{return T.activeElement}catch(a){}}function j(a,b){for(;(a=a[b])&&1!==a.nodeType;);return a}function k(a,b,c){if(fb.isFunction(b))return fb.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return fb.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(Cb.test(b))return fb.filter(b,a,c);b=fb.filter(b,a)}return fb.grep(a,function(a){return bb.call(b,a)>=0!==c})}function l(a,b){return fb.nodeName(a,"table")&&fb.nodeName(1===b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function m(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function n(a){var b=Nb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function o(a,b){for(var c=a.length,d=0;c>d;d++)qb.set(a[d],"globalEval",!b||qb.get(b[d],"globalEval"))}function p(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(qb.hasData(a)&&(f=qb.access(a),g=qb.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)fb.event.add(b,e,j[e][c])}pb.hasData(a)&&(h=pb.access(a),i=fb.extend({},h),pb.set(b,i))}}function q(a,c){var d=a.getElementsByTagName?a.getElementsByTagName(c||"*"):a.querySelectorAll?a.querySelectorAll(c||"*"):[];return c===b||c&&fb.nodeName(a,c)?fb.merge([a],d):d}function r(a,b){var c=b.nodeName.toLowerCase();"input"===c&&Kb.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}function s(a,b){if(b in a)return b;for(var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=_b.length;e--;)if(b=_b[e]+c,b in a)return b;return d}function t(a,b){return a=b||a,"none"===fb.css(a,"display")||!fb.contains(a.ownerDocument,a)}function u(b){return a.getComputedStyle(b,null)}function v(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=qb.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&t(d)&&(f[g]=qb.access(d,"olddisplay",z(d.nodeName)))):f[g]||(e=t(d),(c&&"none"!==c||!e)&&qb.set(d,"olddisplay",e?c:fb.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function w(a,b,c){var d=Ub.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function x(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=fb.css(a,c+$b[f],!0,e)),d?("content"===c&&(g-=fb.css(a,"padding"+$b[f],!0,e)),"margin"!==c&&(g-=fb.css(a,"border"+$b[f]+"Width",!0,e))):(g+=fb.css(a,"padding"+$b[f],!0,e),"padding"!==c&&(g+=fb.css(a,"border"+$b[f]+"Width",!0,e)));return g}function y(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=u(a),g=fb.support.boxSizing&&"border-box"===fb.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Qb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Vb.test(e))return e;d=g&&(fb.support.boxSizingReliable||e===a.style[b]),e=parseFloat(e)||0}return e+x(a,b,c||(g?"border":"content"),d,f)+"px"}function z(a){var b=T,c=Xb[a];return c||(c=A(a,b),"none"!==c&&c||(Rb=(Rb||fb("'):a(''),v=d.theme?a(''):a(''),d.theme&&q?(x='"):d.theme?(x='"):x=q?'':'',w=a(x),r&&(d.theme?(w.css(p),w.addClass("ui-widget-content")):w.css(f)),d.theme||v.css(d.overlayCSS),v.css("position",q?"fixed":"absolute"),(k||d.forceIframe)&&u.css("opacity",0);var z=[u,v,w],A=q?a("body"):a(b);a.each(z,function(){this.appendTo(A)}),d.theme&&d.draggable&&a.fn.draggable&&w.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var B=m&&(!a.support.boxModel||a("object,embed",q?null:b).length>0);if(l||B){if(q&&d.allowBodyStretch&&a.support.boxModel&&a("html,body").css("height","100%"),(l||!a.support.boxModel)&&!q)var C=i(b,"borderTopWidth"),D=i(b,"borderLeftWidth"),E=C?"(0 - "+C+")":0,F=D?"(0 - "+D+")":0;a.each(z,function(a,b){var c=b[0].style;if(c.position="absolute",2>a)q?c.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+d.quirksmodeOffsetHack+') + "px"'):c.setExpression("height",'this.parentNode.offsetHeight + "px"'),q?c.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):c.setExpression("width",'this.parentNode.offsetWidth + "px"'),F&&c.setExpression("left",F),E&&c.setExpression("top",E);else if(d.centerY)q&&c.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),c.marginTop=0;else if(!d.centerY&&q){var e=d.css&&d.css.top?parseInt(d.css.top,10):0,f="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+e+') + "px"';c.setExpression("top",f)}})}if(r&&(d.theme?w.find(".ui-widget-content").append(r):w.append(r),(r.jquery||r.nodeType)&&a(r).show()),(k||d.forceIframe)&&d.showOverlay&&u.show(),d.fadeIn){var G=d.onBlock?d.onBlock:j,H=d.showOverlay&&!r?G:j,I=r?G:j;d.showOverlay&&v._fadeIn(d.fadeIn,H),r&&w._fadeIn(d.fadeIn,I)}else d.showOverlay&&v.show(),r&&w.show(),d.onBlock&&d.onBlock();if(e(1,b,d),q?(n=w[0],o=a(d.focusableElements,n),d.focusInput&&setTimeout(g,20)):h(w[0],d.centerX,d.centerY),d.timeout){var J=setTimeout(function(){q?a.unblockUI(d):a(b).unblock(d)},d.timeout);a(b).data("blockUI.timeout",J)}}}function c(b,c){var f,g=b==window,h=a(b),i=h.data("blockUI.history"),j=h.data("blockUI.timeout");j&&(clearTimeout(j),h.removeData("blockUI.timeout")),c=a.extend({},a.blockUI.defaults,c||{}),e(0,b,c),null===c.onUnblock&&(c.onUnblock=h.data("blockUI.onUnblock"),h.removeData("blockUI.onUnblock"));var k;k=g?a("body").children().filter(".blockUI").add("body > .blockUI"):h.find(">.blockUI"),c.cursorReset&&(k.length>1&&(k[1].style.cursor=c.cursorReset),k.length>2&&(k[2].style.cursor=c.cursorReset)),g&&(n=o=null),c.fadeOut?(f=k.length,k.stop().fadeOut(c.fadeOut,function(){0===--f&&d(k,i,c,b)})):d(k,i,c,b)}function d(b,c,d,e){var f=a(e);if(!f.data("blockUI.isBlocked")){b.each(function(){this.parentNode&&this.parentNode.removeChild(this)}),c&&c.el&&(c.el.style.display=c.display,c.el.style.position=c.position,c.parent&&c.parent.appendChild(c.el),f.removeData("blockUI.history")),f.data("blockUI.static")&&f.css("position","static"),"function"==typeof d.onUnblock&&d.onUnblock(e,d);var g=a(document.body),h=g.width(),i=g[0].style.width;g.width(h-1).width(h),g[0].style.width=i}}function e(b,c,d){var e=c==window,g=a(c);if((b||(!e||n)&&(e||g.data("blockUI.isBlocked")))&&(g.data("blockUI.isBlocked",b),e&&d.bindEvents&&(!b||d.showOverlay))){var h="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";b?a(document).bind(h,d,f):a(document).unbind(h,f)}}function f(b){if("keydown"===b.type&&b.keyCode&&9==b.keyCode&&n&&b.data.constrainTabKey){var c=o,d=!b.shiftKey&&b.target===c[c.length-1],e=b.shiftKey&&b.target===c[0];if(d||e)return setTimeout(function(){g(e)},10),!1}var f=b.data,h=a(b.target);return h.hasClass("blockOverlay")&&f.onOverlayClick&&f.onOverlayClick(),h.parents("div."+f.blockMsgClass).length>0?!0:0===h.parents().children().filter("div.blockUI").length}function g(a){if(o){var b=o[a===!0?o.length-1:0];b&&b.focus()}}function h(a,b,c){var d=a.parentNode,e=a.style,f=(d.offsetWidth-a.offsetWidth)/2-i(d,"borderLeftWidth"),g=(d.offsetHeight-a.offsetHeight)/2-i(d,"borderTopWidth");b&&(e.left=f>0?f+"px":"0"),c&&(e.top=g>0?g+"px":"0")}function i(b,c){return parseInt(a.css(b,c),10)||0}a.fn._fadeIn=a.fn.fadeIn;var j=a.noop||function(){},k=/MSIE/.test(navigator.userAgent),l=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent);document.documentMode||0;var m=a.isFunction(document.createElement("div").style.setExpression);a.blockUI=function(a){b(window,a)},a.unblockUI=function(a){c(window,a)},a.growlUI=function(b,c,d,e){var f=a('
');b&&f.append("

"+b+"

"),c&&f.append("

"+c+"

"),void 0===d&&(d=3e3);var g=function(b){b=b||{},a.blockUI({message:f,fadeIn:"undefined"!=typeof b.fadeIn?b.fadeIn:700,fadeOut:"undefined"!=typeof b.fadeOut?b.fadeOut:1e3,timeout:"undefined"!=typeof b.timeout?b.timeout:d,centerY:!1,showOverlay:!1,onUnblock:e,css:a.blockUI.defaults.growlCSS})};g(),f.css("opacity"),f.mouseover(function(){g({fadeIn:0,timeout:3e4});var b=a(".blockMsg");b.stop(),b.fadeTo(300,1)}).mouseout(function(){a(".blockMsg").fadeOut(1e3)})},a.fn.block=function(c){if(this[0]===window)return a.blockUI(c),this;var d=a.extend({},a.blockUI.defaults,c||{});return this.each(function(){var b=a(this);d.ignoreIfBlocked&&b.data("blockUI.isBlocked")||b.unblock({fadeOut:0})}),this.each(function(){"static"==a.css(this,"position")&&(this.style.position="relative",a(this).data("blockUI.static",!0)),this.style.zoom=1,b(this,c)})},a.fn.unblock=function(b){return this[0]===window?(a.unblockUI(b),this):this.each(function(){c(this,b)})},a.blockUI.version=2.65,a.blockUI.defaults={message:"

Please wait...

",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var n=null,o=[]}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],a):a(jQuery)}(),function(a){a.fn.prettyConfirm=function(b){var c=a.extend({},a.fn.prettyConfirm.defaults,b);return this.each(function(){var b=a(this);b.bind("click",function(d){var e;d.preventDefault(),e="none"===c.heading?a('"):a('"),e.find("#okButton").click(function(){c.callback(b),e.modal("hide")}),e.modal("show")})})},a.fn.prettyConfirm.defaults={heading:"Confirmation",question:"Are you really sure ?",cancelButtonTxt:"Cancel",okButtonTxt:"Ok",callback:function(){}}}(jQuery),function(a){function b(a,b){return function(c){return i(a.call(this,c),b)}}function c(a,b){return function(c){return this.lang().ordinal(a.call(this,c),b)}}function d(){}function e(a){u(a),g(this,a)}function f(a){var b=o(a),c=b.year||0,d=b.month||0,e=b.week||0,f=b.day||0,g=b.hour||0,h=b.minute||0,i=b.second||0,j=b.millisecond||0;this._input=a,this._milliseconds=+j+1e3*i+6e4*h+36e5*g,this._days=+f+7*e,this._months=+d+12*c,this._data={},this._bubble()}function g(a,b){for(var c in b)b.hasOwnProperty(c)&&(a[c]=b[c]);return b.hasOwnProperty("toString")&&(a.toString=b.toString),b.hasOwnProperty("valueOf")&&(a.valueOf=b.valueOf),a}function h(a){return 0>a?Math.ceil(a):Math.floor(a)}function i(a,b){for(var c=a+"";c.lengthd;d++)(c&&a[d]!==b[d]||!c&&q(a[d])!==q(b[d]))&&g++;return g+f}function n(a){if(a){var b=a.toLowerCase().replace(/(.)s$/,"$1");a=Kb[a]||Lb[b]||b}return a}function o(a){var b,c,d={};for(c in a)a.hasOwnProperty(c)&&(b=n(c),b&&(d[b]=a[c]));return d}function p(b){var c,d;if(0===b.indexOf("week"))c=7,d="day";else{if(0!==b.indexOf("month"))return;c=12,d="month"}bb[b]=function(e,f){var g,h,i=bb.fn._lang[b],j=[];if("number"==typeof e&&(f=e,e=a),h=function(a){var b=bb().utc().set(d,a);return i.call(bb.fn._lang,b,e||"")},null!=f)return h(f);for(g=0;c>g;g++)j.push(h(g));return j}}function q(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=b>=0?Math.floor(b):Math.ceil(b)),c}function r(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function s(a){return t(a)?366:365}function t(a){return 0===a%4&&0!==a%100||0===a%400}function u(a){var b;a._a&&-2===a._pf.overflow&&(b=a._a[gb]<0||a._a[gb]>11?gb:a._a[hb]<1||a._a[hb]>r(a._a[fb],a._a[gb])?hb:a._a[ib]<0||a._a[ib]>23?ib:a._a[jb]<0||a._a[jb]>59?jb:a._a[kb]<0||a._a[kb]>59?kb:a._a[lb]<0||a._a[lb]>999?lb:-1,a._pf._overflowDayOfYear&&(fb>b||b>hb)&&(b=hb),a._pf.overflow=b)}function v(a){a._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function w(a){return null==a._isValid&&(a._isValid=!isNaN(a._d.getTime())&&a._pf.overflow<0&&!a._pf.empty&&!a._pf.invalidMonth&&!a._pf.nullInput&&!a._pf.invalidFormat&&!a._pf.userInvalidated,a._strict&&(a._isValid=a._isValid&&0===a._pf.charsLeftOver&&0===a._pf.unusedTokens.length)),a._isValid}function x(a){return a?a.toLowerCase().replace("_","-"):a}function y(a,b){return b.abbr=a,mb[a]||(mb[a]=new d),mb[a].set(b),mb[a]}function z(a){delete mb[a]}function A(a){var b,c,d,e,f=0,g=function(a){if(!mb[a]&&nb)try{require("./lang/"+a)}catch(b){}return mb[a]};if(!a)return bb.fn._lang;if(!k(a)){if(c=g(a))return c;a=[a]}for(;f0;){if(c=g(e.slice(0,b).join("-")))return c;if(d&&d.length>=b&&m(e,d,!0)>=b-1)break;b--}f++}return bb.fn._lang}function B(a){return a.match(/\[[\s\S]/)?a.replace(/^\[|\]$/g,""):a.replace(/\\/g,"")}function C(a){var b,c,d=a.match(rb);for(b=0,c=d.length;c>b;b++)d[b]=Pb[d[b]]?Pb[d[b]]:B(d[b]);return function(e){var f="";for(b=0;c>b;b++)f+=d[b]instanceof Function?d[b].call(e,a):d[b];return f}}function D(a,b){return a.isValid()?(b=E(b,a.lang()),Mb[b]||(Mb[b]=C(b)),Mb[b](a)):a.lang().invalidDate()}function E(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(sb.lastIndex=0;d>=0&&sb.test(a);)a=a.replace(sb,c),sb.lastIndex=0,d-=1;return a}function F(a,b){var c;switch(a){case"DDDD":return vb;case"YYYY":case"GGGG":case"gggg":return wb;case"YYYYY":case"GGGGG":case"ggggg":return xb;case"S":case"SS":case"SSS":case"DDD":return ub;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return zb;case"a":case"A":return A(b._l)._meridiemParse;case"X":return Cb;case"Z":case"ZZ":return Ab;case"T":return Bb;case"SSSS":return yb;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"ww":case"W":case"WW":case"e":case"E":return tb;default:return c=new RegExp(N(M(a.replace("\\","")),"i"))}}function G(a){var b=(Ab.exec(a)||[])[0],c=(b+"").match(Hb)||["-",0,0],d=+(60*c[1])+q(c[2]);return"+"===c[0]?-d:d}function H(a,b,c){var d,e=c._a;switch(a){case"M":case"MM":null!=b&&(e[gb]=q(b)-1);break;case"MMM":case"MMMM":d=A(c._l).monthsParse(b),null!=d?e[gb]=d:c._pf.invalidMonth=b;break;case"D":case"DD":null!=b&&(e[hb]=q(b));break;case"DDD":case"DDDD":null!=b&&(c._dayOfYear=q(b));break;case"YY":e[fb]=q(b)+(q(b)>68?1900:2e3);break;case"YYYY":case"YYYYY":e[fb]=q(b);break;case"a":case"A":c._isPm=A(c._l).isPM(b);break;case"H":case"HH":case"h":case"hh":e[ib]=q(b);break;case"m":case"mm":e[jb]=q(b);break;case"s":case"ss":e[kb]=q(b);break;case"S":case"SS":case"SSS":case"SSSS":e[lb]=q(1e3*("0."+b));break;case"X":c._d=new Date(1e3*parseFloat(b));break;case"Z":case"ZZ":c._useUTC=!0,c._tzm=G(b);break;case"w":case"ww":case"W":case"WW":case"d":case"dd":case"ddd":case"dddd":case"e":case"E":a=a.substr(0,1);case"gg":case"gggg":case"GG":case"GGGG":case"GGGGG":a=a.substr(0,2),b&&(c._w=c._w||{},c._w[a]=b)}}function I(a){var b,c,d,e,f,g,h,i,j,k,l=[];if(!a._d){for(d=K(a),a._w&&null==a._a[hb]&&null==a._a[gb]&&(f=function(b){return b?b.length<3?parseInt(b,10)>68?"19"+b:"20"+b:b:null==a._a[fb]?bb().weekYear():a._a[fb]},g=a._w,null!=g.GG||null!=g.W||null!=g.E?h=X(f(g.GG),g.W||1,g.E,4,1):(i=A(a._l),j=null!=g.d?T(g.d,i):null!=g.e?parseInt(g.e,10)+i._week.dow:0,k=parseInt(g.w,10)||1,null!=g.d&&js(e)&&(a._pf._overflowDayOfYear=!0),c=S(e,0,a._dayOfYear),a._a[gb]=c.getUTCMonth(),a._a[hb]=c.getUTCDate()),b=0;3>b&&null==a._a[b];++b)a._a[b]=l[b]=d[b];for(;7>b;b++)a._a[b]=l[b]=null==a._a[b]?2===b?1:0:a._a[b];l[ib]+=q((a._tzm||0)/60),l[jb]+=q((a._tzm||0)%60),a._d=(a._useUTC?S:R).apply(null,l)}}function J(a){var b;a._d||(b=o(a._i),a._a=[b.year,b.month,b.day,b.hour,b.minute,b.second,b.millisecond],I(a))}function K(a){var b=new Date;return a._useUTC?[b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate()]:[b.getFullYear(),b.getMonth(),b.getDate()]}function L(a){a._a=[],a._pf.empty=!0;var b,c,d,e,f,g=A(a._l),h=""+a._i,i=h.length,j=0;for(d=E(a._f,g).match(rb)||[],b=0;b0&&a._pf.unusedInput.push(f),h=h.slice(h.indexOf(c)+c.length),j+=c.length),Pb[e]?(c?a._pf.empty=!1:a._pf.unusedTokens.push(e),H(e,c,a)):a._strict&&!c&&a._pf.unusedTokens.push(e);a._pf.charsLeftOver=i-j,h.length>0&&a._pf.unusedInput.push(h),a._isPm&&a._a[ib]<12&&(a._a[ib]+=12),a._isPm===!1&&12===a._a[ib]&&(a._a[ib]=0),I(a),u(a)}function M(a){return a.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e})}function N(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function O(a){var b,c,d,e,f;if(0===a._f.length)return a._pf.invalidFormat=!0,a._d=new Date(0/0),void 0;for(e=0;ef)&&(d=f,c=b));g(a,c||b)}function P(a){var b,c=a._i,d=Db.exec(c);if(d){for(a._pf.iso=!0,b=4;b>0;b--)if(d[b]){a._f=Fb[b-1]+(d[6]||" ");break}for(b=0;4>b;b++)if(Gb[b][1].exec(c)){a._f+=Gb[b][0];break}Ab.exec(c)&&(a._f+="Z"),L(a)}else a._d=new Date(c)}function Q(b){var c=b._i,d=ob.exec(c);c===a?b._d=new Date:d?b._d=new Date(+d[1]):"string"==typeof c?P(b):k(c)?(b._a=c.slice(0),I(b)):l(c)?b._d=new Date(+c):"object"==typeof c?J(b):b._d=new Date(c)}function R(a,b,c,d,e,f,g){var h=new Date(a,b,c,d,e,f,g);return 1970>a&&h.setFullYear(a),h}function S(a){var b=new Date(Date.UTC.apply(null,arguments));return 1970>a&&b.setUTCFullYear(a),b}function T(a,b){if("string"==typeof a)if(isNaN(a)){if(a=b.weekdaysParse(a),"number"!=typeof a)return null}else a=parseInt(a,10);return a}function U(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function V(a,b,c){var d=eb(Math.abs(a)/1e3),e=eb(d/60),f=eb(e/60),g=eb(f/24),h=eb(g/365),i=45>d&&["s",d]||1===e&&["m"]||45>e&&["mm",e]||1===f&&["h"]||22>f&&["hh",f]||1===g&&["d"]||25>=g&&["dd",g]||45>=g&&["M"]||345>g&&["MM",eb(g/30)]||1===h&&["y"]||["yy",h];return i[2]=b,i[3]=a>0,i[4]=c,U.apply({},i)}function W(a,b,c){var d,e=c-b,f=c-a.day();return f>e&&(f-=7),e-7>f&&(f+=7),d=bb(a).add("d",f),{week:Math.ceil(d.dayOfYear()/7),year:d.year()}}function X(a,b,c,d,e){var f,g,h=new Date(Date.UTC(a,0)).getUTCDay();return c=null!=c?c:e,f=e-h+(h>d?7:0),g=7*(b-1)+(c-e)+f+1,{year:g>0?a:a-1,dayOfYear:g>0?g:s(a-1)+g}}function Y(a){var b=a._i,c=a._f;return"undefined"==typeof a._pf&&v(a),null===b?bb.invalid({nullInput:!0}):("string"==typeof b&&(a._i=b=A().preparse(b)),bb.isMoment(b)?(a=g({},b),a._d=new Date(+b._d)):c?k(c)?O(a):L(a):Q(a),new e(a))}function Z(a,b){bb.fn[a]=bb.fn[a+"s"]=function(a){var c=this._isUTC?"UTC":"";return null!=a?(this._d["set"+c+b](a),bb.updateOffset(this),this):this._d["get"+c+b]()}}function $(a){bb.duration.fn[a]=function(){return this._data[a]}}function _(a,b){bb.duration.fn["as"+a]=function(){return+this/b}}function ab(a){var b=!1,c=bb;"undefined"==typeof ender&&(this.moment=a?function(){return!b&&console&&console.warn&&(b=!0,console.warn("Accessing Moment through the global scope is deprecated, and will be removed in an upcoming release.")),c.apply(null,arguments)}:bb)}for(var bb,cb,db="2.4.0",eb=Math.round,fb=0,gb=1,hb=2,ib=3,jb=4,kb=5,lb=6,mb={},nb="undefined"!=typeof module&&module.exports,ob=/^\/?Date\((\-?\d+)/i,pb=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,qb=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,rb=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|X|zz?|ZZ?|.)/g,sb=/(\[[^\[]*\])|(\\)?(LT|LL?L?L?|l{1,4})/g,tb=/\d\d?/,ub=/\d{1,3}/,vb=/\d{3}/,wb=/\d{1,4}/,xb=/[+\-]?\d{1,6}/,yb=/\d+/,zb=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Ab=/Z|[\+\-]\d\d:?\d\d/i,Bb=/T/i,Cb=/[\+\-]?\d+(\.\d{1,3})?/,Db=/^\s*\d{4}-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d:?\d\d|Z)?)?$/,Eb="YYYY-MM-DDTHH:mm:ssZ",Fb=["YYYY-MM-DD","GGGG-[W]WW","GGGG-[W]WW-E","YYYY-DDD"],Gb=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d{1,3}/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],Hb=/([\+\-]|\d\d)/gi,Ib="Date|Hours|Minutes|Seconds|Milliseconds".split("|"),Jb={Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6},Kb={ms:"millisecond",s:"second",m:"minute",h:"hour",d:"day",D:"date",w:"week",W:"isoWeek",M:"month",y:"year",DDD:"dayOfYear",e:"weekday",E:"isoWeekday",gg:"weekYear",GG:"isoWeekYear"},Lb={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},Mb={},Nb="DDD w W M D d".split(" "),Ob="M D H h m s w W".split(" "),Pb={M:function(){return this.month()+1 +},MMM:function(a){return this.lang().monthsShort(this,a)},MMMM:function(a){return this.lang().months(this,a)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(a){return this.lang().weekdaysMin(this,a)},ddd:function(a){return this.lang().weekdaysShort(this,a)},dddd:function(a){return this.lang().weekdays(this,a)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return i(this.year()%100,2)},YYYY:function(){return i(this.year(),4)},YYYYY:function(){return i(this.year(),5)},gg:function(){return i(this.weekYear()%100,2)},gggg:function(){return this.weekYear()},ggggg:function(){return i(this.weekYear(),5)},GG:function(){return i(this.isoWeekYear()%100,2)},GGGG:function(){return this.isoWeekYear()},GGGGG:function(){return i(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.lang().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.lang().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return q(this.milliseconds()/100)},SS:function(){return i(q(this.milliseconds()/10),2)},SSS:function(){return i(this.milliseconds(),3)},SSSS:function(){return i(this.milliseconds(),3)},Z:function(){var a=-this.zone(),b="+";return 0>a&&(a=-a,b="-"),b+i(q(a/60),2)+":"+i(q(a)%60,2)},ZZ:function(){var a=-this.zone(),b="+";return 0>a&&(a=-a,b="-"),b+i(q(10*a/6),4)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},X:function(){return this.unix()}},Qb=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"];Nb.length;)cb=Nb.pop(),Pb[cb+"o"]=c(Pb[cb],cb);for(;Ob.length;)cb=Ob.pop(),Pb[cb+cb]=b(Pb[cb],2);for(Pb.DDDD=b(Pb.DDD,3),g(d.prototype,{set:function(a){var b,c;for(c in a)b=a[c],"function"==typeof b?this[c]=b:this["_"+c]=b},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(a){return this._months[a.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(a){return this._monthsShort[a.month()]},monthsParse:function(a){var b,c,d;for(this._monthsParse||(this._monthsParse=[]),b=0;12>b;b++)if(this._monthsParse[b]||(c=bb.utc([2e3,b]),d="^"+this.months(c,"")+"|^"+this.monthsShort(c,""),this._monthsParse[b]=new RegExp(d.replace(".",""),"i")),this._monthsParse[b].test(a))return b},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(a){return this._weekdays[a.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(a){return this._weekdaysShort[a.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(a){return this._weekdaysMin[a.day()]},weekdaysParse:function(a){var b,c,d;for(this._weekdaysParse||(this._weekdaysParse=[]),b=0;7>b;b++)if(this._weekdaysParse[b]||(c=bb([2e3,1]).day(b),d="^"+this.weekdays(c,"")+"|^"+this.weekdaysShort(c,"")+"|^"+this.weekdaysMin(c,""),this._weekdaysParse[b]=new RegExp(d.replace(".",""),"i")),this._weekdaysParse[b].test(a))return b},_longDateFormat:{LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D YYYY",LLL:"MMMM D YYYY LT",LLLL:"dddd, MMMM D YYYY LT"},longDateFormat:function(a){var b=this._longDateFormat[a];return!b&&this._longDateFormat[a.toUpperCase()]&&(b=this._longDateFormat[a.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(a){return a.slice(1)}),this._longDateFormat[a]=b),b},isPM:function(a){return"p"===(a+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(a,b,c){return a>11?c?"pm":"PM":c?"am":"AM"},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(a,b){var c=this._calendar[a];return"function"==typeof c?c.apply(b):c},_relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},relativeTime:function(a,b,c,d){var e=this._relativeTime[c];return"function"==typeof e?e(a,b,c,d):e.replace(/%d/i,a)},pastFuture:function(a,b){var c=this._relativeTime[a>0?"future":"past"];return"function"==typeof c?c(b):c.replace(/%s/i,b)},ordinal:function(a){return this._ordinal.replace("%d",a)},_ordinal:"%d",preparse:function(a){return a},postformat:function(a){return a},week:function(a){return W(a,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),bb=function(b,c,d,e){return"boolean"==typeof d&&(e=d,d=a),Y({_i:b,_f:c,_l:d,_strict:e,_isUTC:!1})},bb.utc=function(b,c,d,e){var f;return"boolean"==typeof d&&(e=d,d=a),f=Y({_useUTC:!0,_isUTC:!0,_l:d,_i:b,_f:c,_strict:e}).utc()},bb.unix=function(a){return bb(1e3*a)},bb.duration=function(a,b){var c,d,e,g=bb.isDuration(a),h="number"==typeof a,i=g?a._input:h?{}:a,j=null;return h?b?i[b]=a:i.milliseconds=a:(j=pb.exec(a))?(c="-"===j[1]?-1:1,i={y:0,d:q(j[hb])*c,h:q(j[ib])*c,m:q(j[jb])*c,s:q(j[kb])*c,ms:q(j[lb])*c}):(j=qb.exec(a))&&(c="-"===j[1]?-1:1,e=function(a){var b=a&&parseFloat(a.replace(",","."));return(isNaN(b)?0:b)*c},i={y:e(j[2]),M:e(j[3]),d:e(j[4]),h:e(j[5]),m:e(j[6]),s:e(j[7]),w:e(j[8])}),d=new f(i),g&&a.hasOwnProperty("_lang")&&(d._lang=a._lang),d},bb.version=db,bb.defaultFormat=Eb,bb.updateOffset=function(){},bb.lang=function(a,b){var c;return a?(b?y(x(a),b):null===b?(z(a),a="en"):mb[a]||A(a),c=bb.duration.fn._lang=bb.fn._lang=A(a),c._abbr):bb.fn._lang._abbr},bb.langData=function(a){return a&&a._lang&&a._lang._abbr&&(a=a._lang._abbr),A(a)},bb.isMoment=function(a){return a instanceof e},bb.isDuration=function(a){return a instanceof f},cb=Qb.length-1;cb>=0;--cb)p(Qb[cb]);for(bb.normalizeUnits=function(a){return n(a)},bb.invalid=function(a){var b=bb.utc(0/0);return null!=a?g(b._pf,a):b._pf.userInvalidated=!0,b},bb.parseZone=function(a){return bb(a).parseZone()},g(bb.fn=e.prototype,{clone:function(){return bb(this)},valueOf:function(){return+this._d+6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().lang("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){return D(bb(this).utc(),"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")},toArray:function(){var a=this;return[a.year(),a.month(),a.date(),a.hours(),a.minutes(),a.seconds(),a.milliseconds()]},isValid:function(){return w(this)},isDSTShifted:function(){return this._a?this.isValid()&&m(this._a,(this._isUTC?bb.utc(this._a):bb(this._a)).toArray())>0:!1},parsingFlags:function(){return g({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(){return this.zone(0)},local:function(){return this.zone(0),this._isUTC=!1,this},format:function(a){var b=D(this,a||bb.defaultFormat);return this.lang().postformat(b)},add:function(a,b){var c;return c="string"==typeof a?bb.duration(+b,a):bb.duration(a,b),j(this,c,1),this},subtract:function(a,b){var c;return c="string"==typeof a?bb.duration(+b,a):bb.duration(a,b),j(this,c,-1),this},diff:function(a,b,c){var d,e,f=this._isUTC?bb(a).zone(this._offset||0):bb(a).local(),g=6e4*(this.zone()-f.zone());return b=n(b),"year"===b||"month"===b?(d=432e5*(this.daysInMonth()+f.daysInMonth()),e=12*(this.year()-f.year())+(this.month()-f.month()),e+=(this-bb(this).startOf("month")-(f-bb(f).startOf("month")))/d,e-=6e4*(this.zone()-bb(this).startOf("month").zone()-(f.zone()-bb(f).startOf("month").zone()))/d,"year"===b&&(e/=12)):(d=this-f,e="second"===b?d/1e3:"minute"===b?d/6e4:"hour"===b?d/36e5:"day"===b?(d-g)/864e5:"week"===b?(d-g)/6048e5:d),c?e:h(e)},from:function(a,b){return bb.duration(this.diff(a)).lang(this.lang()._abbr).humanize(!b)},fromNow:function(a){return this.from(bb(),a)},calendar:function(){var a=this.diff(bb().zone(this.zone()).startOf("day"),"days",!0),b=-6>a?"sameElse":-1>a?"lastWeek":0>a?"lastDay":1>a?"sameDay":2>a?"nextDay":7>a?"nextWeek":"sameElse";return this.format(this.lang().calendar(b,this))},isLeapYear:function(){return t(this.year())},isDST:function(){return this.zone()+bb(a).startOf(b)},isBefore:function(a,b){return b="undefined"!=typeof b?b:"millisecond",+this.clone().startOf(b)<+bb(a).startOf(b)},isSame:function(a,b){return b="undefined"!=typeof b?b:"millisecond",+this.clone().startOf(b)===+bb(a).startOf(b)},min:function(a){return a=bb.apply(null,arguments),this>a?this:a},max:function(a){return a=bb.apply(null,arguments),a>this?this:a},zone:function(a){var b=this._offset||0;return null==a?this._isUTC?b:this._d.getTimezoneOffset():("string"==typeof a&&(a=G(a)),Math.abs(a)<16&&(a=60*a),this._offset=a,this._isUTC=!0,b!==a&&j(this,bb.duration(b-a,"m"),1,!0),this)},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return"string"==typeof this._i&&this.zone(this._i),this},hasAlignedHourOffset:function(a){return a=a?bb(a).zone():0,0===(this.zone()-a)%60},daysInMonth:function(){return r(this.year(),this.month())},dayOfYear:function(a){var b=eb((bb(this).startOf("day")-bb(this).startOf("year"))/864e5)+1;return null==a?b:this.add("d",a-b)},weekYear:function(a){var b=W(this,this.lang()._week.dow,this.lang()._week.doy).year;return null==a?b:this.add("y",a-b)},isoWeekYear:function(a){var b=W(this,1,4).year;return null==a?b:this.add("y",a-b)},week:function(a){var b=this.lang().week(this);return null==a?b:this.add("d",7*(a-b))},isoWeek:function(a){var b=W(this,1,4).week;return null==a?b:this.add("d",7*(a-b))},weekday:function(a){var b=(this.day()+7-this.lang()._week.dow)%7;return null==a?b:this.add("d",a-b)},isoWeekday:function(a){return null==a?this.day()||7:this.day(this.day()%7?a:a-7)},get:function(a){return a=n(a),this[a]()},set:function(a,b){return a=n(a),"function"==typeof this[a]&&this[a](b),this},lang:function(b){return b===a?this._lang:(this._lang=A(b),this)}}),cb=0;cb"),e=c.weekdaysMin();if(0==c()._lang._week.dow)for(b=0;7>b;b++)d.append(''+e[b]+"");else for(b=1;8>b;b++)7==b?d.append(''+e[0]+""):d.append(''+e[b]+"");h.widget.find(".datepicker-days thead").append(d)},o=function(){c.lang(h.options.language);for(var a="",b=0,d=c.monthsShort();12>b;)a+=''+d[b++]+"";h.widget.find(".datepicker-months td").append(a)},p=function(){c.lang(h.options.language);var b,d,e,f,g,i,j,k,l=h.viewDate.year(),m=h.viewDate.month(),n=h.options.startDate.year(),o=h.options.startDate.month(),p=h.options.endDate.year(),q=h.options.endDate.month(),r=[],s=c.months();for(h.widget.find(".datepicker-days").find(".disabled").removeClass("disabled"),h.widget.find(".datepicker-months").find(".disabled").removeClass("disabled"),h.widget.find(".datepicker-years").find(".disabled").removeClass("disabled"),h.widget.find(".datepicker-days th:eq(1)").text(s[m]+" "+l),b=c(h.viewDate).subtract("months",1),i=b.daysInMonth(),b.date(i).startOf("week"),(l==n&&o>=m||n>l)&&h.widget.find(".datepicker-days th:eq(0)").addClass("disabled"),(l==p&&m>=q||l>p)&&h.widget.find(".datepicker-days th:eq(2)").addClass("disabled"),d=c(b).add(42,"d");b.isBefore(d);)b.weekday()===c().startOf("week").weekday()&&(e=a(""),r.push(e)),f="",b.year()l||b.year()==l&&b.month()>m)&&(f+=" new"),b.isSame(c({y:h.date.year(),M:h.date.month(),d:h.date.date()}))&&(f+=" active"),(c(b).add(1,"d")<=h.options.startDate||b>h.options.endDate||G(b))&&(f+=" disabled"),e.append(''+b.date()+""),b.add(1,"d");for(h.widget.find(".datepicker-days tbody").empty().append(r),k=c().year(),s=h.widget.find(".datepicker-months").find("th:eq(1)").text(l).end().find("span").removeClass("active"),k===l&&s.eq(c().month()).addClass("active"),n>k-1&&h.widget.find(".datepicker-months th:eq(0)").addClass("disabled"),k+1>p&&h.widget.find(".datepicker-months th:eq(2)").addClass("disabled"),g=0;12>g;g++)l==n&&o>g||n>l?a(s[g]).addClass("disabled"):(l==p&&g>q||l>p)&&a(s[g]).addClass("disabled");for(r="",l=10*parseInt(l/10,10),j=h.widget.find(".datepicker-years").find("th:eq(1)").text(l+"-"+(l+9)).end().find("td"),h.widget.find(".datepicker-years").find("th").removeClass("disabled"),n>l&&h.widget.find(".datepicker-years").find("th:eq(0)").addClass("disabled"),l+9>p&&h.widget.find(".datepicker-years").find("th:eq(2)").addClass("disabled"),l-=1,g=-1;11>g;g++)r+='l||l>p?" disabled":"")+'">'+l+"",l+=1;j.html(r)},q=function(){c.lang(h.options.language);var a,b,d,e=h.widget.find(".timepicker .timepicker-hours table"),f="";if(e.parent().hide(),h.use24hours)for(a=0,b=0;6>b;b+=1){for(f+="",d=0;4>d;d+=1)f+=''+H(a.toString())+"",a++;f+=""}else for(a=1,b=0;3>b;b+=1){for(f+="",d=0;4>d;d+=1)f+=''+H(a.toString())+"",a++;f+=""}e.html(f)},r=function(){var a,b,c=h.widget.find(".timepicker .timepicker-minutes table"),d="",e=0;for(c.parent().hide(),a=0;5>a;a++){for(d+="",b=0;4>b;b+=1)d+=''+H(e.toString())+"",e+=3;d+=""}c.html(d)},s=function(){if(h.date){var a=h.widget.find(".timepicker span[data-time-component]"),b=h.date.hours(),c="AM";h.use24hours||(b>=12&&(c="PM"),0===b?b=12:12!=b&&(b%=12),h.widget.find(".timepicker [data-action=togglePeriod]").text(c)),a.filter("[data-time-component=hours]").text(H(b)),a.filter("[data-time-component=minutes]").text(H(h.date.minutes()))}},t=function(b){b.stopPropagation(),b.preventDefault(),h.unset=!1;var d,e,f,g,i=a(b.target).closest("span, td, th"),j=h.date;if(1===i.length&&!i.is(".disabled"))switch(i[0].nodeName.toLowerCase()){case"th":switch(i[0].className){case"switch":y(1);break;case"prev":case"next":f=J.modes[h.viewMode].navStep,"prev"===i[0].className&&(f=-1*f),h.viewDate.add(f,J.modes[h.viewMode].navFnc),p()}break;case"span":i.is(".month")?(d=i.parent().find("span").index(i),h.viewDate.month(d)):(e=parseInt(i.text(),10)||0,h.viewDate.year(e)),0!==h.viewMode&&(h.date=c({y:h.viewDate.year(),M:h.viewDate.month(),d:h.viewDate.date(),h:h.date.hours(),m:h.date.minutes()}),k(j)),y(-1),p();break;case"td":i.is(".day")&&(g=parseInt(i.text(),10)||1,d=h.viewDate.month(),e=h.viewDate.year(),i.is(".old")?0===d?(d=11,e-=1):d-=1:i.is(".new")&&(11==d?(d=0,e+=1):d+=1),h.date=c({y:e,M:d,d:g,h:h.date.hours(),m:h.date.minutes()}),h.viewDate=c({y:e,M:d,d:Math.min(28,g)}),p(),E(),k(j))}},u={incrementHours:function(){F("add","hours")},incrementMinutes:function(){F("add","minutes")},decrementHours:function(){F("subtract","hours")},decrementMinutes:function(){F("subtract","minutes")},togglePeriod:function(){var a=h.date.hours();a>=12?a-=12:a+=12,h.date.hours(a)},showPicker:function(){h.widget.find(".timepicker > div:not(.timepicker-picker)").hide(),h.widget.find(".timepicker .timepicker-picker").show()},showHours:function(){h.widget.find(".timepicker .timepicker-picker").hide(),h.widget.find(".timepicker .timepicker-hours").show()},showMinutes:function(){h.widget.find(".timepicker .timepicker-picker").hide(),h.widget.find(".timepicker .timepicker-minutes").show()},selectHour:function(b){h.date.hours(parseInt(a(b.target).text(),10)),u.showPicker.call(h)},selectMinute:function(b){h.date.minutes(parseInt(a(b.target).text(),10)),u.showPicker.call(h)}},v=function(b){var d=a(b.currentTarget).data("action"),e=u[d].apply(h,arguments),f=h.date;return w(b),h.date||(h.date=c({y:1970})),E(),s(),k(f),e},w=function(a){a.stopPropagation(),a.preventDefault()},x=function(b){c.lang(h.options.language);var d=a(b.target),e=h.date,f=c(d.val(),h.format,h.options.useStrict);f.isValid()?(m(),h.setValue(f),k(e),E()):(h.viewDate=e,k(e),l(f),h.unset=!0,d.val(""))},y=function(a){a&&(h.viewMode=Math.max(h.minViewMode,Math.min(2,h.viewMode+a))),h.widget.find(".datepicker > div").hide().filter(".datepicker-"+J.modes[h.viewMode].clsName).show()},z=function(){var b,c,d,e,f;h.widget.on("click",".datepicker *",a.proxy(t,this)),h.widget.on("click","[data-action]",a.proxy(v,this)),h.widget.on("mousedown",a.proxy(w,this)),h.options.pickDate&&h.options.pickTime&&h.widget.on("click.togglePicker",".accordion-toggle",function(g){if(g.stopPropagation(),b=a(this),c=b.closest("ul"),d=c.find(".in"),e=c.find(".collapse:not(.in)"),d&&d.length){if(f=d.data("collapse"),f&&f.transitioning)return;d.collapse("hide"),e.collapse("show"),b.find("span").toggleClass(h.options.icons.time+" "+h.options.icons.date),h.element.find(".input-group-addon span").toggleClass(h.options.icons.time+" "+h.options.icons.date)}}),h.isInput?h.element.on({focus:a.proxy(h.show,this),change:a.proxy(x,this),blur:a.proxy(h.hide,this)}):(h.element.on({change:a.proxy(x,this)},"input"),h.component?h.component.on("click",a.proxy(h.show,this)):h.element.on("click",a.proxy(h.show,this)))},A=function(){a(window).on("resize.datetimepicker"+h.id,a.proxy(j,this)),h.isInput||a(document).on("mousedown.datetimepicker"+h.id,a.proxy(h.hide,this))},B=function(){h.widget.off("click",".datepicker *",h.click),h.widget.off("click","[data-action]"),h.widget.off("mousedown",h.stopEvent),h.options.pickDate&&h.options.pickTime&&h.widget.off("click.togglePicker"),h.isInput?h.element.off({focus:h.show,change:h.change}):(h.element.off({change:h.change},"input"),h.component?h.component.off("click",h.show):h.element.off("click",h.show))},C=function(){a(window).off("resize.datetimepicker"+h.id),h.isInput||a(document).off("mousedown.datetimepicker"+h.id)},D=function(){if(h.element){var b,c=h.element.parents(),d=!1;for(b=0;b=2?a:"0"+a},I=function(a,b,c){return a&&b?'":b?'":'"},J={modes:[{clsName:"days",navFnc:"month",navStep:1},{clsName:"months",navFnc:"year",navStep:1},{clsName:"years",navFnc:"year",navStep:10}],headTemplate:'‹›',contTemplate:''},K={hourTemplate:'',minuteTemplate:''};J.template='
'+J.headTemplate+'
'+J.headTemplate+J.contTemplate+'
'+J.headTemplate+J.contTemplate+"
",K.getTemplate=function(){return'
'+(h.use24hours?"":'')+" "+(h.use24hours?"":'')+''+(h.use24hours?"":'')+'
"+K.hourTemplate+' :'+K.minuteTemplate+"
'},h.destroy=function(){B(),C(),h.widget.remove(),h.element.removeData("DateTimePicker"),h.component.removeData("DateTimePicker")},h.show=function(a){h.widget.show(),h.height=h.component?h.component.outerHeight():h.element.outerHeight(),j(),h.element.trigger({type:"show.dp",date:h.date}),A(),a&&w(a)},h.disable=function(){h.element.find("input").prop("disabled",!0),B()},h.enable=function(){h.element.find("input").prop("disabled",!1),z()},h.hide=function(){var a,b,c=h.widget.find(".collapse");for(a=0;a0;if(e.length>0)for(var t=0;te[t].lo&&a<=e[t].hi)return e[t].color;if(f=c.length,1===f)return c[0];g=d?1/f:1/(f-1),h=[];for(var t=0;t9)&&(a.node.firstChild.attributes.dy.value=0)}function getRandomInt(a,b){return Math.floor(Math.random()*(b-a+1))+a}function cutHex(a){return"#"==a.charAt(0)?a.substring(1,7):a}function humanFriendlyNumber(a,b){var c,d,e,f;for(c=Math.pow,d=c(10,b),e=7;e;)f=c(10,3*e--),a>=f&&(a=Math.round(a*d/f)/d+"KMGTPE"[e]);return a}function getStyle(a,b){var c="";return document.defaultView&&document.defaultView.getComputedStyle?c=document.defaultView.getComputedStyle(a,"").getPropertyValue(b):a.currentStyle&&(b=b.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),c=a.currentStyle[b]),c}function onCreateElementNsReady(a){void 0!==document.createElementNS?a():setTimeout(function(){onCreateElementNsReady(a)},100)}!function(a,b){function c(a){var b=a.length,c=fb.type(a);return fb.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||"function"!==c&&(0===b||"number"==typeof b&&b>0&&b-1 in a)}function d(a){var b=ob[a]={};return fb.each(a.match(hb)||[],function(a,c){b[c]=!0}),b}function e(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=fb.expando+Math.random()}function f(a,c,d){var e;if(d===b&&1===a.nodeType)if(e="data-"+c.replace(sb,"-$1").toLowerCase(),d=a.getAttribute(e),"string"==typeof d){try{d="true"===d?!0:"false"===d?!1:"null"===d?null:+d+""===d?+d:rb.test(d)?JSON.parse(d):d}catch(f){}pb.set(a,c,d)}else d=b;return d}function g(){return!0}function h(){return!1}function i(){try{return T.activeElement}catch(a){}}function j(a,b){for(;(a=a[b])&&1!==a.nodeType;);return a}function k(a,b,c){if(fb.isFunction(b))return fb.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return fb.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(Cb.test(b))return fb.filter(b,a,c);b=fb.filter(b,a)}return fb.grep(a,function(a){return bb.call(b,a)>=0!==c})}function l(a,b){return fb.nodeName(a,"table")&&fb.nodeName(1===b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function m(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function n(a){var b=Nb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function o(a,b){for(var c=a.length,d=0;c>d;d++)qb.set(a[d],"globalEval",!b||qb.get(b[d],"globalEval"))}function p(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(qb.hasData(a)&&(f=qb.access(a),g=qb.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)fb.event.add(b,e,j[e][c])}pb.hasData(a)&&(h=pb.access(a),i=fb.extend({},h),pb.set(b,i))}}function q(a,c){var d=a.getElementsByTagName?a.getElementsByTagName(c||"*"):a.querySelectorAll?a.querySelectorAll(c||"*"):[];return c===b||c&&fb.nodeName(a,c)?fb.merge([a],d):d}function r(a,b){var c=b.nodeName.toLowerCase();"input"===c&&Kb.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}function s(a,b){if(b in a)return b;for(var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=_b.length;e--;)if(b=_b[e]+c,b in a)return b;return d}function t(a,b){return a=b||a,"none"===fb.css(a,"display")||!fb.contains(a.ownerDocument,a)}function u(b){return a.getComputedStyle(b,null)}function v(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=qb.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&t(d)&&(f[g]=qb.access(d,"olddisplay",z(d.nodeName)))):f[g]||(e=t(d),(c&&"none"!==c||!e)&&qb.set(d,"olddisplay",e?c:fb.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function w(a,b,c){var d=Ub.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function x(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=fb.css(a,c+$b[f],!0,e)),d?("content"===c&&(g-=fb.css(a,"padding"+$b[f],!0,e)),"margin"!==c&&(g-=fb.css(a,"border"+$b[f]+"Width",!0,e))):(g+=fb.css(a,"padding"+$b[f],!0,e),"padding"!==c&&(g+=fb.css(a,"border"+$b[f]+"Width",!0,e)));return g}function y(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=u(a),g=fb.support.boxSizing&&"border-box"===fb.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Qb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Vb.test(e))return e;d=g&&(fb.support.boxSizingReliable||e===a.style[b]),e=parseFloat(e)||0}return e+x(a,b,c||(g?"border":"content"),d,f)+"px"}function z(a){var b=T,c=Xb[a];return c||(c=A(a,b),"none"!==c&&c||(Rb=(Rb||fb("'):a(''),v=d.theme?a(''):a(''),d.theme&&q?(x='"):d.theme?(x='"):x=q?'':'',w=a(x),r&&(d.theme?(w.css(p),w.addClass("ui-widget-content")):w.css(f)),d.theme||v.css(d.overlayCSS),v.css("position",q?"fixed":"absolute"),(k||d.forceIframe)&&u.css("opacity",0);var z=[u,v,w],A=q?a("body"):a(b);a.each(z,function(){this.appendTo(A)}),d.theme&&d.draggable&&a.fn.draggable&&w.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var B=m&&(!a.support.boxModel||a("object,embed",q?null:b).length>0);if(l||B){if(q&&d.allowBodyStretch&&a.support.boxModel&&a("html,body").css("height","100%"),(l||!a.support.boxModel)&&!q)var C=i(b,"borderTopWidth"),D=i(b,"borderLeftWidth"),E=C?"(0 - "+C+")":0,F=D?"(0 - "+D+")":0;a.each(z,function(a,b){var c=b[0].style;if(c.position="absolute",2>a)q?c.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+d.quirksmodeOffsetHack+') + "px"'):c.setExpression("height",'this.parentNode.offsetHeight + "px"'),q?c.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):c.setExpression("width",'this.parentNode.offsetWidth + "px"'),F&&c.setExpression("left",F),E&&c.setExpression("top",E);else if(d.centerY)q&&c.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),c.marginTop=0;else if(!d.centerY&&q){var e=d.css&&d.css.top?parseInt(d.css.top,10):0,f="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+e+') + "px"';c.setExpression("top",f)}})}if(r&&(d.theme?w.find(".ui-widget-content").append(r):w.append(r),(r.jquery||r.nodeType)&&a(r).show()),(k||d.forceIframe)&&d.showOverlay&&u.show(),d.fadeIn){var G=d.onBlock?d.onBlock:j,H=d.showOverlay&&!r?G:j,I=r?G:j;d.showOverlay&&v._fadeIn(d.fadeIn,H),r&&w._fadeIn(d.fadeIn,I)}else d.showOverlay&&v.show(),r&&w.show(),d.onBlock&&d.onBlock();if(e(1,b,d),q?(n=w[0],o=a(d.focusableElements,n),d.focusInput&&setTimeout(g,20)):h(w[0],d.centerX,d.centerY),d.timeout){var J=setTimeout(function(){q?a.unblockUI(d):a(b).unblock(d)},d.timeout);a(b).data("blockUI.timeout",J)}}}function c(b,c){var f,g=b==window,h=a(b),i=h.data("blockUI.history"),j=h.data("blockUI.timeout");j&&(clearTimeout(j),h.removeData("blockUI.timeout")),c=a.extend({},a.blockUI.defaults,c||{}),e(0,b,c),null===c.onUnblock&&(c.onUnblock=h.data("blockUI.onUnblock"),h.removeData("blockUI.onUnblock"));var k;k=g?a("body").children().filter(".blockUI").add("body > .blockUI"):h.find(">.blockUI"),c.cursorReset&&(k.length>1&&(k[1].style.cursor=c.cursorReset),k.length>2&&(k[2].style.cursor=c.cursorReset)),g&&(n=o=null),c.fadeOut?(f=k.length,k.stop().fadeOut(c.fadeOut,function(){0===--f&&d(k,i,c,b)})):d(k,i,c,b)}function d(b,c,d,e){var f=a(e);if(!f.data("blockUI.isBlocked")){b.each(function(){this.parentNode&&this.parentNode.removeChild(this)}),c&&c.el&&(c.el.style.display=c.display,c.el.style.position=c.position,c.parent&&c.parent.appendChild(c.el),f.removeData("blockUI.history")),f.data("blockUI.static")&&f.css("position","static"),"function"==typeof d.onUnblock&&d.onUnblock(e,d);var g=a(document.body),h=g.width(),i=g[0].style.width;g.width(h-1).width(h),g[0].style.width=i}}function e(b,c,d){var e=c==window,g=a(c);if((b||(!e||n)&&(e||g.data("blockUI.isBlocked")))&&(g.data("blockUI.isBlocked",b),e&&d.bindEvents&&(!b||d.showOverlay))){var h="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";b?a(document).bind(h,d,f):a(document).unbind(h,f)}}function f(b){if("keydown"===b.type&&b.keyCode&&9==b.keyCode&&n&&b.data.constrainTabKey){var c=o,d=!b.shiftKey&&b.target===c[c.length-1],e=b.shiftKey&&b.target===c[0];if(d||e)return setTimeout(function(){g(e)},10),!1}var f=b.data,h=a(b.target);return h.hasClass("blockOverlay")&&f.onOverlayClick&&f.onOverlayClick(),h.parents("div."+f.blockMsgClass).length>0?!0:0===h.parents().children().filter("div.blockUI").length}function g(a){if(o){var b=o[a===!0?o.length-1:0];b&&b.focus()}}function h(a,b,c){var d=a.parentNode,e=a.style,f=(d.offsetWidth-a.offsetWidth)/2-i(d,"borderLeftWidth"),g=(d.offsetHeight-a.offsetHeight)/2-i(d,"borderTopWidth");b&&(e.left=f>0?f+"px":"0"),c&&(e.top=g>0?g+"px":"0")}function i(b,c){return parseInt(a.css(b,c),10)||0}a.fn._fadeIn=a.fn.fadeIn;var j=a.noop||function(){},k=/MSIE/.test(navigator.userAgent),l=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent);document.documentMode||0;var m=a.isFunction(document.createElement("div").style.setExpression);a.blockUI=function(a){b(window,a)},a.unblockUI=function(a){c(window,a)},a.growlUI=function(b,c,d,e){var f=a('
');b&&f.append("

"+b+"

"),c&&f.append("

"+c+"

"),void 0===d&&(d=3e3);var g=function(b){b=b||{},a.blockUI({message:f,fadeIn:"undefined"!=typeof b.fadeIn?b.fadeIn:700,fadeOut:"undefined"!=typeof b.fadeOut?b.fadeOut:1e3,timeout:"undefined"!=typeof b.timeout?b.timeout:d,centerY:!1,showOverlay:!1,onUnblock:e,css:a.blockUI.defaults.growlCSS})};g(),f.css("opacity"),f.mouseover(function(){g({fadeIn:0,timeout:3e4});var b=a(".blockMsg");b.stop(),b.fadeTo(300,1)}).mouseout(function(){a(".blockMsg").fadeOut(1e3)})},a.fn.block=function(c){if(this[0]===window)return a.blockUI(c),this;var d=a.extend({},a.blockUI.defaults,c||{});return this.each(function(){var b=a(this);d.ignoreIfBlocked&&b.data("blockUI.isBlocked")||b.unblock({fadeOut:0})}),this.each(function(){"static"==a.css(this,"position")&&(this.style.position="relative",a(this).data("blockUI.static",!0)),this.style.zoom=1,b(this,c)})},a.fn.unblock=function(b){return this[0]===window?(a.unblockUI(b),this):this.each(function(){c(this,b)})},a.blockUI.version=2.65,a.blockUI.defaults={message:"

Please wait...

",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var n=null,o=[]}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],a):a(jQuery)}(),function(a){var b,c,d="0.3.4",e="hasOwnProperty",f=/[\.\/]/,g="*",h=function(){},i=function(a,b){return a-b},j={n:{}},k=function(a,d){var e,f=c,g=Array.prototype.slice.call(arguments,2),h=k.listeners(a),j=0,l=[],m={},n=[],o=b;b=a,c=0;for(var p=0,q=h.length;q>p;p++)"zIndex"in h[p]&&(l.push(h[p].zIndex),h[p].zIndex<0&&(m[h[p].zIndex]=h[p]));for(l.sort(i);l[j]<0;)if(e=m[l[j++]],n.push(e.apply(d,g)),c)return c=f,n;for(p=0;q>p;p++)if(e=h[p],"zIndex"in e)if(e.zIndex==l[j]){if(n.push(e.apply(d,g)),c)break;do if(j++,e=m[l[j]],e&&n.push(e.apply(d,g)),c)break;while(e)}else m[e.zIndex]=e;else if(n.push(e.apply(d,g)),c)break;return c=f,b=o,n.length?n:null};k.listeners=function(a){var b,c,d,e,h,i,k,l,m=a.split(f),n=j,o=[n],p=[];for(e=0,h=m.length;h>e;e++){for(l=[],i=0,k=o.length;k>i;i++)for(n=o[i].n,c=[n[m[e]],n[g]],d=2;d--;)b=c[d],b&&(l.push(b),p=p.concat(b.f||[]));o=l}return p},k.on=function(a,b){for(var c=a.split(f),d=j,e=0,g=c.length;g>e;e++)d=d.n,!d[c[e]]&&(d[c[e]]={n:{}}),d=d[c[e]];for(d.f=d.f||[],e=0,g=d.f.length;g>e;e++)if(d.f[e]==b)return h;return d.f.push(b),function(a){+a==+a&&(b.zIndex=+a)}},k.stop=function(){c=1},k.nt=function(a){return a?new RegExp("(?:\\.|\\/|^)"+a+"(?:\\.|\\/|$)").test(b):b},k.off=k.unbind=function(a,b){var c,d,h,i,k,l,m,n=a.split(f),o=[j];for(i=0,k=n.length;k>i;i++)for(l=0;li;i++)for(c=o[i];c.n;){if(b){if(c.f){for(l=0,m=c.f.length;m>l;l++)if(c.f[l]==b){c.f.splice(l,1);break}!c.f.length&&delete c.f}for(d in c.n)if(c.n[e](d)&&c.n[d].f){var p=c.n[d].f;for(l=0,m=p.length;m>l;l++)if(p[l]==b){p.splice(l,1);break}!p.length&&delete c.n[d].f}}else{delete c.f;for(d in c.n)c.n[e](d)&&c.n[d].f&&delete c.n[d].f}c=c.n}},k.once=function(a,b){var c=function(){var d=b.apply(this,arguments);return k.unbind(a,c),d};return k.on(a,c)},k.version=d,k.toString=function(){return"You are running Eve "+d},"undefined"!=typeof module&&module.exports?module.exports=k:"undefined"!=typeof define?define("eve",[],function(){return k}):a.eve=k}(this),function(){function a(a){for(var b=0;bv;v++){var t=fc[v];if(t.el.id==b.id&&t.anim==a){t.percent!=c?(fc.splice(v,1),k=1):j=t,b.attr(t.totalOrigin);break}}else e=+q;for(var v=0,w=a.percents.length;w>v;v++){if(a.percents[v]==c||a.percents[v]>e*a.top){c=a.percents[v],m=a.percents[v-1]||0,o=o/a.top*(c-m),l=a.percents[v+1],i=a.anim[c];break}e&&b.attr(a.anim[a.percents[v]])}if(i){if(j)j.initstatus=e,j.start=new Date-j.ms*e;else{for(var y in i)if(i[x](y)&&(bb[x](y)||b.paper.customAttributes[x](y)))switch(p[y]=b.attr(y),null==p[y]&&(p[y]=ab[y]),q[y]=i[y],bb[y]){case R:s[y]=(q[y]-p[y])/o;break;case"colour":p[y]=r.getRGB(p[y]);var z=r.getRGB(q[y]);s[y]={r:(z.r-p[y].r)/o,g:(z.g-p[y].g)/o,b:(z.b-p[y].b)/o};break;case"path":var A=Ib(p[y],q[y]),B=A[1];for(p[y]=A[0],s[y]=[],v=0,w=p[y].length;w>v;v++){s[y][v]=[0];for(var D=1,E=p[y][v].length;E>D;D++)s[y][v][D]=(B[v][D]-p[y][v][D])/o}break;case"transform":var F=b._,I=Nb(F[y],q[y]);if(I)for(p[y]=I.from,q[y]=I.to,s[y]=[],s[y].real=!0,v=0,w=p[y].length;w>v;v++)for(s[y][v]=[p[y][v][0]],D=1,E=p[y][v].length;E>D;D++)s[y][v][D]=(q[y][v][D]-p[y][v][D])/o;else{var J=b.matrix||new f,K={_:{transform:F.transform},getBBox:function(){return b.getBBox(1)}};p[y]=[J.a,J.b,J.c,J.d,J.e,J.f],Lb(K,q[y]),q[y]=K._.transform,s[y]=[(K.matrix.a-J.a)/o,(K.matrix.b-J.b)/o,(K.matrix.c-J.c)/o,(K.matrix.d-J.d)/o,(K.matrix.e-J.e)/o,(K.matrix.f-J.f)/o]}break;case"csv":var L=G(i[y])[H](u),M=G(p[y])[H](u);if("clip-rect"==y)for(p[y]=M,s[y]=[],v=M.length;v--;)s[y][v]=(L[v]-p[y][v])/o;q[y]=L;break;default:for(L=[][C](i[y]),M=[][C](p[y]),s[y]=[],v=b.paper.customAttributes[y].length;v--;)s[y][v]=((L[v]||0)-(M[v]||0))/o}var N=i.easing,O=r.easing_formulas[N];if(!O)if(O=G(N).match(X),O&&5==O.length){var P=O;O=function(a){return d(a,+P[1],+P[2],+P[3],+P[4],o)}}else O=lb;if(n=i.start||a.start||+new Date,t={anim:a,percent:c,timestamp:n,start:n+(a.del||0),status:0,initstatus:e||0,stop:!1,ms:o,easing:O,from:p,diff:s,to:q,el:b,callback:i.callback,prev:m,next:l,repeat:h||a.times,origin:b.attr(),totalOrigin:g},fc.push(t),e&&!j&&!k&&(t.stop=!0,t.start=new Date-o*e,1==fc.length))return hc();k&&(t.start=new Date-t.ms*e),1==fc.length&&gc(hc)}eve("raphael.anim.start."+b.id,b,a)}}function c(a,b){var c=[],d={};if(this.ms=b,this.times=1,a){for(var e in a)a[x](e)&&(d[Z(e)]=a[e],c.push(Z(e)));c.sort(jb)}this.anim=d,this.top=c[c.length-1],this.percents=c}function d(a,b,c,d,e,f){function g(a,b){var c,d,e,f,g,h;for(e=a,h=0;8>h;h++){if(f=i(e)-a,O(f)e)return c;if(e>d)return d;for(;d>c;){if(f=i(e),O(f-a)f?c=e:d=e,e=(d-c)/2+c}return e}function h(a,b){var c=g(a,b);return((o*c+n)*c+m)*c}function i(a){return((l*a+k)*a+j)*a}var j=3*b,k=3*(d-b)-j,l=1-j-k,m=3*c,n=3*(e-c)-m,o=1-m-n;return h(a,1/(200*f))}function e(){return this.x+F+this.y+F+this.width+" � "+this.height}function f(a,b,c,d,e,f){null!=a?(this.a=+a,this.b=+b,this.c=+c,this.d=+d,this.e=+e,this.f=+f):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}function g(a,b,c){a=r._path2curve(a),b=r._path2curve(b);for(var d,e,f,g,i,j,k,l,m,n,o=c?0:[],p=0,q=a.length;q>p;p++){var s=a[p];if("M"==s[0])d=i=s[1],e=j=s[2];else{"C"==s[0]?(m=[d,e].concat(s.slice(1)),d=m[6],e=m[7]):(m=[d,e,d,e,i,j,i,j],d=i,e=j);for(var t=0,u=b.length;u>t;t++){var v=b[t];if("M"==v[0])f=k=v[1],g=l=v[2];else{"C"==v[0]?(n=[f,g].concat(v.slice(1)),f=n[6],g=n[7]):(n=[f,g,f,g,k,l,k,l],f=k,g=l);var w=h(m,n,c);if(c)o+=w;else{for(var x=0,y=w.length;y>x;x++)w[x].segment1=p,w[x].segment2=t,w[x].bez1=m,w[x].bez2=n;o=o.concat(w)}}}}}return o}function h(a,b,c){var d=r.bezierBBox(a),e=r.bezierBBox(b);if(!r.isBBoxIntersect(d,e))return c?0:[];for(var f=k.apply(0,a),g=k.apply(0,b),h=~~(f/5),j=~~(g/5),l=[],m=[],n={},o=c?0:[],p=0;h+1>p;p++){var q=r.findDotsAtSegment.apply(r,a.concat(p/h));l.push({x:q.x,y:q.y,t:p/h})}for(p=0;j+1>p;p++)q=r.findDotsAtSegment.apply(r,b.concat(p/j)),m.push({x:q.x,y:q.y,t:p/j});for(p=0;h>p;p++)for(var s=0;j>s;s++){var t=l[p],u=l[p+1],v=m[s],w=m[s+1],x=O(u.x-t.x)<.001?"y":"x",y=O(w.x-v.x)<.001?"y":"x",z=i(t.x,t.y,u.x,u.y,v.x,v.y,w.x,w.y);if(z){if(n[z.x.toFixed(4)]==z.y.toFixed(4))continue;n[z.x.toFixed(4)]=z.y.toFixed(4);var A=t.t+O((z[x]-t[x])/(u[x]-t[x]))*(u.t-t.t),B=v.t+O((z[y]-v[y])/(w[y]-v[y]))*(w.t-v.t);A>=0&&1>=A&&B>=0&&1>=B&&(c?o++:o.push({x:z.x,y:z.y,t1:A,t2:B}))}}return o}function i(a,b,c,d,e,f,g,h){if(!(M(a,c)M(e,g)||M(b,d)M(f,h))){var i=(a*d-b*c)*(e-g)-(a-c)*(e*h-f*g),j=(a*d-b*c)*(f-h)-(b-d)*(e*h-f*g),k=(a-c)*(f-h)-(b-d)*(e-g); +if(!k)return;var l=i/k,m=j/k,n=+l.toFixed(2),o=+m.toFixed(2);if(n<+N(a,c).toFixed(2)||n>+M(a,c).toFixed(2)||n<+N(e,g).toFixed(2)||n>+M(e,g).toFixed(2)||o<+N(b,d).toFixed(2)||o>+M(b,d).toFixed(2)||o<+N(f,h).toFixed(2)||o>+M(f,h).toFixed(2))return;return{x:l,y:m}}}function j(a,b,c,d,e,f,g,h,i){if(!(0>i||k(a,b,c,d,e,f,g,h)o;)m/=2,n+=(i>j?1:-1)*m,j=k(a,b,c,d,e,f,g,h,n);return n}}function k(a,b,c,d,e,f,g,h,i){null==i&&(i=1),i=i>1?1:0>i?0:i;for(var j=i/2,k=12,m=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],n=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],o=0,p=0;k>p;p++){var q=j*m[p]+j,r=l(q,a,c,e,g),s=l(q,b,d,f,h),t=r*r+s*s;o+=n[p]*L.sqrt(t)}return j*o}function l(a,b,c,d,e){var f=-3*b+9*c-9*d+3*e,g=a*f+6*b-12*c+6*d;return a*g-3*b+3*c}function m(a,b){for(var c=[],d=0,e=a.length;e-2*!b>d;d+=2){var f=[{x:+a[d-2],y:+a[d-1]},{x:+a[d],y:+a[d+1]},{x:+a[d+2],y:+a[d+3]},{x:+a[d+4],y:+a[d+5]}];b?d?e-4==d?f[3]={x:+a[0],y:+a[1]}:e-2==d&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[e-2],y:+a[e-1]}:e-4==d?f[3]=f[2]:d||(f[0]={x:+a[d],y:+a[d+1]}),c.push(["C",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return c}function n(){return this.hex}function o(a,b,c){function d(){var e=Array.prototype.slice.call(arguments,0),f=e.join("?"),g=d.cache=d.cache||{},h=d.count=d.count||[];return g[x](f)?(p(h,f),c?c(g[f]):g[f]):(h.length>=1e3&&delete g[h.shift()],h.push(f),g[f]=a[B](b,e),c?c(g[f]):g[f])}return d}function p(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return a.push(a.splice(c,1)[0])}function q(a){if(Object(a)!==a)return a;var b=new a.constructor;for(var c in a)a[x](c)&&(b[c]=q(a[c]));return b}function r(a){if(r.is(a,"function"))return s?a():eve.on("raphael.DOMload",a);if(r.is(a,T))return r._engine.create[B](r,a.splice(0,3+r.is(a[0],R))).add(a);var b=Array.prototype.slice.call(arguments,0);if(r.is(b[b.length-1],"function")){var c=b.pop();return s?c.call(r._engine.create[B](r,b)):eve.on("raphael.DOMload",function(){c.call(r._engine.create[B](r,b))})}return r._engine.create[B](r,arguments)}r.version="2.1.0",r.eve=eve;var s,t,u=/[, ]+/,v={circle:1,rect:1,path:1,ellipse:1,text:1,image:1},w=/\{(\d+)\}/g,x="hasOwnProperty",y={doc:document,win:window},z={was:Object.prototype[x].call(y.win,"Raphael"),is:y.win.Raphael},A=function(){this.ca=this.customAttributes={}},B="apply",C="concat",D="createTouch"in y.doc,E="",F=" ",G=String,H="split",I="click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel"[H](F),J={mousedown:"touchstart",mousemove:"touchmove",mouseup:"touchend"},K=G.prototype.toLowerCase,L=Math,M=L.max,N=L.min,O=L.abs,P=L.pow,Q=L.PI,R="number",S="string",T="array",U=Object.prototype.toString,V=(r._ISURL=/^url\(['"]?([^\)]+?)['"]?\)$/i,/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i),W={NaN:1,Infinity:1,"-Infinity":1},X=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/,Y=L.round,Z=parseFloat,$=parseInt,_=G.prototype.toUpperCase,ab=r._availableAttrs={"arrow-end":"none","arrow-start":"none",blur:0,"clip-rect":"0 0 1e9 1e9",cursor:"default",cx:0,cy:0,fill:"#fff","fill-opacity":1,font:'10px "Arial"',"font-family":'"Arial"',"font-size":"10","font-style":"normal","font-weight":400,gradient:0,height:0,href:"http://raphaeljs.com/","letter-spacing":0,opacity:1,path:"M0,0",r:0,rx:0,ry:0,src:"",stroke:"#000","stroke-dasharray":"","stroke-linecap":"butt","stroke-linejoin":"butt","stroke-miterlimit":0,"stroke-opacity":1,"stroke-width":1,target:"_blank","text-anchor":"middle",title:"Raphael",transform:"",width:0,x:0,y:0},bb=r._availableAnimAttrs={blur:R,"clip-rect":"csv",cx:R,cy:R,fill:"colour","fill-opacity":R,"font-size":R,height:R,opacity:R,path:"path",r:R,rx:R,ry:R,stroke:"colour","stroke-opacity":R,"stroke-width":R,transform:"transform",width:R,x:R,y:R},cb=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/,db={hs:1,rg:1},eb=/,?([achlmqrstvxz]),?/gi,fb=/([achlmrqstvz])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,gb=/([rstm])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,hb=/(-?\d*\.?\d*(?:e[\-+]?\d+)?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/gi,ib=(r._radial_gradient=/^r(?:\(([^,]+?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*([^\)]+?)\))?/,{}),jb=function(a,b){return Z(a)-Z(b)},kb=function(){},lb=function(a){return a},mb=r._rectPath=function(a,b,c,d,e){return e?[["M",a+e,b],["l",c-2*e,0],["a",e,e,0,0,1,e,e],["l",0,d-2*e],["a",e,e,0,0,1,-e,e],["l",2*e-c,0],["a",e,e,0,0,1,-e,-e],["l",0,2*e-d],["a",e,e,0,0,1,e,-e],["z"]]:[["M",a,b],["l",c,0],["l",0,d],["l",-c,0],["z"]]},nb=function(a,b,c,d){return null==d&&(d=c),[["M",a,b],["m",0,-d],["a",c,d,0,1,1,0,2*d],["a",c,d,0,1,1,0,-2*d],["z"]]},ob=r._getPath={path:function(a){return a.attr("path")},circle:function(a){var b=a.attrs;return nb(b.cx,b.cy,b.r)},ellipse:function(a){var b=a.attrs;return nb(b.cx,b.cy,b.rx,b.ry)},rect:function(a){var b=a.attrs;return mb(b.x,b.y,b.width,b.height,b.r)},image:function(a){var b=a.attrs;return mb(b.x,b.y,b.width,b.height)},text:function(a){var b=a._getBBox();return mb(b.x,b.y,b.width,b.height)}},pb=r.mapPath=function(a,b){if(!b)return a;var c,d,e,f,g,h,i;for(a=Ib(a),e=0,g=a.length;g>e;e++)for(i=a[e],f=1,h=i.length;h>f;f+=2)c=b.x(i[f],i[f+1]),d=b.y(i[f],i[f+1]),i[f]=c,i[f+1]=d;return a};if(r._g=y,r.type=y.win.SVGAngle||y.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1")?"SVG":"VML","VML"==r.type){var qb,rb=y.doc.createElement("div");if(rb.innerHTML='',qb=rb.firstChild,qb.style.behavior="url(#default#VML)",!qb||"object"!=typeof qb.adj)return r.type=E;rb=null}r.svg=!(r.vml="VML"==r.type),r._Paper=A,r.fn=t=A.prototype=r.prototype,r._id=0,r._oid=0,r.is=function(a,b){return b=K.call(b),"finite"==b?!W[x](+a):"array"==b?a instanceof Array:"null"==b&&null===a||b==typeof a&&null!==a||"object"==b&&a===Object(a)||"array"==b&&Array.isArray&&Array.isArray(a)||U.call(a).slice(8,-1).toLowerCase()==b},r.angle=function(a,b,c,d,e,f){if(null==e){var g=a-c,h=b-d;return g||h?(180+180*L.atan2(-h,-g)/Q+360)%360:0}return r.angle(a,b,e,f)-r.angle(c,d,e,f)},r.rad=function(a){return a%360*Q/180},r.deg=function(a){return 180*a/Q%360},r.snapTo=function(a,b,c){if(c=r.is(c,"finite")?c:10,r.is(a,T)){for(var d=a.length;d--;)if(O(a[d]-b)<=c)return a[d]}else{a=+a;var e=b%a;if(c>e)return b-e;if(e>a-c)return b-e+a}return b},r.createUUID=function(a,b){return function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(a,b).toUpperCase()}}(/[xy]/g,function(a){var b=0|16*L.random(),c="x"==a?b:8|3&b;return c.toString(16)}),r.setWindow=function(a){eve("raphael.setWindow",r,y.win,a),y.win=a,y.doc=y.win.document,r._engine.initWin&&r._engine.initWin(y.win)};var sb=function(a){if(r.vml){var b,c=/^\s+|\s+$/g;try{var d=new ActiveXObject("htmlfile");d.write(""),d.close(),b=d.body}catch(e){b=createPopup().document.body}var f=b.createTextRange();sb=o(function(a){try{b.style.color=G(a).replace(c,E);var d=f.queryCommandValue("ForeColor");return d=(255&d)<<16|65280&d|(16711680&d)>>>16,"#"+("000000"+d.toString(16)).slice(-6)}catch(e){return"none"}})}else{var g=y.doc.createElement("i");g.title="Rapha�l Colour Picker",g.style.display="none",y.doc.body.appendChild(g),sb=o(function(a){return g.style.color=a,y.doc.defaultView.getComputedStyle(g,E).getPropertyValue("color")})}return sb(a)},tb=function(){return"hsb("+[this.h,this.s,this.b]+")"},ub=function(){return"hsl("+[this.h,this.s,this.l]+")"},vb=function(){return this.hex},wb=function(a,b,c){if(null==b&&r.is(a,"object")&&"r"in a&&"g"in a&&"b"in a&&(c=a.b,b=a.g,a=a.r),null==b&&r.is(a,S)){var d=r.getRGB(a);a=d.r,b=d.g,c=d.b}return(a>1||b>1||c>1)&&(a/=255,b/=255,c/=255),[a,b,c]},xb=function(a,b,c,d){a*=255,b*=255,c*=255;var e={r:a,g:b,b:c,hex:r.rgb(a,b,c),toString:vb};return r.is(d,"finite")&&(e.opacity=d),e};r.color=function(a){var b;return r.is(a,"object")&&"h"in a&&"s"in a&&"b"in a?(b=r.hsb2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.hex=b.hex):r.is(a,"object")&&"h"in a&&"s"in a&&"l"in a?(b=r.hsl2rgb(a),a.r=b.r,a.g=b.g,a.b=b.b,a.hex=b.hex):(r.is(a,"string")&&(a=r.getRGB(a)),r.is(a,"object")&&"r"in a&&"g"in a&&"b"in a?(b=r.rgb2hsl(a),a.h=b.h,a.s=b.s,a.l=b.l,b=r.rgb2hsb(a),a.v=b.b):(a={hex:"none"},a.r=a.g=a.b=a.h=a.s=a.v=a.l=-1)),a.toString=vb,a},r.hsb2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"b"in a&&(c=a.b,b=a.s,a=a.h,d=a.o),a*=360;var e,f,g,h,i;return a=a%360/60,i=c*b,h=i*(1-O(a%2-1)),e=f=g=c-i,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a],xb(e,f,g,d)},r.hsl2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"l"in a&&(c=a.l,b=a.s,a=a.h),(a>1||b>1||c>1)&&(a/=360,b/=100,c/=100),a*=360;var e,f,g,h,i;return a=a%360/60,i=2*b*(.5>c?c:1-c),h=i*(1-O(a%2-1)),e=f=g=c-i/2,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a],xb(e,f,g,d)},r.rgb2hsb=function(a,b,c){c=wb(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g;return f=M(a,b,c),g=f-N(a,b,c),d=0==g?null:f==a?(b-c)/g:f==b?(c-a)/g+2:(a-b)/g+4,d=60*((d+360)%6)/360,e=0==g?0:g/f,{h:d,s:e,b:f,toString:tb}},r.rgb2hsl=function(a,b,c){c=wb(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g,h,i;return g=M(a,b,c),h=N(a,b,c),i=g-h,d=0==i?null:g==a?(b-c)/i:g==b?(c-a)/i+2:(a-b)/i+4,d=60*((d+360)%6)/360,f=(g+h)/2,e=0==i?0:.5>f?i/(2*f):i/(2-2*f),{h:d,s:e,l:f,toString:ub}},r._path2string=function(){return this.join(",").replace(eb,"$1")},r._preload=function(a,b){var c=y.doc.createElement("img");c.style.cssText="position:absolute;left:-9999em;top:-9999em",c.onload=function(){b.call(this),this.onload=null,y.doc.body.removeChild(this)},c.onerror=function(){y.doc.body.removeChild(this)},y.doc.body.appendChild(c),c.src=a},r.getRGB=o(function(a){if(!a||(a=G(a)).indexOf("-")+1)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:n};if("none"==a)return{r:-1,g:-1,b:-1,hex:"none",toString:n};!db[x](a.toLowerCase().substring(0,2))&&"#"!=a.charAt()&&(a=sb(a));var b,c,d,e,f,g,h=a.match(V);return h?(h[2]&&(d=$(h[2].substring(5),16),c=$(h[2].substring(3,5),16),b=$(h[2].substring(1,3),16)),h[3]&&(d=$((f=h[3].charAt(3))+f,16),c=$((f=h[3].charAt(2))+f,16),b=$((f=h[3].charAt(1))+f,16)),h[4]&&(g=h[4][H](cb),b=Z(g[0]),"%"==g[0].slice(-1)&&(b*=2.55),c=Z(g[1]),"%"==g[1].slice(-1)&&(c*=2.55),d=Z(g[2]),"%"==g[2].slice(-1)&&(d*=2.55),"rgba"==h[1].toLowerCase().slice(0,4)&&(e=Z(g[3])),g[3]&&"%"==g[3].slice(-1)&&(e/=100)),h[5]?(g=h[5][H](cb),b=Z(g[0]),"%"==g[0].slice(-1)&&(b*=2.55),c=Z(g[1]),"%"==g[1].slice(-1)&&(c*=2.55),d=Z(g[2]),"%"==g[2].slice(-1)&&(d*=2.55),("deg"==g[0].slice(-3)||"�"==g[0].slice(-1))&&(b/=360),"hsba"==h[1].toLowerCase().slice(0,4)&&(e=Z(g[3])),g[3]&&"%"==g[3].slice(-1)&&(e/=100),r.hsb2rgb(b,c,d,e)):h[6]?(g=h[6][H](cb),b=Z(g[0]),"%"==g[0].slice(-1)&&(b*=2.55),c=Z(g[1]),"%"==g[1].slice(-1)&&(c*=2.55),d=Z(g[2]),"%"==g[2].slice(-1)&&(d*=2.55),("deg"==g[0].slice(-3)||"�"==g[0].slice(-1))&&(b/=360),"hsla"==h[1].toLowerCase().slice(0,4)&&(e=Z(g[3])),g[3]&&"%"==g[3].slice(-1)&&(e/=100),r.hsl2rgb(b,c,d,e)):(h={r:b,g:c,b:d,toString:n},h.hex="#"+(16777216|d|c<<8|b<<16).toString(16).slice(1),r.is(e,"finite")&&(h.opacity=e),h)):{r:-1,g:-1,b:-1,hex:"none",error:1,toString:n}},r),r.hsb=o(function(a,b,c){return r.hsb2rgb(a,b,c).hex}),r.hsl=o(function(a,b,c){return r.hsl2rgb(a,b,c).hex}),r.rgb=o(function(a,b,c){return"#"+(16777216|c|b<<8|a<<16).toString(16).slice(1)}),r.getColor=function(a){var b=this.getColor.start=this.getColor.start||{h:0,s:1,b:a||.75},c=this.hsb2rgb(b.h,b.s,b.b);return b.h+=.075,b.h>1&&(b.h=0,b.s-=.2,b.s<=0&&(this.getColor.start={h:0,s:1,b:b.b})),c.hex},r.getColor.reset=function(){delete this.start},r.parsePathString=function(a){if(!a)return null;var b=yb(a);if(b.arr)return Ab(b.arr);var c={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},d=[];return r.is(a,T)&&r.is(a[0],T)&&(d=Ab(a)),d.length||G(a).replace(fb,function(a,b,e){var f=[],g=b.toLowerCase();if(e.replace(hb,function(a,b){b&&f.push(+b)}),"m"==g&&f.length>2&&(d.push([b][C](f.splice(0,2))),g="l",b="m"==b?"l":"L"),"r"==g)d.push([b][C](f));else for(;f.length>=c[g]&&(d.push([b][C](f.splice(0,c[g]))),c[g]););}),d.toString=r._path2string,b.arr=Ab(d),d},r.parseTransformString=o(function(a){if(!a)return null;var b=[];return r.is(a,T)&&r.is(a[0],T)&&(b=Ab(a)),b.length||G(a).replace(gb,function(a,c,d){var e=[];K.call(c),d.replace(hb,function(a,b){b&&e.push(+b)}),b.push([c][C](e))}),b.toString=r._path2string,b});var yb=function(a){var b=yb.ps=yb.ps||{};return b[a]?b[a].sleep=100:b[a]={sleep:100},setTimeout(function(){for(var c in b)b[x](c)&&c!=a&&(b[c].sleep--,!b[c].sleep&&delete b[c])}),b[a]};r.findDotsAtSegment=function(a,b,c,d,e,f,g,h,i){var j=1-i,k=P(j,3),l=P(j,2),m=i*i,n=m*i,o=k*a+3*l*i*c+3*j*i*i*e+n*g,p=k*b+3*l*i*d+3*j*i*i*f+n*h,q=a+2*i*(c-a)+m*(e-2*c+a),r=b+2*i*(d-b)+m*(f-2*d+b),s=c+2*i*(e-c)+m*(g-2*e+c),t=d+2*i*(f-d)+m*(h-2*f+d),u=j*a+i*c,v=j*b+i*d,w=j*e+i*g,x=j*f+i*h,y=90-180*L.atan2(q-s,r-t)/Q;return(q>s||t>r)&&(y+=180),{x:o,y:p,m:{x:q,y:r},n:{x:s,y:t},start:{x:u,y:v},end:{x:w,y:x},alpha:y}},r.bezierBBox=function(a,b,c,d,e,f,g,h){r.is(a,"array")||(a=[a,b,c,d,e,f,g,h]);var i=Hb.apply(null,a);return{x:i.min.x,y:i.min.y,x2:i.max.x,y2:i.max.y,width:i.max.x-i.min.x,height:i.max.y-i.min.y}},r.isPointInsideBBox=function(a,b,c){return b>=a.x&&b<=a.x2&&c>=a.y&&c<=a.y2},r.isBBoxIntersect=function(a,b){var c=r.isPointInsideBBox;return c(b,a.x,a.y)||c(b,a.x2,a.y)||c(b,a.x,a.y2)||c(b,a.x2,a.y2)||c(a,b.x,b.y)||c(a,b.x2,b.y)||c(a,b.x,b.y2)||c(a,b.x2,b.y2)||(a.xb.x||b.xa.x)&&(a.yb.y||b.ya.y)},r.pathIntersection=function(a,b){return g(a,b)},r.pathIntersectionNumber=function(a,b){return g(a,b,1)},r.isPointInsidePath=function(a,b,c){var d=r.pathBBox(a);return r.isPointInsideBBox(d,b,c)&&1==g(a,[["M",b,c],["H",d.x2+10]],1)%2},r._removedFactory=function(a){return function(){eve("raphael.log",null,"Rapha�l: you are calling to method �"+a+"� of removed object",a)}};var zb=r.pathBBox=function(a){var b=yb(a);if(b.bbox)return b.bbox;if(!a)return{x:0,y:0,width:0,height:0,x2:0,y2:0};a=Ib(a);for(var c,d=0,e=0,f=[],g=[],h=0,i=a.length;i>h;h++)if(c=a[h],"M"==c[0])d=c[1],e=c[2],f.push(d),g.push(e);else{var j=Hb(d,e,c[1],c[2],c[3],c[4],c[5],c[6]);f=f[C](j.min.x,j.max.x),g=g[C](j.min.y,j.max.y),d=c[5],e=c[6]}var k=N[B](0,f),l=N[B](0,g),m=M[B](0,f),n=M[B](0,g),o={x:k,y:l,x2:m,y2:n,width:m-k,height:n-l};return b.bbox=q(o),o},Ab=function(a){var b=q(a);return b.toString=r._path2string,b},Bb=r._pathToRelative=function(a){var b=yb(a);if(b.rel)return Ab(b.rel);r.is(a,T)&&r.is(a&&a[0],T)||(a=r.parsePathString(a));var c=[],d=0,e=0,f=0,g=0,h=0;"M"==a[0][0]&&(d=a[0][1],e=a[0][2],f=d,g=e,h++,c.push(["M",d,e]));for(var i=h,j=a.length;j>i;i++){var k=c[i]=[],l=a[i];if(l[0]!=K.call(l[0]))switch(k[0]=K.call(l[0]),k[0]){case"a":k[1]=l[1],k[2]=l[2],k[3]=l[3],k[4]=l[4],k[5]=l[5],k[6]=+(l[6]-d).toFixed(3),k[7]=+(l[7]-e).toFixed(3);break;case"v":k[1]=+(l[1]-e).toFixed(3);break;case"m":f=l[1],g=l[2];default:for(var m=1,n=l.length;n>m;m++)k[m]=+(l[m]-(m%2?d:e)).toFixed(3)}else{k=c[i]=[],"m"==l[0]&&(f=l[1]+d,g=l[2]+e);for(var o=0,p=l.length;p>o;o++)c[i][o]=l[o]}var q=c[i].length;switch(c[i][0]){case"z":d=f,e=g;break;case"h":d+=+c[i][q-1];break;case"v":e+=+c[i][q-1];break;default:d+=+c[i][q-2],e+=+c[i][q-1]}}return c.toString=r._path2string,b.rel=Ab(c),c},Cb=r._pathToAbsolute=function(a){var b=yb(a);if(b.abs)return Ab(b.abs);if(r.is(a,T)&&r.is(a&&a[0],T)||(a=r.parsePathString(a)),!a||!a.length)return[["M",0,0]];var c=[],d=0,e=0,f=0,g=0,h=0;"M"==a[0][0]&&(d=+a[0][1],e=+a[0][2],f=d,g=e,h++,c[0]=["M",d,e]);for(var i,j,k=3==a.length&&"M"==a[0][0]&&"R"==a[1][0].toUpperCase()&&"Z"==a[2][0].toUpperCase(),l=h,n=a.length;n>l;l++){if(c.push(i=[]),j=a[l],j[0]!=_.call(j[0]))switch(i[0]=_.call(j[0]),i[0]){case"A":i[1]=j[1],i[2]=j[2],i[3]=j[3],i[4]=j[4],i[5]=j[5],i[6]=+(j[6]+d),i[7]=+(j[7]+e);break;case"V":i[1]=+j[1]+e;break;case"H":i[1]=+j[1]+d;break;case"R":for(var o=[d,e][C](j.slice(1)),p=2,q=o.length;q>p;p++)o[p]=+o[p]+d,o[++p]=+o[p]+e;c.pop(),c=c[C](m(o,k));break;case"M":f=+j[1]+d,g=+j[2]+e;default:for(p=1,q=j.length;q>p;p++)i[p]=+j[p]+(p%2?d:e)}else if("R"==j[0])o=[d,e][C](j.slice(1)),c.pop(),c=c[C](m(o,k)),i=["R"][C](j.slice(-2));else for(var s=0,t=j.length;t>s;s++)i[s]=j[s];switch(i[0]){case"Z":d=f,e=g;break;case"H":d=i[1];break;case"V":e=i[1];break;case"M":f=i[i.length-2],g=i[i.length-1];default:d=i[i.length-2],e=i[i.length-1]}}return c.toString=r._path2string,b.abs=Ab(c),c},Db=function(a,b,c,d){return[a,b,c,d,c,d]},Eb=function(a,b,c,d,e,f){var g=1/3,h=2/3;return[g*a+h*c,g*b+h*d,g*e+h*c,g*f+h*d,e,f]},Fb=function(a,b,c,d,e,f,g,h,i,j){var k,l=120*Q/180,m=Q/180*(+e||0),n=[],p=o(function(a,b,c){var d=a*L.cos(c)-b*L.sin(c),e=a*L.sin(c)+b*L.cos(c);return{x:d,y:e}});if(j)y=j[0],z=j[1],w=j[2],x=j[3];else{k=p(a,b,-m),a=k.x,b=k.y,k=p(h,i,-m),h=k.x,i=k.y;var q=(L.cos(Q/180*e),L.sin(Q/180*e),(a-h)/2),r=(b-i)/2,s=q*q/(c*c)+r*r/(d*d);s>1&&(s=L.sqrt(s),c=s*c,d=s*d);var t=c*c,u=d*d,v=(f==g?-1:1)*L.sqrt(O((t*u-t*r*r-u*q*q)/(t*r*r+u*q*q))),w=v*c*r/d+(a+h)/2,x=v*-d*q/c+(b+i)/2,y=L.asin(((b-x)/d).toFixed(9)),z=L.asin(((i-x)/d).toFixed(9));y=w>a?Q-y:y,z=w>h?Q-z:z,0>y&&(y=2*Q+y),0>z&&(z=2*Q+z),g&&y>z&&(y-=2*Q),!g&&z>y&&(z-=2*Q)}var A=z-y;if(O(A)>l){var B=z,D=h,E=i;z=y+l*(g&&z>y?1:-1),h=w+c*L.cos(z),i=x+d*L.sin(z),n=Fb(h,i,c,d,e,0,g,D,E,[z,B,w,x])}A=z-y;var F=L.cos(y),G=L.sin(y),I=L.cos(z),J=L.sin(z),K=L.tan(A/4),M=4/3*c*K,N=4/3*d*K,P=[a,b],R=[a+M*G,b-N*F],S=[h+M*J,i-N*I],T=[h,i];if(R[0]=2*P[0]-R[0],R[1]=2*P[1]-R[1],j)return[R,S,T][C](n);n=[R,S,T][C](n).join()[H](",");for(var U=[],V=0,W=n.length;W>V;V++)U[V]=V%2?p(n[V-1],n[V],m).y:p(n[V],n[V+1],m).x;return U},Gb=function(a,b,c,d,e,f,g,h,i){var j=1-i;return{x:P(j,3)*a+3*P(j,2)*i*c+3*j*i*i*e+P(i,3)*g,y:P(j,3)*b+3*P(j,2)*i*d+3*j*i*i*f+P(i,3)*h}},Hb=o(function(a,b,c,d,e,f,g,h){var i,j=e-2*c+a-(g-2*e+c),k=2*(c-a)-2*(e-c),l=a-c,m=(-k+L.sqrt(k*k-4*j*l))/2/j,n=(-k-L.sqrt(k*k-4*j*l))/2/j,o=[b,h],p=[a,g];return O(m)>"1e12"&&(m=.5),O(n)>"1e12"&&(n=.5),m>0&&1>m&&(i=Gb(a,b,c,d,e,f,g,h,m),p.push(i.x),o.push(i.y)),n>0&&1>n&&(i=Gb(a,b,c,d,e,f,g,h,n),p.push(i.x),o.push(i.y)),j=f-2*d+b-(h-2*f+d),k=2*(d-b)-2*(f-d),l=b-d,m=(-k+L.sqrt(k*k-4*j*l))/2/j,n=(-k-L.sqrt(k*k-4*j*l))/2/j,O(m)>"1e12"&&(m=.5),O(n)>"1e12"&&(n=.5),m>0&&1>m&&(i=Gb(a,b,c,d,e,f,g,h,m),p.push(i.x),o.push(i.y)),n>0&&1>n&&(i=Gb(a,b,c,d,e,f,g,h,n),p.push(i.x),o.push(i.y)),{min:{x:N[B](0,p),y:N[B](0,o)},max:{x:M[B](0,p),y:M[B](0,o)}}}),Ib=r._path2curve=o(function(a,b){var c=!b&&yb(a);if(!b&&c.curve)return Ab(c.curve);for(var d=Cb(a),e=b&&Cb(b),f={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},g={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},h=(function(a,b){var c,d;if(!a)return["C",b.x,b.y,b.x,b.y,b.x,b.y];switch(!(a[0]in{T:1,Q:1})&&(b.qx=b.qy=null),a[0]){case"M":b.X=a[1],b.Y=a[2];break;case"A":a=["C"][C](Fb[B](0,[b.x,b.y][C](a.slice(1))));break;case"S":c=b.x+(b.x-(b.bx||b.x)),d=b.y+(b.y-(b.by||b.y)),a=["C",c,d][C](a.slice(1));break;case"T":b.qx=b.x+(b.x-(b.qx||b.x)),b.qy=b.y+(b.y-(b.qy||b.y)),a=["C"][C](Eb(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case"Q":b.qx=a[1],b.qy=a[2],a=["C"][C](Eb(b.x,b.y,a[1],a[2],a[3],a[4]));break;case"L":a=["C"][C](Db(b.x,b.y,a[1],a[2]));break;case"H":a=["C"][C](Db(b.x,b.y,a[1],b.y));break;case"V":a=["C"][C](Db(b.x,b.y,b.x,a[1]));break;case"Z":a=["C"][C](Db(b.x,b.y,b.X,b.Y))}return a}),i=function(a,b){if(a[b].length>7){a[b].shift();for(var c=a[b];c.length;)a.splice(b++,0,["C"][C](c.splice(0,6)));a.splice(b,1),l=M(d.length,e&&e.length||0)}},j=function(a,b,c,f,g){a&&b&&"M"==a[g][0]&&"M"!=b[g][0]&&(b.splice(g,0,["M",f.x,f.y]),c.bx=0,c.by=0,c.x=a[g][1],c.y=a[g][2],l=M(d.length,e&&e.length||0))},k=0,l=M(d.length,e&&e.length||0);l>k;k++){d[k]=h(d[k],f),i(d,k),e&&(e[k]=h(e[k],g)),e&&i(e,k),j(d,e,f,g,k),j(e,d,g,f,k);var m=d[k],n=e&&e[k],o=m.length,p=e&&n.length;f.x=m[o-2],f.y=m[o-1],f.bx=Z(m[o-4])||f.x,f.by=Z(m[o-3])||f.y,g.bx=e&&(Z(n[p-4])||g.x),g.by=e&&(Z(n[p-3])||g.y),g.x=e&&n[p-2],g.y=e&&n[p-1]}return e||(c.curve=Ab(d)),e?[d,e]:d},null,Ab),Jb=(r._parseDots=o(function(a){for(var b=[],c=0,d=a.length;d>c;c++){var e={},f=a[c].match(/^([^:]*):?([\d\.]*)/);if(e.color=r.getRGB(f[1]),e.color.error)return null;e.color=e.color.hex,f[2]&&(e.offset=f[2]+"%"),b.push(e)}for(c=1,d=b.length-1;d>c;c++)if(!b[c].offset){for(var g=Z(b[c-1].offset||0),h=0,i=c+1;d>i;i++)if(b[i].offset){h=b[i].offset;break}h||(h=100,i=d),h=Z(h);for(var j=(h-g)/(i-c+1);i>c;c++)g+=j,b[c].offset=g+"%"}return b}),r._tear=function(a,b){a==b.top&&(b.top=a.prev),a==b.bottom&&(b.bottom=a.next),a.next&&(a.next.prev=a.prev),a.prev&&(a.prev.next=a.next)}),Kb=(r._tofront=function(a,b){b.top!==a&&(Jb(a,b),a.next=null,a.prev=b.top,b.top.next=a,b.top=a)},r._toback=function(a,b){b.bottom!==a&&(Jb(a,b),a.next=b.bottom,a.prev=null,b.bottom.prev=a,b.bottom=a)},r._insertafter=function(a,b,c){Jb(a,c),b==c.top&&(c.top=a),b.next&&(b.next.prev=a),a.next=b.next,a.prev=b,b.next=a},r._insertbefore=function(a,b,c){Jb(a,c),b==c.bottom&&(c.bottom=a),b.prev&&(b.prev.next=a),a.prev=b.prev,b.prev=a,a.next=b},r.toMatrix=function(a,b){var c=zb(a),d={_:{transform:E},getBBox:function(){return c}};return Lb(d,b),d.matrix}),Lb=(r.transformPath=function(a,b){return pb(a,Kb(a,b))},r._extractTransform=function(a,b){if(null==b)return a._.transform;b=G(b).replace(/\.{3}|\u2026/g,a._.transform||E);var c=r.parseTransformString(b),d=0,e=0,g=0,h=1,i=1,j=a._,k=new f;if(j.transform=c||[],c)for(var l=0,m=c.length;m>l;l++){var n,o,p,q,s,t=c[l],u=t.length,v=G(t[0]).toLowerCase(),w=t[0]!=v,x=w?k.invert():0;"t"==v&&3==u?w?(n=x.x(0,0),o=x.y(0,0),p=x.x(t[1],t[2]),q=x.y(t[1],t[2]),k.translate(p-n,q-o)):k.translate(t[1],t[2]):"r"==v?2==u?(s=s||a.getBBox(1),k.rotate(t[1],s.x+s.width/2,s.y+s.height/2),d+=t[1]):4==u&&(w?(p=x.x(t[2],t[3]),q=x.y(t[2],t[3]),k.rotate(t[1],p,q)):k.rotate(t[1],t[2],t[3]),d+=t[1]):"s"==v?2==u||3==u?(s=s||a.getBBox(1),k.scale(t[1],t[u-1],s.x+s.width/2,s.y+s.height/2),h*=t[1],i*=t[u-1]):5==u&&(w?(p=x.x(t[3],t[4]),q=x.y(t[3],t[4]),k.scale(t[1],t[2],p,q)):k.scale(t[1],t[2],t[3],t[4]),h*=t[1],i*=t[2]):"m"==v&&7==u&&k.add(t[1],t[2],t[3],t[4],t[5],t[6]),j.dirtyT=1,a.matrix=k}a.matrix=k,j.sx=h,j.sy=i,j.deg=d,j.dx=e=k.e,j.dy=g=k.f,1==h&&1==i&&!d&&j.bbox?(j.bbox.x+=+e,j.bbox.y+=+g):j.dirtyT=1}),Mb=function(a){var b=a[0];switch(b.toLowerCase()){case"t":return[b,0,0];case"m":return[b,1,0,0,1,0,0];case"r":return 4==a.length?[b,0,a[2],a[3]]:[b,0];case"s":return 5==a.length?[b,1,1,a[3],a[4]]:3==a.length?[b,1,1]:[b,1]}},Nb=r._equaliseTransform=function(a,b){b=G(b).replace(/\.{3}|\u2026/g,a),a=r.parseTransformString(a)||[],b=r.parseTransformString(b)||[];for(var c,d,e,f,g=M(a.length,b.length),h=[],i=[],j=0;g>j;j++){if(e=a[j]||Mb(b[j]),f=b[j]||Mb(e),e[0]!=f[0]||"r"==e[0].toLowerCase()&&(e[2]!=f[2]||e[3]!=f[3])||"s"==e[0].toLowerCase()&&(e[3]!=f[3]||e[4]!=f[4]))return;for(h[j]=[],i[j]=[],c=0,d=M(e.length,f.length);d>c;c++)c in e&&(h[j][c]=e[c]),c in f&&(i[j][c]=f[c])}return{from:h,to:i}};r._getContainer=function(a,b,c,d){var e;return e=null!=d||r.is(a,"object")?a:y.doc.getElementById(a),null!=e?e.tagName?null==b?{container:e,width:e.style.pixelWidth||e.offsetWidth,height:e.style.pixelHeight||e.offsetHeight}:{container:e,width:b,height:c}:{container:1,x:a,y:b,width:c,height:d}:void 0},r.pathToRelative=Bb,r._engine={},r.path2curve=Ib,r.matrix=function(a,b,c,d,e,g){return new f(a,b,c,d,e,g)},function(a){function b(a){var b=L.sqrt(c(a));a[0]&&(a[0]/=b),a[1]&&(a[1]/=b)}function c(a){return a[0]*a[0]+a[1]*a[1]}a.add=function(a,b,c,d,e,g){var h,i,j,k,l=[[],[],[]],m=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],n=[[a,c,e],[b,d,g],[0,0,1]];for(a&&a instanceof f&&(n=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1]]),h=0;3>h;h++)for(i=0;3>i;i++){for(k=0,j=0;3>j;j++)k+=m[h][j]*n[j][i];l[h][i]=k}this.a=l[0][0],this.b=l[1][0],this.c=l[0][1],this.d=l[1][1],this.e=l[0][2],this.f=l[1][2]},a.invert=function(){var a=this,b=a.a*a.d-a.b*a.c;return new f(a.d/b,-a.b/b,-a.c/b,a.a/b,(a.c*a.f-a.d*a.e)/b,(a.b*a.e-a.a*a.f)/b)},a.clone=function(){return new f(this.a,this.b,this.c,this.d,this.e,this.f)},a.translate=function(a,b){this.add(1,0,0,1,a,b)},a.scale=function(a,b,c,d){null==b&&(b=a),(c||d)&&this.add(1,0,0,1,c,d),this.add(a,0,0,b,0,0),(c||d)&&this.add(1,0,0,1,-c,-d)},a.rotate=function(a,b,c){a=r.rad(a),b=b||0,c=c||0;var d=+L.cos(a).toFixed(9),e=+L.sin(a).toFixed(9);this.add(d,e,-e,d,b,c),this.add(1,0,0,1,-b,-c)},a.x=function(a,b){return a*this.a+b*this.c+this.e},a.y=function(a,b){return a*this.b+b*this.d+this.f},a.get=function(a){return+this[G.fromCharCode(97+a)].toFixed(4)},a.toString=function(){return r.svg?"matrix("+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+")":[this.get(0),this.get(2),this.get(1),this.get(3),0,0].join()},a.toFilter=function(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.get(0)+", M12="+this.get(2)+", M21="+this.get(1)+", M22="+this.get(3)+", Dx="+this.get(4)+", Dy="+this.get(5)+", sizingmethod='auto expand')"},a.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]},a.split=function(){var a={};a.dx=this.e,a.dy=this.f;var d=[[this.a,this.c],[this.b,this.d]];a.scalex=L.sqrt(c(d[0])),b(d[0]),a.shear=d[0][0]*d[1][0]+d[0][1]*d[1][1],d[1]=[d[1][0]-d[0][0]*a.shear,d[1][1]-d[0][1]*a.shear],a.scaley=L.sqrt(c(d[1])),b(d[1]),a.shear/=a.scaley;var e=-d[0][1],f=d[1][1];return 0>f?(a.rotate=r.deg(L.acos(f)),0>e&&(a.rotate=360-a.rotate)):a.rotate=r.deg(L.asin(e)),a.isSimple=!(+a.shear.toFixed(9)||a.scalex.toFixed(9)!=a.scaley.toFixed(9)&&a.rotate),a.isSuperSimple=!+a.shear.toFixed(9)&&a.scalex.toFixed(9)==a.scaley.toFixed(9)&&!a.rotate,a.noRotation=!+a.shear.toFixed(9)&&!a.rotate,a},a.toTransformString=function(a){var b=a||this[H]();return b.isSimple?(b.scalex=+b.scalex.toFixed(4),b.scaley=+b.scaley.toFixed(4),b.rotate=+b.rotate.toFixed(4),(b.dx||b.dy?"t"+[b.dx,b.dy]:E)+(1!=b.scalex||1!=b.scaley?"s"+[b.scalex,b.scaley,0,0]:E)+(b.rotate?"r"+[b.rotate,0,0]:E)):"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]}}(f.prototype);var Ob=navigator.userAgent.match(/Version\/(.*?)\s/)||navigator.userAgent.match(/Chrome\/(\d+)/);t.safari="Apple Computer, Inc."==navigator.vendor&&(Ob&&Ob[1]<4||"iP"==navigator.platform.slice(0,2))||"Google Inc."==navigator.vendor&&Ob&&Ob[1]<8?function(){var a=this.rect(-99,-99,this.width+99,this.height+99).attr({stroke:"none"});setTimeout(function(){a.remove()})}:kb;for(var Pb=function(){this.returnValue=!1},Qb=function(){return this.originalEvent.preventDefault()},Rb=function(){this.cancelBubble=!0},Sb=function(){return this.originalEvent.stopPropagation()},Tb=function(){return y.doc.addEventListener?function(a,b,c,d){var e=D&&J[b]?J[b]:b,f=function(e){var f=y.doc.documentElement.scrollTop||y.doc.body.scrollTop,g=y.doc.documentElement.scrollLeft||y.doc.body.scrollLeft,h=e.clientX+g,i=e.clientY+f;if(D&&J[x](b))for(var j=0,k=e.targetTouches&&e.targetTouches.length;k>j;j++)if(e.targetTouches[j].target==a){var l=e;e=e.targetTouches[j],e.originalEvent=l,e.preventDefault=Qb,e.stopPropagation=Sb;break}return c.call(d,e,h,i)};return a.addEventListener(e,f,!1),function(){return a.removeEventListener(e,f,!1),!0}}:y.doc.attachEvent?function(a,b,c,d){var e=function(a){a=a||y.win.event;var b=y.doc.documentElement.scrollTop||y.doc.body.scrollTop,e=y.doc.documentElement.scrollLeft||y.doc.body.scrollLeft,f=a.clientX+e,g=a.clientY+b;return a.preventDefault=a.preventDefault||Pb,a.stopPropagation=a.stopPropagation||Rb,c.call(d,a,f,g)};a.attachEvent("on"+b,e);var f=function(){return a.detachEvent("on"+b,e),!0};return f}:void 0}(),Ub=[],Vb=function(a){for(var b,c=a.clientX,d=a.clientY,e=y.doc.documentElement.scrollTop||y.doc.body.scrollTop,f=y.doc.documentElement.scrollLeft||y.doc.body.scrollLeft,g=Ub.length;g--;){if(b=Ub[g],D){for(var h,i=a.touches.length;i--;)if(h=a.touches[i],h.identifier==b.el._drag.id){c=h.clientX,d=h.clientY,(a.originalEvent?a.originalEvent:a).preventDefault();break}}else a.preventDefault();var j,k=b.el.node,l=k.nextSibling,m=k.parentNode,n=k.style.display;y.win.opera&&m.removeChild(k),k.style.display="none",j=b.el.paper.getElementByPoint(c,d),k.style.display=n,y.win.opera&&(l?m.insertBefore(k,l):m.appendChild(k)),j&&eve("raphael.drag.over."+b.el.id,b.el,j),c+=f,d+=e,eve("raphael.drag.move."+b.el.id,b.move_scope||b.el,c-b.el._drag.x,d-b.el._drag.y,c,d,a)}},Wb=function(a){r.unmousemove(Vb).unmouseup(Wb);for(var b,c=Ub.length;c--;)b=Ub[c],b.el._drag={},eve("raphael.drag.end."+b.el.id,b.end_scope||b.start_scope||b.move_scope||b.el,a);Ub=[]},Xb=r.el={},Yb=I.length;Yb--;)(function(a){r[a]=Xb[a]=function(b,c){return r.is(b,"function")&&(this.events=this.events||[],this.events.push({name:a,f:b,unbind:Tb(this.shape||this.node||y.doc,a,b,c||this)})),this},r["un"+a]=Xb["un"+a]=function(b){for(var c=this.events||[],d=c.length;d--;)if(c[d].name==a&&c[d].f==b)return c[d].unbind(),c.splice(d,1),!c.length&&delete this.events,this;return this}})(I[Yb]);Xb.data=function(a,b){var c=ib[this.id]=ib[this.id]||{};if(1==arguments.length){if(r.is(a,"object")){for(var d in a)a[x](d)&&this.data(d,a[d]);return this}return eve("raphael.data.get."+this.id,this,c[a],a),c[a]}return c[a]=b,eve("raphael.data.set."+this.id,this,b,a),this},Xb.removeData=function(a){return null==a?ib[this.id]={}:ib[this.id]&&delete ib[this.id][a],this},Xb.hover=function(a,b,c,d){return this.mouseover(a,c).mouseout(b,d||c)},Xb.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)};var Zb=[];Xb.drag=function(a,b,c,d,e,f){function g(g){(g.originalEvent||g).preventDefault();var h=y.doc.documentElement.scrollTop||y.doc.body.scrollTop,i=y.doc.documentElement.scrollLeft||y.doc.body.scrollLeft;this._drag.x=g.clientX+i,this._drag.y=g.clientY+h,this._drag.id=g.identifier,!Ub.length&&r.mousemove(Vb).mouseup(Wb),Ub.push({el:this,move_scope:d,start_scope:e,end_scope:f}),b&&eve.on("raphael.drag.start."+this.id,b),a&&eve.on("raphael.drag.move."+this.id,a),c&&eve.on("raphael.drag.end."+this.id,c),eve("raphael.drag.start."+this.id,e||d||this,g.clientX+i,g.clientY+h,g)}return this._drag={},Zb.push({el:this,start:g}),this.mousedown(g),this},Xb.onDragOver=function(a){a?eve.on("raphael.drag.over."+this.id,a):eve.unbind("raphael.drag.over."+this.id)},Xb.undrag=function(){for(var a=Zb.length;a--;)Zb[a].el==this&&(this.unmousedown(Zb[a].start),Zb.splice(a,1),eve.unbind("raphael.drag.*."+this.id)); +!Zb.length&&r.unmousemove(Vb).unmouseup(Wb)},t.circle=function(a,b,c){var d=r._engine.circle(this,a||0,b||0,c||0);return this.__set__&&this.__set__.push(d),d},t.rect=function(a,b,c,d,e){var f=r._engine.rect(this,a||0,b||0,c||0,d||0,e||0);return this.__set__&&this.__set__.push(f),f},t.ellipse=function(a,b,c,d){var e=r._engine.ellipse(this,a||0,b||0,c||0,d||0);return this.__set__&&this.__set__.push(e),e},t.path=function(a){a&&!r.is(a,S)&&!r.is(a[0],T)&&(a+=E);var b=r._engine.path(r.format[B](r,arguments),this);return this.__set__&&this.__set__.push(b),b},t.image=function(a,b,c,d,e){var f=r._engine.image(this,a||"about:blank",b||0,c||0,d||0,e||0);return this.__set__&&this.__set__.push(f),f},t.text=function(a,b,c){var d=r._engine.text(this,a||0,b||0,G(c));return this.__set__&&this.__set__.push(d),d},t.set=function(a){!r.is(a,"array")&&(a=Array.prototype.splice.call(arguments,0,arguments.length));var b=new jc(a);return this.__set__&&this.__set__.push(b),b},t.setStart=function(a){this.__set__=a||this.set()},t.setFinish=function(){var a=this.__set__;return delete this.__set__,a},t.setSize=function(a,b){return r._engine.setSize.call(this,a,b)},t.setViewBox=function(a,b,c,d,e){return r._engine.setViewBox.call(this,a,b,c,d,e)},t.top=t.bottom=null,t.raphael=r;var $b=function(a){var b=a.getBoundingClientRect(),c=a.ownerDocument,d=c.body,e=c.documentElement,f=e.clientTop||d.clientTop||0,g=e.clientLeft||d.clientLeft||0,h=b.top+(y.win.pageYOffset||e.scrollTop||d.scrollTop)-f,i=b.left+(y.win.pageXOffset||e.scrollLeft||d.scrollLeft)-g;return{y:h,x:i}};t.getElementByPoint=function(a,b){var c=this,d=c.canvas,e=y.doc.elementFromPoint(a,b);if(y.win.opera&&"svg"==e.tagName){var f=$b(d),g=d.createSVGRect();g.x=a-f.x,g.y=b-f.y,g.width=g.height=1;var h=d.getIntersectionList(g,null);h.length&&(e=h[h.length-1])}if(!e)return null;for(;e.parentNode&&e!=d.parentNode&&!e.raphael;)e=e.parentNode;return e==c.canvas.parentNode&&(e=d),e=e&&e.raphael?c.getById(e.raphaelid):null},t.getById=function(a){for(var b=this.bottom;b;){if(b.id==a)return b;b=b.next}return null},t.forEach=function(a,b){for(var c=this.bottom;c;){if(a.call(b,c)===!1)return this;c=c.next}return this},t.getElementsByPoint=function(a,b){var c=this.set();return this.forEach(function(d){d.isPointInside(a,b)&&c.push(d)}),c},Xb.isPointInside=function(a,b){var c=this.realPath=this.realPath||ob[this.type](this);return r.isPointInsidePath(c,a,b)},Xb.getBBox=function(a){if(this.removed)return{};var b=this._;return a?((b.dirty||!b.bboxwt)&&(this.realPath=ob[this.type](this),b.bboxwt=zb(this.realPath),b.bboxwt.toString=e,b.dirty=0),b.bboxwt):((b.dirty||b.dirtyT||!b.bbox)&&((b.dirty||!this.realPath)&&(b.bboxwt=0,this.realPath=ob[this.type](this)),b.bbox=zb(pb(this.realPath,this.matrix)),b.bbox.toString=e,b.dirty=b.dirtyT=0),b.bbox)},Xb.clone=function(){if(this.removed)return null;var a=this.paper[this.type]().attr(this.attr());return this.__set__&&this.__set__.push(a),a},Xb.glow=function(a){if("text"==this.type)return null;a=a||{};var b={width:(a.width||10)+(+this.attr("stroke-width")||1),fill:a.fill||!1,opacity:a.opacity||.5,offsetx:a.offsetx||0,offsety:a.offsety||0,color:a.color||"#000"},c=b.width/2,d=this.paper,e=d.set(),f=this.realPath||ob[this.type](this);f=this.matrix?pb(f,this.matrix):f;for(var g=1;c+1>g;g++)e.push(d.path(f).attr({stroke:b.color,fill:b.fill?b.color:"none","stroke-linejoin":"round","stroke-linecap":"round","stroke-width":+(b.width/c*g).toFixed(3),opacity:+(b.opacity/c).toFixed(3)}));return e.insertBefore(this).translate(b.offsetx,b.offsety)};var _b=function(a,b,c,d,e,f,g,h,i){return null==i?k(a,b,c,d,e,f,g,h):r.findDotsAtSegment(a,b,c,d,e,f,g,h,j(a,b,c,d,e,f,g,h,i))},ac=function(a,b){return function(c,d,e){c=Ib(c);for(var f,g,h,i,j,k="",l={},m=0,n=0,o=c.length;o>n;n++){if(h=c[n],"M"==h[0])f=+h[1],g=+h[2];else{if(i=_b(f,g,h[1],h[2],h[3],h[4],h[5],h[6]),m+i>d){if(b&&!l.start){if(j=_b(f,g,h[1],h[2],h[3],h[4],h[5],h[6],d-m),k+=["C"+j.start.x,j.start.y,j.m.x,j.m.y,j.x,j.y],e)return k;l.start=k,k=["M"+j.x,j.y+"C"+j.n.x,j.n.y,j.end.x,j.end.y,h[5],h[6]].join(),m+=i,f=+h[5],g=+h[6];continue}if(!a&&!b)return j=_b(f,g,h[1],h[2],h[3],h[4],h[5],h[6],d-m),{x:j.x,y:j.y,alpha:j.alpha}}m+=i,f=+h[5],g=+h[6]}k+=h.shift()+h}return l.end=k,j=a?m:b?l:r.findDotsAtSegment(f,g,h[0],h[1],h[2],h[3],h[4],h[5],1),j.alpha&&(j={x:j.x,y:j.y,alpha:j.alpha}),j}},bc=ac(1),cc=ac(),dc=ac(0,1);r.getTotalLength=bc,r.getPointAtLength=cc,r.getSubpath=function(a,b,c){if(this.getTotalLength(a)-c<1e-6)return dc(a,b).end;var d=dc(a,c,1);return b?dc(d,b).end:d},Xb.getTotalLength=function(){return"path"==this.type?this.node.getTotalLength?this.node.getTotalLength():bc(this.attrs.path):void 0},Xb.getPointAtLength=function(a){return"path"==this.type?cc(this.attrs.path,a):void 0},Xb.getSubpath=function(a,b){return"path"==this.type?r.getSubpath(this.attrs.path,a,b):void 0};var ec=r.easing_formulas={linear:function(a){return a},"<":function(a){return P(a,1.7)},">":function(a){return P(a,.48)},"<>":function(a){var b=.48-a/1.04,c=L.sqrt(.1734+b*b),d=c-b,e=P(O(d),1/3)*(0>d?-1:1),f=-c-b,g=P(O(f),1/3)*(0>f?-1:1),h=e+g+.5;return 3*(1-h)*h*h+h*h*h},backIn:function(a){var b=1.70158;return a*a*((b+1)*a-b)},backOut:function(a){a-=1;var b=1.70158;return a*a*((b+1)*a+b)+1},elastic:function(a){return a==!!a?a:P(2,-10*a)*L.sin(2*(a-.075)*Q/.3)+1},bounce:function(a){var b,c=7.5625,d=2.75;return 1/d>a?b=c*a*a:2/d>a?(a-=1.5/d,b=c*a*a+.75):2.5/d>a?(a-=2.25/d,b=c*a*a+.9375):(a-=2.625/d,b=c*a*a+.984375),b}};ec.easeIn=ec["ease-in"]=ec["<"],ec.easeOut=ec["ease-out"]=ec[">"],ec.easeInOut=ec["ease-in-out"]=ec["<>"],ec["back-in"]=ec.backIn,ec["back-out"]=ec.backOut;var fc=[],gc=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(a){setTimeout(a,16)},hc=function(){for(var a=+new Date,c=0;cg))if(h>g){var p=i(g/h);for(var q in j)if(j[x](q)){switch(bb[q]){case R:e=+j[q]+p*h*k[q];break;case"colour":e="rgb("+[ic(Y(j[q].r+p*h*k[q].r)),ic(Y(j[q].g+p*h*k[q].g)),ic(Y(j[q].b+p*h*k[q].b))].join(",")+")";break;case"path":e=[];for(var s=0,t=j[q].length;t>s;s++){e[s]=[j[q][s][0]];for(var u=1,v=j[q][s].length;v>u;u++)e[s][u]=+j[q][s][u]+p*h*k[q][s][u];e[s]=e[s].join(F)}e=e.join(F);break;case"transform":if(k[q].real)for(e=[],s=0,t=j[q].length;t>s;s++)for(e[s]=[j[q][s][0]],u=1,v=j[q][s].length;v>u;u++)e[s][u]=j[q][s][u]+p*h*k[q][s][u];else{var w=function(a){return+j[q][a]+p*h*k[q][a]};e=[["m",w(0),w(1),w(2),w(3),w(4),w(5)]]}break;case"csv":if("clip-rect"==q)for(e=[],s=4;s--;)e[s]=+j[q][s]+p*h*k[q][s];break;default:var y=[][C](j[q]);for(e=[],s=m.paper.customAttributes[q].length;s--;)e[s]=+y[s]+p*h*k[q][s]}n[q]=e}m.attr(n),function(a,b,c){setTimeout(function(){eve("raphael.anim.frame."+a,b,c)})}(m.id,m,d.anim)}else{if(function(a,b,c){setTimeout(function(){eve("raphael.anim.frame."+b.id,b,c),eve("raphael.anim.finish."+b.id,b,c),r.is(a,"function")&&a.call(b)})}(d.callback,m,d.anim),m.attr(l),fc.splice(c--,1),d.repeat>1&&!d.next){for(f in l)l[x](f)&&(o[f]=d.totalOrigin[f]);d.el.attr(o),b(d.anim,d.el,d.anim.percents[0],null,d.totalOrigin,d.repeat-1)}d.next&&!d.stop&&b(d.anim,d.el,d.next,null,d.totalOrigin,d.repeat)}}}r.svg&&m&&m.paper&&m.paper.safari(),fc.length&&gc(hc)},ic=function(a){return a>255?255:0>a?0:a};Xb.animateWith=function(a,d,e,f,g,h){var i=this;if(i.removed)return h&&h.call(i),i;var j=e instanceof c?e:r.animation(e,f,g,h);b(j,i,j.percents[0],null,i.attr());for(var k=0,l=fc.length;l>k;k++)if(fc[k].anim==d&&fc[k].el==a){fc[l-1].start=fc[k].start;break}return i},Xb.onAnimation=function(a){return a?eve.on("raphael.anim.frame."+this.id,a):eve.unbind("raphael.anim.frame."+this.id),this},c.prototype.delay=function(a){var b=new c(this.anim,this.ms);return b.times=this.times,b.del=+a||0,b},c.prototype.repeat=function(a){var b=new c(this.anim,this.ms);return b.del=this.del,b.times=L.floor(M(a,0))||1,b},r.animation=function(a,b,d,e){if(a instanceof c)return a;(r.is(d,"function")||!d)&&(e=e||d||null,d=null),a=Object(a),b=+b||0;var f,g,h={};for(g in a)a[x](g)&&Z(g)!=g&&Z(g)+"%"!=g&&(f=!0,h[g]=a[g]);return f?(d&&(h.easing=d),e&&(h.callback=e),new c({100:h},b)):new c(a,b)},Xb.animate=function(a,d,e,f){var g=this;if(g.removed)return f&&f.call(g),g;var h=a instanceof c?a:r.animation(a,d,e,f);return b(h,g,h.percents[0],null,g.attr()),g},Xb.setTime=function(a,b){return a&&null!=b&&this.status(a,N(b,a.ms)/a.ms),this},Xb.status=function(a,c){var d,e,f=[],g=0;if(null!=c)return b(a,this,-1,N(c,1)),this;for(d=fc.length;d>g;g++)if(e=fc[g],e.el.id==this.id&&(!a||e.anim==a)){if(a)return e.status;f.push({anim:e.anim,status:e.status})}return a?0:f},Xb.pause=function(a){for(var b=0;bb;b++)a[b]&&(a[b].constructor==Xb.constructor||a[b].constructor==jc)&&(this[this.items.length]=this.items[this.items.length]=a[b],this.length++)},kc=jc.prototype;kc.push=function(){for(var a,b,c=0,d=arguments.length;d>c;c++)a=arguments[c],a&&(a.constructor==Xb.constructor||a.constructor==jc)&&(b=this.items.length,this[b]=this.items[b]=a,this.length++);return this},kc.pop=function(){return this.length&&delete this[this.length--],this.items.pop()},kc.forEach=function(a,b){for(var c=0,d=this.items.length;d>c;c++)if(a.call(b,this.items[c],c)===!1)return this;return this};for(var lc in Xb)Xb[x](lc)&&(kc[lc]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a][B](c,b)})}}(lc));kc.attr=function(a,b){if(a&&r.is(a,T)&&r.is(a[0],"object"))for(var c=0,d=a.length;d>c;c++)this.items[c].attr(a[c]);else for(var e=0,f=this.items.length;f>e;e++)this.items[e].attr(a,b);return this},kc.clear=function(){for(;this.length;)this.pop()},kc.splice=function(a,b){a=0>a?M(this.length+a,0):a,b=M(0,N(this.length-a,b));var c,d=[],e=[],f=[];for(c=2;cc;c++)e.push(this[a+c]);for(;cc?f[c]:d[c-g];for(c=this.items.length=this.length-=b-g;this[c];)delete this[c++];return new jc(e)},kc.exclude=function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]==a)return this.splice(b,1),!0},kc.animate=function(a,b,c,d){(r.is(c,"function")||!c)&&(d=c||null);var e,f,g=this.items.length,h=g,i=this;if(!g)return this;d&&(f=function(){!--g&&d.call(i)}),c=r.is(c,S)?c:f;var j=r.animation(a,b,c,f);for(e=this.items[--h].animate(j);h--;)this.items[h]&&!this.items[h].removed&&this.items[h].animateWith(e,j,j);return this},kc.insertAfter=function(a){for(var b=this.items.length;b--;)this.items[b].insertAfter(a);return this},kc.getBBox=function(){for(var a=[],b=[],c=[],d=[],e=this.items.length;e--;)if(!this.items[e].removed){var f=this.items[e].getBBox();a.push(f.x),b.push(f.y),c.push(f.x+f.width),d.push(f.y+f.height)}return a=N[B](0,a),b=N[B](0,b),c=M[B](0,c),d=M[B](0,d),{x:a,y:b,x2:c,y2:d,width:c-a,height:d-b}},kc.clone=function(a){a=new jc;for(var b=0,c=this.items.length;c>b;b++)a.push(this.items[b].clone());return a},kc.toString=function(){return"Rapha�l�s set"},r.registerFont=function(a){if(!a.face)return a;this.fonts=this.fonts||{};var b={w:a.w,face:{},glyphs:{}},c=a.face["font-family"];for(var d in a.face)a.face[x](d)&&(b.face[d]=a.face[d]);if(this.fonts[c]?this.fonts[c].push(b):this.fonts[c]=[b],!a.svg){b.face["units-per-em"]=$(a.face["units-per-em"],10);for(var e in a.glyphs)if(a.glyphs[x](e)){var f=a.glyphs[e];if(b.glyphs[e]={w:f.w,k:{},d:f.d&&"M"+f.d.replace(/[mlcxtrv]/g,function(a){return{l:"L",c:"C",x:"z",t:"m",r:"l",v:"c"}[a]||"M"})+"z"},f.k)for(var g in f.k)f[x](g)&&(b.glyphs[e].k[g]=f.k[g])}}return a},t.getFont=function(a,b,c,d){if(d=d||"normal",c=c||"normal",b=+b||{normal:400,bold:700,lighter:300,bolder:800}[b]||400,r.fonts){var e=r.fonts[a];if(!e){var f=new RegExp("(^|\\s)"+a.replace(/[^\w\d\s+!~.:_-]/g,E)+"(\\s|$)","i");for(var g in r.fonts)if(r.fonts[x](g)&&f.test(g)){e=r.fonts[g];break}}var h;if(e)for(var i=0,j=e.length;j>i&&(h=e[i],h.face["font-weight"]!=b||h.face["font-style"]!=c&&h.face["font-style"]||h.face["font-stretch"]!=d);i++);return h}},t.print=function(a,b,c,d,e,f,g){f=f||"middle",g=M(N(g||0,1),-1);var h,i=G(c)[H](E),j=0,k=0,l=E;if(r.is(d,c)&&(d=this.getFont(d)),d){h=(e||16)/d.face["units-per-em"];for(var m=d.face.bbox[H](u),n=+m[0],o=m[3]-m[1],p=0,q=+m[1]+("baseline"==f?o+ +d.face.descent:o/2),s=0,t=i.length;t>s;s++){if("\n"==i[s])j=0,w=0,k=0,p+=o;else{var v=k&&d.glyphs[i[s-1]]||{},w=d.glyphs[i[s]];j+=k?(v.w||d.w)+(v.k&&v.k[i[s]]||0)+d.w*g:0,k=1}w&&w.d&&(l+=r.transformPath(w.d,["t",j*h,p*h,"s",h,h,n,q,"t",(a-n)/h,(b-q)/h]))}}return this.path(l).attr({fill:"#000",stroke:"none"})},t.add=function(a){if(r.is(a,"array"))for(var b,c=this.set(),d=0,e=a.length;e>d;d++)b=a[d]||{},v[x](b.type)&&c.push(this[b.type]().attr(b));return c},r.format=function(a,b){var c=r.is(b,T)?[0][C](b):arguments;return a&&r.is(a,S)&&c.length-1&&(a=a.replace(w,function(a,b){return null==c[++b]?E:c[b]})),a||E},r.fullfill=function(){var a=/\{([^\}]+)\}/g,b=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,c=function(a,c,d){var e=d;return c.replace(b,function(a,b,c,d,f){b=b||d,e&&(b in e&&(e=e[b]),"function"==typeof e&&f&&(e=e()))}),e=(null==e||e==d?a:e)+""};return function(b,d){return String(b).replace(a,function(a,b){return c(a,b,d)})}}(),r.ninja=function(){return z.was?y.win.Raphael=z.is:delete Raphael,r},r.st=kc,function(a,b,c){function d(){/in/.test(a.readyState)?setTimeout(d,9):r.eve("raphael.DOMload")}null==a.readyState&&a.addEventListener&&(a.addEventListener(b,c=function(){a.removeEventListener(b,c,!1),a.readyState="complete"},!1),a.readyState="loading"),d()}(document,"DOMContentLoaded"),z.was?y.win.Raphael=r:Raphael=r,eve.on("raphael.DOMload",function(){s=!0})}(),window.Raphael.svg&&function(a){var b="hasOwnProperty",c=String,d=parseFloat,e=parseInt,f=Math,g=f.max,h=f.abs,i=f.pow,j=/[, ]+/,k=a.eve,l="",m=" ",n="http://www.w3.org/1999/xlink",o={block:"M5,0 0,2.5 5,5z",classic:"M5,0 0,2.5 5,5 3.5,3 3.5,2z",diamond:"M2.5,0 5,2.5 2.5,5 0,2.5z",open:"M6,1 1,3.5 6,6",oval:"M2.5,0A2.5,2.5,0,0,1,2.5,5 2.5,2.5,0,0,1,2.5,0z"},p={};a.toString=function(){return"Your browser supports SVG.\nYou are running Rapha�l "+this.version};var q=function(d,e){if(e){"string"==typeof d&&(d=q(d));for(var f in e)e[b](f)&&("xlink:"==f.substring(0,6)?d.setAttributeNS(n,f.substring(6),c(e[f])):d.setAttribute(f,c(e[f])))}else d=a._g.doc.createElementNS("http://www.w3.org/2000/svg",d),d.style&&(d.style.webkitTapHighlightColor="rgba(0,0,0,0)");return d},r=function(b,e){var j="linear",k=b.id+e,m=.5,n=.5,o=b.node,p=b.paper,r=o.style,s=a._g.doc.getElementById(k);if(!s){if(e=c(e).replace(a._radial_gradient,function(a,b,c){if(j="radial",b&&c){m=d(b),n=d(c);var e=2*(n>.5)-1;i(m-.5,2)+i(n-.5,2)>.25&&(n=f.sqrt(.25-i(m-.5,2))*e+.5)&&.5!=n&&(n=n.toFixed(5)-1e-5*e)}return l}),e=e.split(/\s*\-\s*/),"linear"==j){var t=e.shift();if(t=-d(t),isNaN(t))return null;var u=[0,0,f.cos(a.rad(t)),f.sin(a.rad(t))],v=1/(g(h(u[2]),h(u[3]))||1);u[2]*=v,u[3]*=v,u[2]<0&&(u[0]=-u[2],u[2]=0),u[3]<0&&(u[1]=-u[3],u[3]=0)}var w=a._parseDots(e);if(!w)return null;if(k=k.replace(/[\(\)\s,\xb0#]/g,"_"),b.gradient&&k!=b.gradient.id&&(p.defs.removeChild(b.gradient),delete b.gradient),!b.gradient){s=q(j+"Gradient",{id:k}),b.gradient=s,q(s,"radial"==j?{fx:m,fy:n}:{x1:u[0],y1:u[1],x2:u[2],y2:u[3],gradientTransform:b.matrix.invert()}),p.defs.appendChild(s);for(var x=0,y=w.length;y>x;x++)s.appendChild(q("stop",{offset:w[x].offset?w[x].offset:x?"100%":"0%","stop-color":w[x].color||"#fff"}))}}return q(o,{fill:"url(#"+k+")",opacity:1,"fill-opacity":1}),r.fill=l,r.opacity=1,r.fillOpacity=1,1},s=function(a){var b=a.getBBox(1);q(a.pattern,{patternTransform:a.matrix.invert()+" translate("+b.x+","+b.y+")"})},t=function(d,e,f){if("path"==d.type){for(var g,h,i,j,k,m=c(e).toLowerCase().split("-"),n=d.paper,r=f?"end":"start",s=d.node,t=d.attrs,u=t["stroke-width"],v=m.length,w="classic",x=3,y=3,z=5;v--;)switch(m[v]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":w=m[v];break;case"wide":y=5;break;case"narrow":y=2;break;case"long":x=5;break;case"short":x=2}if("open"==w?(x+=2,y+=2,z+=2,i=1,j=f?4:1,k={fill:"none",stroke:t.stroke}):(j=i=x/2,k={fill:t.stroke,stroke:"none"}),d._.arrows?f?(d._.arrows.endPath&&p[d._.arrows.endPath]--,d._.arrows.endMarker&&p[d._.arrows.endMarker]--):(d._.arrows.startPath&&p[d._.arrows.startPath]--,d._.arrows.startMarker&&p[d._.arrows.startMarker]--):d._.arrows={},"none"!=w){var A="raphael-marker-"+w,B="raphael-marker-"+r+w+x+y;a._g.doc.getElementById(A)?p[A]++:(n.defs.appendChild(q(q("path"),{"stroke-linecap":"round",d:o[w],id:A})),p[A]=1);var C,D=a._g.doc.getElementById(B);D?(p[B]++,C=D.getElementsByTagName("use")[0]):(D=q(q("marker"),{id:B,markerHeight:y,markerWidth:x,orient:"auto",refX:j,refY:y/2}),C=q(q("use"),{"xlink:href":"#"+A,transform:(f?"rotate(180 "+x/2+" "+y/2+") ":l)+"scale("+x/z+","+y/z+")","stroke-width":(1/((x/z+y/z)/2)).toFixed(4)}),D.appendChild(C),n.defs.appendChild(D),p[B]=1),q(C,k);var E=i*("diamond"!=w&&"oval"!=w);f?(g=d._.arrows.startdx*u||0,h=a.getTotalLength(t.path)-E*u):(g=E*u,h=a.getTotalLength(t.path)-(d._.arrows.enddx*u||0)),k={},k["marker-"+r]="url(#"+B+")",(h||g)&&(k.d=Raphael.getSubpath(t.path,g,h)),q(s,k),d._.arrows[r+"Path"]=A,d._.arrows[r+"Marker"]=B,d._.arrows[r+"dx"]=E,d._.arrows[r+"Type"]=w,d._.arrows[r+"String"]=e}else f?(g=d._.arrows.startdx*u||0,h=a.getTotalLength(t.path)-g):(g=0,h=a.getTotalLength(t.path)-(d._.arrows.enddx*u||0)),d._.arrows[r+"Path"]&&q(s,{d:Raphael.getSubpath(t.path,g,h)}),delete d._.arrows[r+"Path"],delete d._.arrows[r+"Marker"],delete d._.arrows[r+"dx"],delete d._.arrows[r+"Type"],delete d._.arrows[r+"String"];for(k in p)if(p[b](k)&&!p[k]){var F=a._g.doc.getElementById(k);F&&F.parentNode.removeChild(F)}}},u={"":[0],none:[0],"-":[3,1],".":[1,1],"-.":[3,1,1,1],"-..":[3,1,1,1,1,1],". ":[1,3],"- ":[4,3],"--":[8,3],"- .":[4,3,1,3],"--.":[8,3,1,3],"--..":[8,3,1,3,1,3]},v=function(a,b,d){if(b=u[c(b).toLowerCase()]){for(var e=a.attrs["stroke-width"]||"1",f={round:e,square:e,butt:0}[a.attrs["stroke-linecap"]||d["stroke-linecap"]]||0,g=[],h=b.length;h--;)g[h]=b[h]*e+(h%2?1:-1)*f;q(a.node,{"stroke-dasharray":g.join(",")})}},w=function(d,f){var i=d.node,k=d.attrs,m=i.style.visibility;i.style.visibility="hidden";for(var o in f)if(f[b](o)){if(!a._availableAttrs[b](o))continue;var p=f[o];switch(k[o]=p,o){case"blur":d.blur(p);break;case"href":case"title":case"target":var u=i.parentNode;if("a"!=u.tagName.toLowerCase()){var w=q("a");u.insertBefore(w,i),w.appendChild(i),u=w}"target"==o?u.setAttributeNS(n,"show","blank"==p?"new":p):u.setAttributeNS(n,o,p);break;case"cursor":i.style.cursor=p;break;case"transform":d.transform(p);break;case"arrow-start":t(d,p);break;case"arrow-end":t(d,p,1);break;case"clip-rect":var x=c(p).split(j);if(4==x.length){d.clip&&d.clip.parentNode.parentNode.removeChild(d.clip.parentNode);var z=q("clipPath"),A=q("rect");z.id=a.createUUID(),q(A,{x:x[0],y:x[1],width:x[2],height:x[3]}),z.appendChild(A),d.paper.defs.appendChild(z),q(i,{"clip-path":"url(#"+z.id+")"}),d.clip=A}if(!p){var B=i.getAttribute("clip-path");if(B){var C=a._g.doc.getElementById(B.replace(/(^url\(#|\)$)/g,l));C&&C.parentNode.removeChild(C),q(i,{"clip-path":l}),delete d.clip}}break;case"path":"path"==d.type&&(q(i,{d:p?k.path=a._pathToAbsolute(p):"M0,0"}),d._.dirty=1,d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1)));break;case"width":if(i.setAttribute(o,p),d._.dirty=1,!k.fx)break;o="x",p=k.x;case"x":k.fx&&(p=-k.x-(k.width||0));case"rx":if("rx"==o&&"rect"==d.type)break;case"cx":i.setAttribute(o,p),d.pattern&&s(d),d._.dirty=1;break;case"height":if(i.setAttribute(o,p),d._.dirty=1,!k.fy)break;o="y",p=k.y;case"y":k.fy&&(p=-k.y-(k.height||0));case"ry":if("ry"==o&&"rect"==d.type)break;case"cy":i.setAttribute(o,p),d.pattern&&s(d),d._.dirty=1;break;case"r":"rect"==d.type?q(i,{rx:p,ry:p}):i.setAttribute(o,p),d._.dirty=1;break;case"src":"image"==d.type&&i.setAttributeNS(n,"href",p);break;case"stroke-width":(1!=d._.sx||1!=d._.sy)&&(p/=g(h(d._.sx),h(d._.sy))||1),d.paper._vbSize&&(p*=d.paper._vbSize),i.setAttribute(o,p),k["stroke-dasharray"]&&v(d,k["stroke-dasharray"],f),d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1));break;case"stroke-dasharray":v(d,p,f);break;case"fill":var D=c(p).match(a._ISURL);if(D){z=q("pattern");var E=q("image");z.id=a.createUUID(),q(z,{x:0,y:0,patternUnits:"userSpaceOnUse",height:1,width:1}),q(E,{x:0,y:0,"xlink:href":D[1]}),z.appendChild(E),function(b){a._preload(D[1],function(){var a=this.offsetWidth,c=this.offsetHeight;q(b,{width:a,height:c}),q(E,{width:a,height:c}),d.paper.safari()})}(z),d.paper.defs.appendChild(z),q(i,{fill:"url(#"+z.id+")"}),d.pattern=z,d.pattern&&s(d);break}var F=a.getRGB(p);if(F.error){if(("circle"==d.type||"ellipse"==d.type||"r"!=c(p).charAt())&&r(d,p)){if("opacity"in k||"fill-opacity"in k){var G=a._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l));if(G){var H=G.getElementsByTagName("stop");q(H[H.length-1],{"stop-opacity":("opacity"in k?k.opacity:1)*("fill-opacity"in k?k["fill-opacity"]:1)})}}k.gradient=p,k.fill="none";break}}else delete f.gradient,delete k.gradient,!a.is(k.opacity,"undefined")&&a.is(f.opacity,"undefined")&&q(i,{opacity:k.opacity}),!a.is(k["fill-opacity"],"undefined")&&a.is(f["fill-opacity"],"undefined")&&q(i,{"fill-opacity":k["fill-opacity"]});F[b]("opacity")&&q(i,{"fill-opacity":F.opacity>1?F.opacity/100:F.opacity});case"stroke":F=a.getRGB(p),i.setAttribute(o,F.hex),"stroke"==o&&F[b]("opacity")&&q(i,{"stroke-opacity":F.opacity>1?F.opacity/100:F.opacity}),"stroke"==o&&d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1));break;case"gradient":("circle"==d.type||"ellipse"==d.type||"r"!=c(p).charAt())&&r(d,p);break;case"opacity":k.gradient&&!k[b]("stroke-opacity")&&q(i,{"stroke-opacity":p>1?p/100:p});case"fill-opacity":if(k.gradient){G=a._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l)),G&&(H=G.getElementsByTagName("stop"),q(H[H.length-1],{"stop-opacity":p}));break}default:"font-size"==o&&(p=e(p,10)+"px");var I=o.replace(/(\-.)/g,function(a){return a.substring(1).toUpperCase()});i.style[I]=p,d._.dirty=1,i.setAttribute(o,p)}}y(d,f),i.style.visibility=m},x=1.2,y=function(d,f){if("text"==d.type&&(f[b]("text")||f[b]("font")||f[b]("font-size")||f[b]("x")||f[b]("y"))){var g=d.attrs,h=d.node,i=h.firstChild?e(a._g.doc.defaultView.getComputedStyle(h.firstChild,l).getPropertyValue("font-size"),10):10;if(f[b]("text")){for(g.text=f.text;h.firstChild;)h.removeChild(h.firstChild);for(var j,k=c(f.text).split("\n"),m=[],n=0,o=k.length;o>n;n++)j=q("tspan"),n&&q(j,{dy:i*x,x:g.x}),j.appendChild(a._g.doc.createTextNode(k[n])),h.appendChild(j),m[n]=j}else for(m=h.getElementsByTagName("tspan"),n=0,o=m.length;o>n;n++)n?q(m[n],{dy:i*x,x:g.x}):q(m[0],{dy:0});q(h,{x:g.x,y:g.y}),d._.dirty=1;var p=d._getBBox(),r=g.y-(p.y+p.height/2);r&&a.is(r,"finite")&&q(m[0],{dy:r})}},z=function(b,c){this[0]=this.node=b,b.raphael=!0,this.id=a._oid++,b.raphaelid=this.id,this.matrix=a.matrix(),this.realPath=null,this.paper=c,this.attrs=this.attrs||{},this._={transform:[],sx:1,sy:1,deg:0,dx:0,dy:0,dirty:1},!c.bottom&&(c.bottom=this),this.prev=c.top,c.top&&(c.top.next=this),c.top=this,this.next=null},A=a.el;z.prototype=A,A.constructor=z,a._engine.path=function(a,b){var c=q("path");b.canvas&&b.canvas.appendChild(c);var d=new z(c,b);return d.type="path",w(d,{fill:"none",stroke:"#000",path:a}),d},A.rotate=function(a,b,e){if(this.removed)return this;if(a=c(a).split(j),a.length-1&&(b=d(a[1]),e=d(a[2])),a=d(a[0]),null==e&&(b=e),null==b||null==e){var f=this.getBBox(1);b=f.x+f.width/2,e=f.y+f.height/2}return this.transform(this._.transform.concat([["r",a,b,e]])),this},A.scale=function(a,b,e,f){if(this.removed)return this;if(a=c(a).split(j),a.length-1&&(b=d(a[1]),e=d(a[2]),f=d(a[3])),a=d(a[0]),null==b&&(b=a),null==f&&(e=f),null==e||null==f)var g=this.getBBox(1);return e=null==e?g.x+g.width/2:e,f=null==f?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,b,e,f]])),this},A.translate=function(a,b){return this.removed?this:(a=c(a).split(j),a.length-1&&(b=d(a[1])),a=d(a[0])||0,b=+b||0,this.transform(this._.transform.concat([["t",a,b]])),this)},A.transform=function(c){var d=this._;if(null==c)return d.transform;if(a._extractTransform(this,c),this.clip&&q(this.clip,{transform:this.matrix.invert()}),this.pattern&&s(this),this.node&&q(this.node,{transform:this.matrix}),1!=d.sx||1!=d.sy){var e=this.attrs[b]("stroke-width")?this.attrs["stroke-width"]:1;this.attr({"stroke-width":e})}return this},A.hide=function(){return!this.removed&&this.paper.safari(this.node.style.display="none"),this},A.show=function(){return!this.removed&&this.paper.safari(this.node.style.display=""),this},A.remove=function(){if(!this.removed&&this.node.parentNode){var b=this.paper;b.__set__&&b.__set__.exclude(this),k.unbind("raphael.*.*."+this.id),this.gradient&&b.defs.removeChild(this.gradient),a._tear(this,b),"a"==this.node.parentNode.tagName.toLowerCase()?this.node.parentNode.parentNode.removeChild(this.node.parentNode):this.node.parentNode.removeChild(this.node);for(var c in this)this[c]="function"==typeof this[c]?a._removedFactory(c):null;this.removed=!0}},A._getBBox=function(){if("none"==this.node.style.display){this.show();var a=!0}var b={};try{b=this.node.getBBox()}catch(c){}finally{b=b||{}}return a&&this.hide(),b},A.attr=function(c,d){if(this.removed)return this;if(null==c){var e={};for(var f in this.attrs)this.attrs[b](f)&&(e[f]=this.attrs[f]);return e.gradient&&"none"==e.fill&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform,e}if(null==d&&a.is(c,"string")){if("fill"==c&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;if("transform"==c)return this._.transform;for(var g=c.split(j),h={},i=0,l=g.length;l>i;i++)c=g[i],h[c]=c in this.attrs?this.attrs[c]:a.is(this.paper.customAttributes[c],"function")?this.paper.customAttributes[c].def:a._availableAttrs[c];return l-1?h:h[g[0]]}if(null==d&&a.is(c,"array")){for(h={},i=0,l=c.length;l>i;i++)h[c[i]]=this.attr(c[i]);return h}if(null!=d){var m={};m[c]=d}else null!=c&&a.is(c,"object")&&(m=c);for(var n in m)k("raphael.attr."+n+"."+this.id,this,m[n]);for(n in this.paper.customAttributes)if(this.paper.customAttributes[b](n)&&m[b](n)&&a.is(this.paper.customAttributes[n],"function")){var o=this.paper.customAttributes[n].apply(this,[].concat(m[n]));this.attrs[n]=m[n];for(var p in o)o[b](p)&&(m[p]=o[p])}return w(this,m),this},A.toFront=function(){if(this.removed)return this;"a"==this.node.parentNode.tagName.toLowerCase()?this.node.parentNode.parentNode.appendChild(this.node.parentNode):this.node.parentNode.appendChild(this.node);var b=this.paper;return b.top!=this&&a._tofront(this,b),this},A.toBack=function(){if(this.removed)return this;var b=this.node.parentNode;return"a"==b.tagName.toLowerCase()?b.parentNode.insertBefore(this.node.parentNode,this.node.parentNode.parentNode.firstChild):b.firstChild!=this.node&&b.insertBefore(this.node,this.node.parentNode.firstChild),a._toback(this,this.paper),this.paper,this},A.insertAfter=function(b){if(this.removed)return this;var c=b.node||b[b.length-1].node;return c.nextSibling?c.parentNode.insertBefore(this.node,c.nextSibling):c.parentNode.appendChild(this.node),a._insertafter(this,b,this.paper),this},A.insertBefore=function(b){if(this.removed)return this;var c=b.node||b[0].node;return c.parentNode.insertBefore(this.node,c),a._insertbefore(this,b,this.paper),this},A.blur=function(b){var c=this;if(0!==+b){var d=q("filter"),e=q("feGaussianBlur");c.attrs.blur=b,d.id=a.createUUID(),q(e,{stdDeviation:+b||1.5}),d.appendChild(e),c.paper.defs.appendChild(d),c._blur=d,q(c.node,{filter:"url(#"+d.id+")"})}else c._blur&&(c._blur.parentNode.removeChild(c._blur),delete c._blur,delete c.attrs.blur),c.node.removeAttribute("filter")},a._engine.circle=function(a,b,c,d){var e=q("circle");a.canvas&&a.canvas.appendChild(e);var f=new z(e,a);return f.attrs={cx:b,cy:c,r:d,fill:"none",stroke:"#000"},f.type="circle",q(e,f.attrs),f},a._engine.rect=function(a,b,c,d,e,f){var g=q("rect");a.canvas&&a.canvas.appendChild(g);var h=new z(g,a);return h.attrs={x:b,y:c,width:d,height:e,r:f||0,rx:f||0,ry:f||0,fill:"none",stroke:"#000"},h.type="rect",q(g,h.attrs),h},a._engine.ellipse=function(a,b,c,d,e){var f=q("ellipse");a.canvas&&a.canvas.appendChild(f);var g=new z(f,a);return g.attrs={cx:b,cy:c,rx:d,ry:e,fill:"none",stroke:"#000"},g.type="ellipse",q(f,g.attrs),g},a._engine.image=function(a,b,c,d,e,f){var g=q("image");q(g,{x:c,y:d,width:e,height:f,preserveAspectRatio:"none"}),g.setAttributeNS(n,"href",b),a.canvas&&a.canvas.appendChild(g);var h=new z(g,a);return h.attrs={x:c,y:d,width:e,height:f,src:b},h.type="image",h},a._engine.text=function(b,c,d,e){var f=q("text");b.canvas&&b.canvas.appendChild(f);var g=new z(f,b);return g.attrs={x:c,y:d,"text-anchor":"middle",text:e,font:a._availableAttrs.font,stroke:"none",fill:"#000"},g.type="text",w(g,g.attrs),g},a._engine.setSize=function(a,b){return this.width=a||this.width,this.height=b||this.height,this.canvas.setAttribute("width",this.width),this.canvas.setAttribute("height",this.height),this._viewBox&&this.setViewBox.apply(this,this._viewBox),this},a._engine.create=function(){var b=a._getContainer.apply(0,arguments),c=b&&b.container,d=b.x,e=b.y,f=b.width,g=b.height;if(!c)throw new Error("SVG container not found.");var h,i=q("svg"),j="overflow:hidden;";return d=d||0,e=e||0,f=f||512,g=g||342,q(i,{height:g,version:1.1,width:f,xmlns:"http://www.w3.org/2000/svg"}),1==c?(i.style.cssText=j+"position:absolute;left:"+d+"px;top:"+e+"px",a._g.doc.body.appendChild(i),h=1):(i.style.cssText=j+"position:relative",c.firstChild?c.insertBefore(i,c.firstChild):c.appendChild(i)),c=new a._Paper,c.width=f,c.height=g,c.canvas=i,c.clear(),c._left=c._top=0,h&&(c.renderfix=function(){}),c.renderfix(),c},a._engine.setViewBox=function(a,b,c,d,e){k("raphael.setViewBox",this,this._viewBox,[a,b,c,d,e]);var f,h,i=g(c/this.width,d/this.height),j=this.top,l=e?"meet":"xMinYMin";for(null==a?(this._vbSize&&(i=1),delete this._vbSize,f="0 0 "+this.width+m+this.height):(this._vbSize=i,f=a+m+b+m+c+m+d),q(this.canvas,{viewBox:f,preserveAspectRatio:l});i&&j;)h="stroke-width"in j.attrs?j.attrs["stroke-width"]:1,j.attr({"stroke-width":h}),j._.dirty=1,j._.dirtyT=1,j=j.prev;return this._viewBox=[a,b,c,d,!!e],this},a.prototype.renderfix=function(){var a,b=this.canvas,c=b.style;try{a=b.getScreenCTM()||b.createSVGMatrix()}catch(d){a=b.createSVGMatrix()}var e=-a.e%1,f=-a.f%1;(e||f)&&(e&&(this._left=(this._left+e)%1,c.left=this._left+"px"),f&&(this._top=(this._top+f)%1,c.top=this._top+"px"))},a.prototype.clear=function(){a.eve("raphael.clear",this);for(var b=this.canvas;b.firstChild;)b.removeChild(b.firstChild);this.bottom=this.top=null,(this.desc=q("desc")).appendChild(a._g.doc.createTextNode("Created with Rapha�l "+a.version)),b.appendChild(this.desc),b.appendChild(this.defs=q("defs")) +},a.prototype.remove=function(){k("raphael.remove",this),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas);for(var b in this)this[b]="function"==typeof this[b]?a._removedFactory(b):null};var B=a.st;for(var C in A)A[b](C)&&!B[b](C)&&(B[C]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(C))}(window.Raphael),window.Raphael.vml&&function(a){var b="hasOwnProperty",c=String,d=parseFloat,e=Math,f=e.round,g=e.max,h=e.min,i=e.abs,j="fill",k=/[, ]+/,l=a.eve,m=" progid:DXImageTransform.Microsoft",n=" ",o="",p={M:"m",L:"l",C:"c",Z:"x",m:"t",l:"r",c:"v",z:"x"},q=/([clmz]),?([^clmz]*)/gi,r=/ progid:\S+Blur\([^\)]+\)/g,s=/-?[^,\s-]+/g,t="position:absolute;left:0;top:0;width:1px;height:1px",u=21600,v={path:1,rect:1,image:1},w={circle:1,ellipse:1},x=function(b){var d=/[ahqstv]/gi,e=a._pathToAbsolute;if(c(b).match(d)&&(e=a._path2curve),d=/[clmz]/g,e==a._pathToAbsolute&&!c(b).match(d)){var g=c(b).replace(q,function(a,b,c){var d=[],e="m"==b.toLowerCase(),g=p[b];return c.replace(s,function(a){e&&2==d.length&&(g+=d+p["m"==b?"l":"L"],d=[]),d.push(f(a*u))}),g+d});return g}var h,i,j=e(b);g=[];for(var k=0,l=j.length;l>k;k++){h=j[k],i=j[k][0].toLowerCase(),"z"==i&&(i="x");for(var m=1,r=h.length;r>m;m++)i+=f(h[m]*u)+(m!=r-1?",":o);g.push(i)}return g.join(n)},y=function(b,c,d){var e=a.matrix();return e.rotate(-b,.5,.5),{dx:e.x(c,d),dy:e.y(c,d)}},z=function(a,b,c,d,e,f){var g=a._,h=a.matrix,k=g.fillpos,l=a.node,m=l.style,o=1,p="",q=u/b,r=u/c;if(m.visibility="hidden",b&&c){if(l.coordsize=i(q)+n+i(r),m.rotation=f*(0>b*c?-1:1),f){var s=y(f,d,e);d=s.dx,e=s.dy}if(0>b&&(p+="x"),0>c&&(p+=" y")&&(o=-1),m.flip=p,l.coordorigin=d*-q+n+e*-r,k||g.fillsize){var t=l.getElementsByTagName(j);t=t&&t[0],l.removeChild(t),k&&(s=y(f,h.x(k[0],k[1]),h.y(k[0],k[1])),t.position=s.dx*o+n+s.dy*o),g.fillsize&&(t.size=g.fillsize[0]*i(b)+n+g.fillsize[1]*i(c)),l.appendChild(t)}m.visibility="visible"}};a.toString=function(){return"Your browser doesn�t support SVG. Falling down to VML.\nYou are running Rapha�l "+this.version};var A=function(a,b,d){for(var e=c(b).toLowerCase().split("-"),f=d?"end":"start",g=e.length,h="classic",i="medium",j="medium";g--;)switch(e[g]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":h=e[g];break;case"wide":case"narrow":j=e[g];break;case"long":case"short":i=e[g]}var k=a.node.getElementsByTagName("stroke")[0];k[f+"arrow"]=h,k[f+"arrowlength"]=i,k[f+"arrowwidth"]=j},B=function(e,i){e.attrs=e.attrs||{};var l=e.node,m=e.attrs,p=l.style,q=v[e.type]&&(i.x!=m.x||i.y!=m.y||i.width!=m.width||i.height!=m.height||i.cx!=m.cx||i.cy!=m.cy||i.rx!=m.rx||i.ry!=m.ry||i.r!=m.r),r=w[e.type]&&(m.cx!=i.cx||m.cy!=i.cy||m.r!=i.r||m.rx!=i.rx||m.ry!=i.ry),s=e;for(var t in i)i[b](t)&&(m[t]=i[t]);if(q&&(m.path=a._getPath[e.type](e),e._.dirty=1),i.href&&(l.href=i.href),i.title&&(l.title=i.title),i.target&&(l.target=i.target),i.cursor&&(p.cursor=i.cursor),"blur"in i&&e.blur(i.blur),(i.path&&"path"==e.type||q)&&(l.path=x(~c(m.path).toLowerCase().indexOf("r")?a._pathToAbsolute(m.path):m.path),"image"==e.type&&(e._.fillpos=[m.x,m.y],e._.fillsize=[m.width,m.height],z(e,1,1,0,0,0))),"transform"in i&&e.transform(i.transform),r){var y=+m.cx,B=+m.cy,D=+m.rx||+m.r||0,E=+m.ry||+m.r||0;l.path=a.format("ar{0},{1},{2},{3},{4},{1},{4},{1}x",f((y-D)*u),f((B-E)*u),f((y+D)*u),f((B+E)*u),f(y*u))}if("clip-rect"in i){var G=c(i["clip-rect"]).split(k);if(4==G.length){G[2]=+G[2]+ +G[0],G[3]=+G[3]+ +G[1];var H=l.clipRect||a._g.doc.createElement("div"),I=H.style;I.clip=a.format("rect({1}px {2}px {3}px {0}px)",G),l.clipRect||(I.position="absolute",I.top=0,I.left=0,I.width=e.paper.width+"px",I.height=e.paper.height+"px",l.parentNode.insertBefore(H,l),H.appendChild(l),l.clipRect=H)}i["clip-rect"]||l.clipRect&&(l.clipRect.style.clip="auto")}if(e.textpath){var J=e.textpath.style;i.font&&(J.font=i.font),i["font-family"]&&(J.fontFamily='"'+i["font-family"].split(",")[0].replace(/^['"]+|['"]+$/g,o)+'"'),i["font-size"]&&(J.fontSize=i["font-size"]),i["font-weight"]&&(J.fontWeight=i["font-weight"]),i["font-style"]&&(J.fontStyle=i["font-style"])}if("arrow-start"in i&&A(s,i["arrow-start"]),"arrow-end"in i&&A(s,i["arrow-end"],1),null!=i.opacity||null!=i["stroke-width"]||null!=i.fill||null!=i.src||null!=i.stroke||null!=i["stroke-width"]||null!=i["stroke-opacity"]||null!=i["fill-opacity"]||null!=i["stroke-dasharray"]||null!=i["stroke-miterlimit"]||null!=i["stroke-linejoin"]||null!=i["stroke-linecap"]){var K=l.getElementsByTagName(j),L=!1;if(K=K&&K[0],!K&&(L=K=F(j)),"image"==e.type&&i.src&&(K.src=i.src),i.fill&&(K.on=!0),(null==K.on||"none"==i.fill||null===i.fill)&&(K.on=!1),K.on&&i.fill){var M=c(i.fill).match(a._ISURL);if(M){K.parentNode==l&&l.removeChild(K),K.rotate=!0,K.src=M[1],K.type="tile";var N=e.getBBox(1);K.position=N.x+n+N.y,e._.fillpos=[N.x,N.y],a._preload(M[1],function(){e._.fillsize=[this.offsetWidth,this.offsetHeight]})}else K.color=a.getRGB(i.fill).hex,K.src=o,K.type="solid",a.getRGB(i.fill).error&&(s.type in{circle:1,ellipse:1}||"r"!=c(i.fill).charAt())&&C(s,i.fill,K)&&(m.fill="none",m.gradient=i.fill,K.rotate=!1)}if("fill-opacity"in i||"opacity"in i){var O=((+m["fill-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+a.getRGB(i.fill).o+1||2)-1);O=h(g(O,0),1),K.opacity=O,K.src&&(K.color="none")}l.appendChild(K);var P=l.getElementsByTagName("stroke")&&l.getElementsByTagName("stroke")[0],Q=!1;!P&&(Q=P=F("stroke")),(i.stroke&&"none"!=i.stroke||i["stroke-width"]||null!=i["stroke-opacity"]||i["stroke-dasharray"]||i["stroke-miterlimit"]||i["stroke-linejoin"]||i["stroke-linecap"])&&(P.on=!0),("none"==i.stroke||null===i.stroke||null==P.on||0==i.stroke||0==i["stroke-width"])&&(P.on=!1);var R=a.getRGB(i.stroke);P.on&&i.stroke&&(P.color=R.hex),O=((+m["stroke-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+R.o+1||2)-1);var S=.75*(d(i["stroke-width"])||1);if(O=h(g(O,0),1),null==i["stroke-width"]&&(S=m["stroke-width"]),i["stroke-width"]&&(P.weight=S),S&&1>S&&(O*=S)&&(P.weight=1),P.opacity=O,i["stroke-linejoin"]&&(P.joinstyle=i["stroke-linejoin"]||"miter"),P.miterlimit=i["stroke-miterlimit"]||8,i["stroke-linecap"]&&(P.endcap="butt"==i["stroke-linecap"]?"flat":"square"==i["stroke-linecap"]?"square":"round"),i["stroke-dasharray"]){var T={"-":"shortdash",".":"shortdot","-.":"shortdashdot","-..":"shortdashdotdot",". ":"dot","- ":"dash","--":"longdash","- .":"dashdot","--.":"longdashdot","--..":"longdashdotdot"};P.dashstyle=T[b](i["stroke-dasharray"])?T[i["stroke-dasharray"]]:o}Q&&l.appendChild(P)}if("text"==s.type){s.paper.canvas.style.display=o;var U=s.paper.span,V=100,W=m.font&&m.font.match(/\d+(?:\.\d*)?(?=px)/);p=U.style,m.font&&(p.font=m.font),m["font-family"]&&(p.fontFamily=m["font-family"]),m["font-weight"]&&(p.fontWeight=m["font-weight"]),m["font-style"]&&(p.fontStyle=m["font-style"]),W=d(m["font-size"]||W&&W[0])||10,p.fontSize=W*V+"px",s.textpath.string&&(U.innerHTML=c(s.textpath.string).replace(/"));var X=U.getBoundingClientRect();s.W=m.w=(X.right-X.left)/V,s.H=m.h=(X.bottom-X.top)/V,s.X=m.x,s.Y=m.y+s.H/2,("x"in i||"y"in i)&&(s.path.v=a.format("m{0},{1}l{2},{1}",f(m.x*u),f(m.y*u),f(m.x*u)+1));for(var Y=["x","y","text","font","font-family","font-weight","font-style","font-size"],Z=0,$=Y.length;$>Z;Z++)if(Y[Z]in i){s._.dirty=1;break}switch(m["text-anchor"]){case"start":s.textpath.style["v-text-align"]="left",s.bbx=s.W/2;break;case"end":s.textpath.style["v-text-align"]="right",s.bbx=-s.W/2;break;default:s.textpath.style["v-text-align"]="center",s.bbx=0}s.textpath.style["v-text-kern"]=!0}},C=function(b,f,g){b.attrs=b.attrs||{};var h=(b.attrs,Math.pow),i="linear",j=".5 .5";if(b.attrs.gradient=f,f=c(f).replace(a._radial_gradient,function(a,b,c){return i="radial",b&&c&&(b=d(b),c=d(c),h(b-.5,2)+h(c-.5,2)>.25&&(c=e.sqrt(.25-h(b-.5,2))*(2*(c>.5)-1)+.5),j=b+n+c),o}),f=f.split(/\s*\-\s*/),"linear"==i){var k=f.shift();if(k=-d(k),isNaN(k))return null}var l=a._parseDots(f);if(!l)return null;if(b=b.shape||b.node,l.length){b.removeChild(g),g.on=!0,g.method="none",g.color=l[0].color,g.color2=l[l.length-1].color;for(var m=[],p=0,q=l.length;q>p;p++)l[p].offset&&m.push(l[p].offset+n+l[p].color);g.colors=m.length?m.join():"0% "+g.color,"radial"==i?(g.type="gradientTitle",g.focus="100%",g.focussize="0 0",g.focusposition=j,g.angle=0):(g.type="gradient",g.angle=(270-k)%360),b.appendChild(g)}return 1},D=function(b,c){this[0]=this.node=b,b.raphael=!0,this.id=a._oid++,b.raphaelid=this.id,this.X=0,this.Y=0,this.attrs={},this.paper=c,this.matrix=a.matrix(),this._={transform:[],sx:1,sy:1,dx:0,dy:0,deg:0,dirty:1,dirtyT:1},!c.bottom&&(c.bottom=this),this.prev=c.top,c.top&&(c.top.next=this),c.top=this,this.next=null},E=a.el;D.prototype=E,E.constructor=D,E.transform=function(b){if(null==b)return this._.transform;var d,e=this.paper._viewBoxShift,f=e?"s"+[e.scale,e.scale]+"-1-1t"+[e.dx,e.dy]:o;e&&(d=b=c(b).replace(/\.{3}|\u2026/g,this._.transform||o)),a._extractTransform(this,f+b);var g,h=this.matrix.clone(),i=this.skew,j=this.node,k=~c(this.attrs.fill).indexOf("-"),l=!c(this.attrs.fill).indexOf("url(");if(h.translate(-.5,-.5),l||k||"image"==this.type)if(i.matrix="1 0 0 1",i.offset="0 0",g=h.split(),k&&g.noRotation||!g.isSimple){j.style.filter=h.toFilter();var m=this.getBBox(),p=this.getBBox(1),q=m.x-p.x,r=m.y-p.y;j.coordorigin=q*-u+n+r*-u,z(this,1,1,q,r,0)}else j.style.filter=o,z(this,g.scalex,g.scaley,g.dx,g.dy,g.rotate);else j.style.filter=o,i.matrix=c(h),i.offset=h.offset();return d&&(this._.transform=d),this},E.rotate=function(a,b,e){if(this.removed)return this;if(null!=a){if(a=c(a).split(k),a.length-1&&(b=d(a[1]),e=d(a[2])),a=d(a[0]),null==e&&(b=e),null==b||null==e){var f=this.getBBox(1);b=f.x+f.width/2,e=f.y+f.height/2}return this._.dirtyT=1,this.transform(this._.transform.concat([["r",a,b,e]])),this}},E.translate=function(a,b){return this.removed?this:(a=c(a).split(k),a.length-1&&(b=d(a[1])),a=d(a[0])||0,b=+b||0,this._.bbox&&(this._.bbox.x+=a,this._.bbox.y+=b),this.transform(this._.transform.concat([["t",a,b]])),this)},E.scale=function(a,b,e,f){if(this.removed)return this;if(a=c(a).split(k),a.length-1&&(b=d(a[1]),e=d(a[2]),f=d(a[3]),isNaN(e)&&(e=null),isNaN(f)&&(f=null)),a=d(a[0]),null==b&&(b=a),null==f&&(e=f),null==e||null==f)var g=this.getBBox(1);return e=null==e?g.x+g.width/2:e,f=null==f?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,b,e,f]])),this._.dirtyT=1,this},E.hide=function(){return!this.removed&&(this.node.style.display="none"),this},E.show=function(){return!this.removed&&(this.node.style.display=o),this},E._getBBox=function(){return this.removed?{}:{x:this.X+(this.bbx||0)-this.W/2,y:this.Y-this.H,width:this.W,height:this.H}},E.remove=function(){if(!this.removed&&this.node.parentNode){this.paper.__set__&&this.paper.__set__.exclude(this),a.eve.unbind("raphael.*.*."+this.id),a._tear(this,this.paper),this.node.parentNode.removeChild(this.node),this.shape&&this.shape.parentNode.removeChild(this.shape);for(var b in this)this[b]="function"==typeof this[b]?a._removedFactory(b):null;this.removed=!0}},E.attr=function(c,d){if(this.removed)return this;if(null==c){var e={};for(var f in this.attrs)this.attrs[b](f)&&(e[f]=this.attrs[f]);return e.gradient&&"none"==e.fill&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform,e}if(null==d&&a.is(c,"string")){if(c==j&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;for(var g=c.split(k),h={},i=0,m=g.length;m>i;i++)c=g[i],h[c]=c in this.attrs?this.attrs[c]:a.is(this.paper.customAttributes[c],"function")?this.paper.customAttributes[c].def:a._availableAttrs[c];return m-1?h:h[g[0]]}if(this.attrs&&null==d&&a.is(c,"array")){for(h={},i=0,m=c.length;m>i;i++)h[c[i]]=this.attr(c[i]);return h}var n;null!=d&&(n={},n[c]=d),null==d&&a.is(c,"object")&&(n=c);for(var o in n)l("raphael.attr."+o+"."+this.id,this,n[o]);if(n){for(o in this.paper.customAttributes)if(this.paper.customAttributes[b](o)&&n[b](o)&&a.is(this.paper.customAttributes[o],"function")){var p=this.paper.customAttributes[o].apply(this,[].concat(n[o]));this.attrs[o]=n[o];for(var q in p)p[b](q)&&(n[q]=p[q])}n.text&&"text"==this.type&&(this.textpath.string=n.text),B(this,n)}return this},E.toFront=function(){return!this.removed&&this.node.parentNode.appendChild(this.node),this.paper&&this.paper.top!=this&&a._tofront(this,this.paper),this},E.toBack=function(){return this.removed?this:(this.node.parentNode.firstChild!=this.node&&(this.node.parentNode.insertBefore(this.node,this.node.parentNode.firstChild),a._toback(this,this.paper)),this)},E.insertAfter=function(b){return this.removed?this:(b.constructor==a.st.constructor&&(b=b[b.length-1]),b.node.nextSibling?b.node.parentNode.insertBefore(this.node,b.node.nextSibling):b.node.parentNode.appendChild(this.node),a._insertafter(this,b,this.paper),this)},E.insertBefore=function(b){return this.removed?this:(b.constructor==a.st.constructor&&(b=b[0]),b.node.parentNode.insertBefore(this.node,b.node),a._insertbefore(this,b,this.paper),this)},E.blur=function(b){var c=this.node.runtimeStyle,d=c.filter;d=d.replace(r,o),0!==+b?(this.attrs.blur=b,c.filter=d+n+m+".Blur(pixelradius="+(+b||1.5)+")",c.margin=a.format("-{0}px 0 0 -{0}px",f(+b||1.5))):(c.filter=d,c.margin=0,delete this.attrs.blur)},a._engine.path=function(a,b){var c=F("shape");c.style.cssText=t,c.coordsize=u+n+u,c.coordorigin=b.coordorigin;var d=new D(c,b),e={fill:"none",stroke:"#000"};a&&(e.path=a),d.type="path",d.path=[],d.Path=o,B(d,e),b.canvas.appendChild(c);var f=F("skew");return f.on=!0,c.appendChild(f),d.skew=f,d.transform(o),d},a._engine.rect=function(b,c,d,e,f,g){var h=a._rectPath(c,d,e,f,g),i=b.path(h),j=i.attrs;return i.X=j.x=c,i.Y=j.y=d,i.W=j.width=e,i.H=j.height=f,j.r=g,j.path=h,i.type="rect",i},a._engine.ellipse=function(a,b,c,d,e){var f=a.path();return f.attrs,f.X=b-d,f.Y=c-e,f.W=2*d,f.H=2*e,f.type="ellipse",B(f,{cx:b,cy:c,rx:d,ry:e}),f},a._engine.circle=function(a,b,c,d){var e=a.path();return e.attrs,e.X=b-d,e.Y=c-d,e.W=e.H=2*d,e.type="circle",B(e,{cx:b,cy:c,r:d}),e},a._engine.image=function(b,c,d,e,f,g){var h=a._rectPath(d,e,f,g),i=b.path(h).attr({stroke:"none"}),k=i.attrs,l=i.node,m=l.getElementsByTagName(j)[0];return k.src=c,i.X=k.x=d,i.Y=k.y=e,i.W=k.width=f,i.H=k.height=g,k.path=h,i.type="image",m.parentNode==l&&l.removeChild(m),m.rotate=!0,m.src=c,m.type="tile",i._.fillpos=[d,e],i._.fillsize=[f,g],l.appendChild(m),z(i,1,1,0,0,0),i},a._engine.text=function(b,d,e,g){var h=F("shape"),i=F("path"),j=F("textpath");d=d||0,e=e||0,g=g||"",i.v=a.format("m{0},{1}l{2},{1}",f(d*u),f(e*u),f(d*u)+1),i.textpathok=!0,j.string=c(g),j.on=!0,h.style.cssText=t,h.coordsize=u+n+u,h.coordorigin="0 0";var k=new D(h,b),l={fill:"#000",stroke:"none",font:a._availableAttrs.font,text:g};k.shape=h,k.path=i,k.textpath=j,k.type="text",k.attrs.text=c(g),k.attrs.x=d,k.attrs.y=e,k.attrs.w=1,k.attrs.h=1,B(k,l),h.appendChild(j),h.appendChild(i),b.canvas.appendChild(h);var m=F("skew");return m.on=!0,h.appendChild(m),k.skew=m,k.transform(o),k},a._engine.setSize=function(b,c){var d=this.canvas.style;return this.width=b,this.height=c,b==+b&&(b+="px"),c==+c&&(c+="px"),d.width=b,d.height=c,d.clip="rect(0 "+b+" "+c+" 0)",this._viewBox&&a._engine.setViewBox.apply(this,this._viewBox),this},a._engine.setViewBox=function(b,c,d,e,f){a.eve("raphael.setViewBox",this,this._viewBox,[b,c,d,e,f]);var h,i,j=this.width,k=this.height,l=1/g(d/j,e/k);return f&&(h=k/e,i=j/d,j>d*h&&(b-=(j-d*h)/2/h),k>e*i&&(c-=(k-e*i)/2/i)),this._viewBox=[b,c,d,e,!!f],this._viewBoxShift={dx:-b,dy:-c,scale:l},this.forEach(function(a){a.transform("...")}),this};var F;a._engine.initWin=function(a){var b=a.document;b.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)");try{!b.namespaces.rvml&&b.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),F=function(a){return b.createElement("')}}catch(c){F=function(a){return b.createElement("<"+a+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}},a._engine.initWin(a._g.win),a._engine.create=function(){var b=a._getContainer.apply(0,arguments),c=b.container,d=b.height,e=b.width,f=b.x,g=b.y;if(!c)throw new Error("VML container not found.");var h=new a._Paper,i=h.canvas=a._g.doc.createElement("div"),j=i.style;return f=f||0,g=g||0,e=e||512,d=d||342,h.width=e,h.height=d,e==+e&&(e+="px"),d==+d&&(d+="px"),h.coordsize=1e3*u+n+1e3*u,h.coordorigin="0 0",h.span=a._g.doc.createElement("span"),h.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",i.appendChild(h.span),j.cssText=a.format("top:0;left:0;width:{0};height:{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden",e,d),1==c?(a._g.doc.body.appendChild(i),j.left=f+"px",j.top=g+"px",j.position="absolute"):c.firstChild?c.insertBefore(i,c.firstChild):c.appendChild(i),h.renderfix=function(){},h},a.prototype.clear=function(){a.eve("raphael.clear",this),this.canvas.innerHTML=o,this.span=a._g.doc.createElement("span"),this.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;",this.canvas.appendChild(this.span),this.bottom=this.top=null},a.prototype.remove=function(){a.eve("raphael.remove",this),this.canvas.parentNode.removeChild(this.canvas);for(var b in this)this[b]="function"==typeof this[b]?a._removedFactory(b):null;return!0};var G=a.st;for(var H in E)E[b](H)&&!G[b](H)&&(G[H]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(H))}(window.Raphael),JustGage=function(a){var b=this;b.config={id:a.id,parentNode:a.parentNode?a.parentNode:null,width:a.width?a.width:null,height:a.height?a.height:null,title:a.title?a.title:"",titleFontColor:a.titleFontColor?a.titleFontColor:"#999999",value:a.value?a.value:0,valueFontColor:a.valueFontColor?a.valueFontColor:"#010101",symbol:a.symbol?a.symbol:"",min:void 0!==a.min?parseFloat(a.min):0,max:void 0!==a.max?parseFloat(a.max):100,humanFriendlyDecimal:a.humanFriendlyDecimal?a.humanFriendlyDecimal:0,textRenderer:a.textRenderer?a.textRenderer:null,gaugeWidthScale:a.gaugeWidthScale?a.gaugeWidthScale:1,gaugeColor:a.gaugeColor?a.gaugeColor:"#edebeb",label:a.label?a.label:"",labelFontColor:a.labelFontColor?a.labelFontColor:"#b3b3b3",shadowOpacity:a.shadowOpacity?a.shadowOpacity:.2,shadowSize:a.shadowSize?a.shadowSize:5,shadowVerticalOffset:a.shadowVerticalOffset?a.shadowVerticalOffset:3,levelColors:a.levelColors?a.levelColors:["#a9d70b","#f9c802","#ff0000"],startAnimationTime:a.startAnimationTime?a.startAnimationTime:700,startAnimationType:a.startAnimationType?a.startAnimationType:">",refreshAnimationTime:a.refreshAnimationTime?a.refreshAnimationTime:700,refreshAnimationType:a.refreshAnimationType?a.refreshAnimationType:">",donutStartAngle:a.donutStartAngle?a.donutStartAngle:90,valueMinFontSize:a.valueMinFontSize||16,titleMinFontSize:a.titleMinFontSize||10,labelMinFontSize:a.labelMinFontSize||10,minLabelMinFontSize:a.minLabelMinFontSize||10,maxLabelMinFontSize:a.maxLabelMinFontSize||10,hideValue:a.hideValue?a.hideValue:!1,hideMinMax:a.hideMinMax?a.hideMinMax:!1,hideInnerShadow:a.hideInnerShadow?a.hideInnerShadow:!1,humanFriendly:a.humanFriendly?a.humanFriendly:!1,noGradient:a.noGradient?a.noGradient:!1,donut:a.donut?a.donut:!1,relativeGaugeSize:a.relativeGaugeSize?a.relativeGaugeSize:!1,counter:a.counter?a.counter:!1,decimals:a.decimals?a.decimals:0,customSectors:a.customSectors?a.customSectors:[]};var c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x;b.config.value>b.config.max&&(b.config.value=b.config.max),b.config.valued?(f=d,e=f):d>c?(e=c,f=e,f>d&&(g=f/d,f/=g,e=f/g)):(e=c,f=e),h=(c-e)/2,i=(d-f)/2,j=f/8>10?f/10:10,k=h+e/2,l=i+f/11,m=f/6.4>16?f/5.4:18,n=h+e/2,o=""!==b.config.label?i+f/1.85:i+f/1.7,p=f/16>10?f/16:10,q=h+e/2,r=o+p,s=f/16>10?f/16:10,t=h+e/10+e/6.666666666666667*b.config.gaugeWidthScale/2,u=r,v=f/16>10?f/16:10,w=h+e-e/10-e/6.666666666666667*b.config.gaugeWidthScale/2,x=r):(c>d?(f=d,e=1.25*f,e>c&&(g=e/c,e/=g,f/=g)):d>c?(e=c,f=e/1.25,f>d&&(g=f/d,f/=g,e=f/g)):(e=c,f=.75*e),h=(c-e)/2,i=(d-f)/2,j=f/8>b.config.titleMinFontSize?f/10:b.config.titleMinFontSize,k=h+e/2,l=i+f/6.4,m=f/6.5>b.config.valueMinFontSize?f/6.5:b.config.valueMinFontSize,n=h+e/2,o=i+f/1.275,p=f/16>b.config.labelMinFontSize?f/16:b.config.labelMinFontSize,q=h+e/2,r=o+m/2+5,s=f/16>b.config.minLabelMinFontSize?f/16:b.config.minLabelMinFontSize,t=h+e/10+e/6.666666666666667*b.config.gaugeWidthScale/2,u=r,v=f/16>b.config.maxLabelMinFontSize?f/16:b.config.maxLabelMinFontSize,w=h+e-e/10-e/6.666666666666667*b.config.gaugeWidthScale/2,x=r),b.params={canvasW:c,canvasH:d,widgetW:e,widgetH:f,dx:h,dy:i,titleFontSize:j,titleX:k,titleY:l,valueFontSize:m,valueX:n,valueY:o,labelFontSize:p,labelX:q,labelY:r,minFontSize:s,minX:t,minY:u,maxFontSize:v,maxX:w,maxY:x},x=null,b.canvas.customAttributes.pki=function(a,b,c,d,e,f,g,h,i){var j,k,l,m,n,o,p,q,r,s;return i?(j=(1-2*(a-b)/(c-b))*Math.PI,k=d/2-d/7,l=k-d/6.666666666666667*h,m=d/2+f,n=e/1.95+g,o=d/2+f+k*Math.cos(j),p=e-(e-n)+0-k*Math.sin(j),q=d/2+f+l*Math.cos(j),r=e-(e-n)+0-l*Math.sin(j),s+="M"+(m-l)+","+n+" ",s+="L"+(m-k)+","+n+" ",a>(c-b)/2&&(s+="A"+k+","+k+" 0 0 1 "+(m+k)+","+n+" "),s+="A"+k+","+k+" 0 0 1 "+o+","+p+" ",s+="L"+q+","+r+" ",a>(c-b)/2&&(s+="A"+l+","+l+" 0 0 0 "+(m+l)+","+n+" "),s+="A"+l+","+l+" 0 0 0 "+(m-l)+","+n+" ",s+="Z ",{path:s}):(j=(1-(a-b)/(c-b))*Math.PI,k=d/2-d/10,l=k-d/6.666666666666667*h,m=d/2+f,n=e/1.25+g,o=d/2+f+k*Math.cos(j),p=e-(e-n)+0-k*Math.sin(j),q=d/2+f+l*Math.cos(j),r=e-(e-n)+0-l*Math.sin(j),s+="M"+(m-l)+","+n+" ",s+="L"+(m-k)+","+n+" ",s+="A"+k+","+k+" 0 0 1 "+o+","+p+" ",s+="L"+q+","+r+" ",s+="A"+l+","+l+" 0 0 0 "+(m-l)+","+n+" ",s+="Z ",{path:s})},b.gauge=b.canvas.path().attr({stroke:"none",fill:b.config.gaugeColor,pki:[b.config.max,b.config.min,b.config.max,b.params.widgetW,b.params.widgetH,b.params.dx,b.params.dy,b.config.gaugeWidthScale,b.config.donut]}),b.level=b.canvas.path().attr({stroke:"none",fill:getColor(b.config.value,(b.config.value-b.config.min)/(b.config.max-b.config.min),b.config.levelColors,b.config.noGradient,b.config.customSectors),pki:[b.config.min,b.config.min,b.config.max,b.params.widgetW,b.params.widgetH,b.params.dx,b.params.dy,b.config.gaugeWidthScale,b.config.donut]}),b.config.donut&&b.level.transform("r"+b.config.donutStartAngle+", "+(b.params.widgetW/2+b.params.dx)+", "+(b.params.widgetH/1.95+b.params.dy)),b.txtTitle=b.canvas.text(b.params.titleX,b.params.titleY,b.config.title),b.txtTitle.attr({"font-size":b.params.titleFontSize,"font-weight":"bold","font-family":"Arial",fill:b.config.titleFontColor,"fill-opacity":"1"}),setDy(b.txtTitle,b.params.titleFontSize,b.params.titleY),b.txtValue=b.canvas.text(b.params.valueX,b.params.valueY,0),b.txtValue.attr({"font-size":b.params.valueFontSize,"font-weight":"bold","font-family":"Arial",fill:b.config.valueFontColor,"fill-opacity":"0"}),setDy(b.txtValue,b.params.valueFontSize,b.params.valueY),b.txtLabel=b.canvas.text(b.params.labelX,b.params.labelY,b.config.label),b.txtLabel.attr({"font-size":b.params.labelFontSize,"font-weight":"normal","font-family":"Arial",fill:b.config.labelFontColor,"fill-opacity":"0"}),setDy(b.txtLabel,b.params.labelFontSize,b.params.labelY),b.txtMinimum=b.config.min,b.config.humanFriendly&&(b.txtMinimum=humanFriendlyNumber(b.config.min,b.config.humanFriendlyDecimal)),b.txtMin=b.canvas.text(b.params.minX,b.params.minY,b.txtMinimum),b.txtMin.attr({"font-size":b.params.minFontSize,"font-weight":"normal","font-family":"Arial",fill:b.config.labelFontColor,"fill-opacity":b.config.hideMinMax||b.config.donut?"0":"1"}),setDy(b.txtMin,b.params.minFontSize,b.params.minY),b.txtMaximum=b.config.max,b.config.humanFriendly&&(b.txtMaximum=humanFriendlyNumber(b.config.max,b.config.humanFriendlyDecimal)),b.txtMax=b.canvas.text(b.params.maxX,b.params.maxY,b.txtMaximum),b.txtMax.attr({"font-size":b.params.maxFontSize,"font-weight":"normal","font-family":"Arial",fill:b.config.labelFontColor,"fill-opacity":b.config.hideMinMax||b.config.donut?"0":"1"}),setDy(b.txtMax,b.params.maxFontSize,b.params.maxY);var y=b.canvas.canvas.childNodes[1],z="http://www.w3.org/2000/svg";9>ie?onCreateElementNsReady(function(){b.generateShadow(z,y)}):b.generateShadow(z,y),z=null,b.originalValue=b.config.textRenderer?b.config.textRenderer(b.originalValue):b.config.humanFriendly?humanFriendlyNumber(b.originalValue,b.config.humanFriendlyDecimal)+b.config.symbol:(1*b.originalValue).toFixed(b.config.decimals)+b.config.symbol,b.config.counter===!0?(eve.on("raphael.anim.frame."+b.level.id,function(){var a=b.level.attr("pki");b.config.textRenderer?b.txtValue.attr("text",b.config.textRenderer(Math.floor(a[0]))):b.config.humanFriendly?b.txtValue.attr("text",humanFriendlyNumber(Math.floor(a[0]),b.config.humanFriendlyDecimal)+b.config.symbol):b.txtValue.attr("text",(1*a[0]).toFixed(b.config.decimals)+b.config.symbol),setDy(b.txtValue,b.params.valueFontSize,b.params.valueY),a=null}),eve.on("raphael.anim.finish."+b.level.id,function(){b.txtValue.attr({text:b.originalValue}),setDy(b.txtValue,b.params.valueFontSize,b.params.valueY)})):eve.on("raphael.anim.start."+b.level.id,function(){b.txtValue.attr({text:b.originalValue}),setDy(b.txtValue,b.params.valueFontSize,b.params.valueY)}),b.level.animate({pki:[b.config.value,b.config.min,b.config.max,b.params.widgetW,b.params.widgetH,b.params.dx,b.params.dy,b.config.gaugeWidthScale,b.config.donut]},b.config.startAnimationTime,b.config.startAnimationType),b.txtValue.animate({"fill-opacity":b.config.hideValue?"0":"1"},b.config.startAnimationTime,b.config.startAnimationType),b.txtLabel.animate({"fill-opacity":"1"},b.config.startAnimationTime,b.config.startAnimationType)},JustGage.prototype.refresh=function(a,b){var c,d,e=this,b=b||null;null!==b&&(e.config.max=b,e.txtMaximum=e.config.max,e.config.humanFriendly&&(e.txtMaximum=humanFriendlyNumber(e.config.max,e.config.humanFriendlyDecimal)),e.txtMax.attr({text:e.txtMaximum}),setDy(e.txtMax,e.params.maxFontSize,e.params.maxY)),c=a,1*a>1*e.config.max&&(a=1*e.config.max),1*a<1*e.config.min&&(a=1*e.config.min),d=getColor(a,(a-e.config.min)/(e.config.max-e.config.min),e.config.levelColors,e.config.noGradient,e.config.customSectors),c=e.config.textRenderer?e.config.textRenderer(c):e.config.humanFriendly?humanFriendlyNumber(c,e.config.humanFriendlyDecimal)+e.config.symbol:(1*c).toFixed(e.config.decimals)+e.config.symbol,e.originalValue=c,e.config.value=1*a,e.config.counter||(e.txtValue.attr({text:c}),setDy(e.txtValue,e.params.valueFontSize,e.params.valueY)),e.level.animate({pki:[e.config.value,e.config.min,e.config.max,e.params.widgetW,e.params.widgetH,e.params.dx,e.params.dy,e.config.gaugeWidthScale,e.config.donut],fill:d},e.config.refreshAnimationTime,e.config.refreshAnimationType),b=null},JustGage.prototype.generateShadow=function(a,b){var c,d,e,f,g,h,i,j=this;c=document.createElementNS(a,"filter"),c.setAttribute("id","inner-shadow"),b.appendChild(c),d=document.createElementNS(a,"feOffset"),d.setAttribute("dx",0),d.setAttribute("dy",j.config.shadowVerticalOffset),c.appendChild(d),e=document.createElementNS(a,"feGaussianBlur"),e.setAttribute("result","offset-blur"),e.setAttribute("stdDeviation",j.config.shadowSize),c.appendChild(e),f=document.createElementNS(a,"feComposite"),f.setAttribute("operator","out"),f.setAttribute("in","SourceGraphic"),f.setAttribute("in2","offset-blur"),f.setAttribute("result","inverse"),c.appendChild(f),g=document.createElementNS(a,"feFlood"),g.setAttribute("flood-color","black"),g.setAttribute("flood-opacity",j.config.shadowOpacity),g.setAttribute("result","color"),c.appendChild(g),h=document.createElementNS(a,"feComposite"),h.setAttribute("operator","in"),h.setAttribute("in","color"),h.setAttribute("in2","inverse"),h.setAttribute("result","shadow"),c.appendChild(h),i=document.createElementNS(a,"feComposite"),i.setAttribute("operator","over"),i.setAttribute("in","shadow"),i.setAttribute("in2","SourceGraphic"),c.appendChild(i),j.config.hideInnerShadow||(j.canvas.canvas.childNodes[2].setAttribute("filter","url(#inner-shadow)"),j.canvas.canvas.childNodes[3].setAttribute("filter","url(#inner-shadow)")),i=null};var ie=function(){for(var a,b=3,c=document.createElement("div"),d=c.getElementsByTagName("i");c.innerHTML="",d[0];);return b>4?b:a}();!function(a){a.color={},a.color.make=function(b,c,d,e){var f={};return f.r=b||0,f.g=c||0,f.b=d||0,f.a=null!=e?e:1,f.add=function(a,b){for(var c=0;c=1?"rgb("+[f.r,f.g,f.b].join(",")+")":"rgba("+[f.r,f.g,f.b,f.a].join(",")+")"},f.normalize=function(){function a(a,b,c){return a>b?a:b>c?c:b}return f.r=a(0,parseInt(f.r),255),f.g=a(0,parseInt(f.g),255),f.b=a(0,parseInt(f.b),255),f.a=a(0,f.a,1),f},f.clone=function(){return a.color.make(f.r,f.b,f.g,f.a)},f.normalize()},a.color.extract=function(b,c){var d;do{if(d=b.css(c).toLowerCase(),""!=d&&"transparent"!=d)break;b=b.parent()}while(!a.nodeName(b.get(0),"body"));return"rgba(0, 0, 0, 0)"==d&&(d="transparent"),a.color.parse(d)},a.color.parse=function(c){var d,e=a.color.make;if(d=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return e(parseInt(d[1],10),parseInt(d[2],10),parseInt(d[3],10));if(d=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(c))return e(parseInt(d[1],10),parseInt(d[2],10),parseInt(d[3],10),parseFloat(d[4]));if(d=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return e(2.55*parseFloat(d[1]),2.55*parseFloat(d[2]),2.55*parseFloat(d[3]));if(d=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(c))return e(2.55*parseFloat(d[1]),2.55*parseFloat(d[2]),2.55*parseFloat(d[3]),parseFloat(d[4]));if(d=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return e(parseInt(d[1],16),parseInt(d[2],16),parseInt(d[3],16));if(d=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return e(parseInt(d[1]+d[1],16),parseInt(d[2]+d[2],16),parseInt(d[3]+d[3],16));var f=a.trim(c).toLowerCase();return"transparent"==f?e(255,255,255,0):(d=b[f]||[0,0,0],e(d[0],d[1],d[2]))};var b={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}}(jQuery),function(a){function b(b,c){var d=c.children("."+b)[0];if(null==d&&(d=document.createElement("canvas"),d.className=b,a(d).css({direction:"ltr",position:"absolute",left:0,top:0}).appendTo(c),!d.getContext)){if(!window.G_vmlCanvasManager)throw new Error("Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode."); +d=window.G_vmlCanvasManager.initElement(d)}this.element=d;var e=this.context=d.getContext("2d"),f=window.devicePixelRatio||1,g=e.webkitBackingStorePixelRatio||e.mozBackingStorePixelRatio||e.msBackingStorePixelRatio||e.oBackingStorePixelRatio||e.backingStorePixelRatio||1;this.pixelRatio=f/g,this.resize(c.width(),c.height()),this.textContainer=null,this.text={},this._textCache={}}function c(c,e,f,g){function h(a,b){b=[qb].concat(b);for(var c=0;cd;++d)e=eb.xaxes[d],e&&!e.tickColor&&(e.tickColor=e.color),e=a.extend(!0,{},eb.xaxis,e),eb.xaxes[d]=e,e.font&&(e.font=a.extend({},g,e.font),e.font.color||(e.font.color=e.color));for(f=eb.yaxes.length||1,d=0;f>d;++d)e=eb.yaxes[d],e&&!e.tickColor&&(e.tickColor=e.color),e=a.extend(!0,{},eb.yaxis,e),eb.yaxes[d]=e,e.font&&(e.font=a.extend({},g,e.font),e.font.color||(e.font.color=e.color));for(eb.xaxis.noTicks&&null==eb.xaxis.ticks&&(eb.xaxis.ticks=eb.xaxis.noTicks),eb.yaxis.noTicks&&null==eb.yaxis.ticks&&(eb.yaxis.ticks=eb.yaxis.noTicks),eb.x2axis&&(eb.xaxes[1]=a.extend(!0,{},eb.xaxis,eb.x2axis),eb.xaxes[1].position="top"),eb.y2axis&&(eb.yaxes[1]=a.extend(!0,{},eb.yaxis,eb.y2axis),eb.yaxes[1].position="right"),eb.grid.coloredAreas&&(eb.grid.markings=eb.grid.coloredAreas),eb.grid.coloredAreasColor&&(eb.grid.markingsColor=eb.grid.coloredAreasColor),eb.lines&&a.extend(!0,eb.series.lines,eb.lines),eb.points&&a.extend(!0,eb.series.points,eb.points),eb.bars&&a.extend(!0,eb.series.bars,eb.bars),null!=eb.shadowSize&&(eb.series.shadowSize=eb.shadowSize),null!=eb.highlightColor&&(eb.series.highlightColor=eb.highlightColor),d=0;dd&&(d=e))}d>=c&&(c=d+1);var f,g=[],h=eb.colors,i=h.length,j=0;for(b=0;c>b;b++)f=a.color.parse(h[b%i]||"#666"),0==b%i&&b&&(j=j>=0?.5>j?-j-.2:0:-j),g[b]=f.scale("rgb",1+j);var k,l=0;for(b=0;ba.datamax&&c!=s&&(a.datamax=c)}var c,d,e,f,g,i,j,k,l,m,o,p,q=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY,s=Number.MAX_VALUE;for(a.each(n(),function(a,b){b.datamin=q,b.datamax=r,b.used=!1}),c=0;cf;++f)k=m[f],l=p[f],l&&(l.number&&null!=k&&(k=+k,isNaN(k)?k=null:1/0==k?k=s:k==-1/0&&(k=-s)),null==k&&(l.required&&(v=!0),null!=l.defaultValue&&(k=l.defaultValue))),i[e+f]=k;if(v)for(f=0;j>f;++f)k=i[e+f],null!=k&&(l=p[f],l.autoscale&&(l.x&&b(g.xaxis,k,k),l.y&&b(g.yaxis,k,k))),i[e+f]=null;else if(u&&e>0&&null!=i[e-j]&&i[e-j]!=i[e]&&i[e-j+1]!=i[e+1]){for(f=0;j>f;++f)i[e+j+f]=i[e+f];i[e+1]=i[e-j+1],e+=j}}}}for(c=0;cf;++f)k=i[d+f],l=p[f],l&&l.autoscale!==!1&&k!=s&&k!=-s&&(l.x&&(w>k&&(w=k),k>y&&(y=k)),l.y&&(x>k&&(x=k),k>z&&(z=k)));if(g.bars.show){var A;switch(g.bars.align){case"left":A=0;break;case"right":A=-g.bars.barWidth;break;case"center":A=-g.bars.barWidth/2;break;default:throw new Error("Invalid bar alignment: "+g.bars.align)}g.bars.horizontal?(x+=A,z+=A+g.bars.barWidth):(w+=A,y+=A+g.bars.barWidth)}b(g.xaxis,w,y),b(g.yaxis,x,z)}a.each(n(),function(a,b){b.datamin==q&&(b.datamin=null),b.datamax==r&&(b.datamax=null)})}function t(){c.css("padding",0).children(":not(.flot-base,.flot-overlay)").remove(),"static"==c.css("position")&&c.css("position","relative"),fb=new b("flot-base",c),gb=new b("flot-overlay",c),ib=fb.context,jb=gb.context,hb=a(gb.element).unbind();var d=c.data("plot");d&&(d.shutdown(),gb.clear()),c.data("plot",qb)}function u(){eb.grid.hoverable&&(hb.mousemove(T),hb.bind("mouseleave",U)),eb.grid.clickable&&hb.click(V),h(pb.bindEvents,[hb])}function v(){sb&&clearTimeout(sb),hb.unbind("mousemove",T),hb.unbind("mouseleave",U),hb.unbind("click",V),h(pb.shutdown,[hb])}function w(a){function b(a){return a}var c,d,e=a.options.transform||b,f=a.options.inverseTransform;"x"==a.direction?(c=a.scale=nb/Math.abs(e(a.max)-e(a.min)),d=Math.min(e(a.max),e(a.min))):(c=a.scale=ob/Math.abs(e(a.max)-e(a.min)),c=-c,d=Math.max(e(a.max),e(a.min))),a.p2c=e==b?function(a){return(a-d)*c}:function(a){return(e(a)-d)*c},a.c2p=f?function(a){return f(d+a/c)}:function(a){return d+a/c}}function x(a){var b=a.options,c=a.ticks||[],d=b.labelWidth||0,e=b.labelHeight||0,f=d||"x"==a.direction?Math.floor(fb.width/(c.length||1)):null;legacyStyles=a.direction+"Axis "+a.direction+a.n+"Axis",layer="flot-"+a.direction+"-axis flot-"+a.direction+a.n+"-axis "+legacyStyles,font=b.font||"flot-tick-label tickLabel";for(var g=0;g=0;--b)y(g[b]);A(),a.each(g,function(a,b){z(b)})}nb=fb.width-mb.left-mb.right,ob=fb.height-mb.bottom-mb.top,a.each(c,function(a,b){w(b)}),d&&K(),R()}function C(a){var b=a.options,c=+(null!=b.min?b.min:a.datamin),d=+(null!=b.max?b.max:a.datamax),e=d-c;if(0==e){var f=0==d?1:.01;null==b.min&&(c-=f),(null==b.max||null!=b.min)&&(d+=f)}else{var g=b.autoscaleMargin;null!=g&&(null==b.min&&(c-=e*g,0>c&&null!=a.datamin&&a.datamin>=0&&(c=0)),null==b.max&&(d+=e*g,d>0&&null!=a.datamax&&a.datamax<=0&&(d=0)))}a.min=c,a.max=d}function D(b){var c,e=b.options;c="number"==typeof e.ticks&&e.ticks>0?e.ticks:.3*Math.sqrt("x"==b.direction?fb.width:fb.height);var f=(b.max-b.min)/c,g=-Math.floor(Math.log(f)/Math.LN10),h=e.tickDecimals;null!=h&&g>h&&(g=h);var i,j=Math.pow(10,-g),k=f/j;if(1.5>k?i=1:3>k?(i=2,k>2.25&&(null==h||h>=g+1)&&(i=2.5,++g)):i=7.5>k?5:10,i*=j,null!=e.minTickSize&&i0&&(null==e.min&&(b.min=Math.min(b.min,m[0])),null==e.max&&m.length>1&&(b.max=Math.max(b.max,m[m.length-1]))),b.tickGenerator=function(a){var b,c,d=[];for(c=0;c1&&/\..*0$/.test((o[1]-o[0]).toFixed(n))||(b.tickDecimals=n)}}}}function E(b){var c=b.options.ticks,d=[];null==c||"number"==typeof c&&c>0?d=b.tickGenerator(b):c&&(d=a.isFunction(c)?c(b):c);var e,f;for(b.ticks=[],e=0;e1&&(g=h[1])):f=+h,null==g&&(g=b.tickFormatter(f,b)),isNaN(f)||b.ticks.push({v:f,label:g})}}function F(a,b){a.options.autoscaleMargin&&b.length>0&&(null==a.options.min&&(a.min=Math.min(a.min,b[0].v)),null==a.options.max&&b.length>1&&(a.max=Math.max(a.max,b[b.length-1].v)))}function G(){fb.clear(),h(pb.drawBackground,[ib]);var a=eb.grid;a.show&&a.backgroundColor&&I(),a.show&&!a.aboveData&&J();for(var b=0;be){var i=d;d=e,e=i}return{from:d,to:e,axis:c}}function I(){ib.save(),ib.translate(mb.left,mb.top),ib.fillStyle=cb(eb.grid.backgroundColor,ob,0,"rgba(255, 255, 255, 0)"),ib.fillRect(0,0,nb,ob),ib.restore()}function J(){var b,c,d,e;ib.save(),ib.translate(mb.left,mb.top);var f=eb.grid.markings;if(f)for(a.isFunction(f)&&(c=qb.getAxes(),c.xmin=c.xaxis.min,c.xmax=c.xaxis.max,c.ymin=c.yaxis.min,c.ymax=c.yaxis.max,f=f(c)),b=0;bh.axis.max||i.toi.axis.max||(h.from=Math.max(h.from,h.axis.min),h.to=Math.min(h.to,h.axis.max),i.from=Math.max(i.from,i.axis.min),i.to=Math.min(i.to,i.axis.max),(h.from!=h.to||i.from!=i.to)&&(h.from=h.axis.p2c(h.from),h.to=h.axis.p2c(h.to),i.from=i.axis.p2c(i.from),i.to=i.axis.p2c(i.to),h.from==h.to||i.from==i.to?(ib.beginPath(),ib.strokeStyle=g.color||eb.grid.markingsColor,ib.lineWidth=g.lineWidth||eb.grid.markingsLineWidth,ib.moveTo(h.from,i.from),ib.lineTo(h.to,i.to),ib.stroke()):(ib.fillStyle=g.color||eb.grid.markingsColor,ib.fillRect(h.from,i.to,h.to-h.from,i.from-i.to))))}c=n(),d=eb.grid.borderWidth;for(var j=0;jp.max||"full"==r&&("object"==typeof d&&d[p.position]>0||d>0)&&(s==p.min||s==p.max)||("x"==p.direction?(k=p.p2c(s),o="full"==r?-ob:r,"top"==p.position&&(o=-o)):(l=p.p2c(s),m="full"==r?-nb:r,"left"==p.position&&(m=-m)),1==ib.lineWidth&&("x"==p.direction?k=Math.floor(k)+.5:l=Math.floor(l)+.5),ib.moveTo(k,l),ib.lineTo(k+m,l+o))}ib.stroke()}}d&&(e=eb.grid.borderColor,"object"==typeof d||"object"==typeof e?("object"!=typeof d&&(d={top:d,right:d,bottom:d,left:d}),"object"!=typeof e&&(e={top:e,right:e,bottom:e,left:e}),d.top>0&&(ib.strokeStyle=e.top,ib.lineWidth=d.top,ib.beginPath(),ib.moveTo(0-d.left,0-d.top/2),ib.lineTo(nb,0-d.top/2),ib.stroke()),d.right>0&&(ib.strokeStyle=e.right,ib.lineWidth=d.right,ib.beginPath(),ib.moveTo(nb+d.right/2,0-d.top),ib.lineTo(nb+d.right/2,ob),ib.stroke()),d.bottom>0&&(ib.strokeStyle=e.bottom,ib.lineWidth=d.bottom,ib.beginPath(),ib.moveTo(nb+d.right,ob+d.bottom/2),ib.lineTo(0,ob+d.bottom/2),ib.stroke()),d.left>0&&(ib.strokeStyle=e.left,ib.lineWidth=d.left,ib.beginPath(),ib.moveTo(0-d.left/2,ob+d.bottom),ib.lineTo(0-d.left/2,0),ib.stroke())):(ib.lineWidth=d,ib.strokeStyle=eb.grid.borderColor,ib.strokeRect(-d/2,-d/2,nb+d,ob+d))),ib.restore()}function K(){a.each(n(),function(a,b){if(b.show&&0!=b.ticks.length){var c,d,e,f,g,h=b.box,i=b.direction+"Axis "+b.direction+b.n+"Axis",j="flot-"+b.direction+"-axis flot-"+b.direction+b.n+"-axis "+i,k=b.options.font||"flot-tick-label tickLabel";fb.removeText(j);for(var l=0;lb.max||("x"==b.direction?(f="center",d=mb.left+b.p2c(c.v),"bottom"==b.position?e=h.top+h.padding:(e=h.top+h.height-h.padding,g="bottom")):(g="middle",e=mb.top+b.p2c(c.v),"left"==b.position?(d=h.left+h.width-h.padding,f="right"):d=h.left+h.padding),fb.addText(j,d,e,c.label,k,null,null,f,g))}})}function L(a){a.lines.show&&M(a),a.bars.show&&P(a),a.points.show&&N(a)}function M(a){function b(a,b,c,d,e){var f=a.points,g=a.pointsize,h=null,i=null;ib.beginPath();for(var j=g;j=l&&l=n&&n=n&&l>e.max){if(n>e.max)continue;k=(e.max-l)/(n-l)*(m-k)+k,l=e.max}else if(n>=l&&n>e.max){if(l>e.max)continue;m=(e.max-l)/(n-l)*(m-k)+k,n=e.max}if(m>=k&&k=m&&m=m&&k>d.max){if(m>d.max)continue;l=(d.max-k)/(m-k)*(n-l)+l,k=d.max}else if(m>=k&&m>d.max){if(k>d.max)continue;n=(d.max-k)/(m-k)*(n-l)+l,m=d.max}(k!=h||l!=i)&&ib.moveTo(d.p2c(k)+b,e.p2c(l)+c),h=m,i=n,ib.lineTo(d.p2c(m)+b,e.p2c(n)+c)}}ib.stroke()}function c(a,b,c){for(var d=a.points,e=a.pointsize,f=Math.min(Math.max(0,c.min),c.max),g=0,h=!1,i=1,j=0,k=0;;){if(e>0&&g>d.length+e)break;g+=e;var l=d[g-e],m=d[g-e+i],n=d[g],o=d[g+i];if(h){if(e>0&&null!=l&&null==n){k=g,e=-e,i=2;continue}if(0>e&&g==j+e){ib.fill(),h=!1,e=-e,i=1,g=j=k+e;continue}}if(null!=l&&null!=n){if(n>=l&&l=n&&n=n&&l>b.max){if(n>b.max)continue;m=(b.max-l)/(n-l)*(o-m)+m,l=b.max}else if(n>=l&&n>b.max){if(l>b.max)continue;o=(b.max-l)/(n-l)*(o-m)+m,n=b.max}if(h||(ib.beginPath(),ib.moveTo(b.p2c(l),c.p2c(f)),h=!0),m>=c.max&&o>=c.max)ib.lineTo(b.p2c(l),c.p2c(c.max)),ib.lineTo(b.p2c(n),c.p2c(c.max));else if(m<=c.min&&o<=c.min)ib.lineTo(b.p2c(l),c.p2c(c.min)),ib.lineTo(b.p2c(n),c.p2c(c.min));else{var p=l,q=n;o>=m&&m=c.min?(l=(c.min-m)/(o-m)*(n-l)+l,m=c.min):m>=o&&o=c.min&&(n=(c.min-m)/(o-m)*(n-l)+l,o=c.min),m>=o&&m>c.max&&o<=c.max?(l=(c.max-m)/(o-m)*(n-l)+l,m=c.max):o>=m&&o>c.max&&m<=c.max&&(n=(c.max-m)/(o-m)*(n-l)+l,o=c.max),l!=p&&ib.lineTo(b.p2c(p),c.p2c(m)),ib.lineTo(b.p2c(l),c.p2c(m)),ib.lineTo(b.p2c(n),c.p2c(o)),n!=q&&(ib.lineTo(b.p2c(n),c.p2c(o)),ib.lineTo(b.p2c(q),c.p2c(o)))}}}}ib.save(),ib.translate(mb.left,mb.top),ib.lineJoin="round";var d=a.lines.lineWidth,e=a.shadowSize;if(d>0&&e>0){ib.lineWidth=e,ib.strokeStyle="rgba(0,0,0,0.1)";var f=Math.PI/18;b(a.datapoints,Math.sin(f)*(d/2+e/2),Math.cos(f)*(d/2+e/2),a.xaxis,a.yaxis),ib.lineWidth=e/2,b(a.datapoints,Math.sin(f)*(d/2+e/4),Math.cos(f)*(d/2+e/4),a.xaxis,a.yaxis)}ib.lineWidth=d,ib.strokeStyle=a.color;var g=Q(a.lines,a.color,0,ob);g&&(ib.fillStyle=g,c(a.datapoints,a.xaxis,a.yaxis)),d>0&&b(a.datapoints,0,0,a.xaxis,a.yaxis),ib.restore()}function N(a){function b(a,b,c,d,e,f,g,h){for(var i=a.points,j=a.pointsize,k=0;kf.max||mg.max||(ib.beginPath(),l=f.p2c(l),m=g.p2c(m)+d,"circle"==h?ib.arc(l,m,b,0,e?Math.PI:2*Math.PI,!1):h(ib,l,m,b,e),ib.closePath(),c&&(ib.fillStyle=c,ib.fill()),ib.stroke())}}ib.save(),ib.translate(mb.left,mb.top);var c=a.points.lineWidth,d=a.shadowSize,e=a.points.radius,f=a.points.symbol;if(0==c&&(c=1e-4),c>0&&d>0){var g=d/2;ib.lineWidth=g,ib.strokeStyle="rgba(0,0,0,0.1)",b(a.datapoints,e,null,g+g/2,!0,a.xaxis,a.yaxis,f),ib.strokeStyle="rgba(0,0,0,0.2)",b(a.datapoints,e,null,g/2,!0,a.xaxis,a.yaxis,f)}ib.lineWidth=c,ib.strokeStyle=a.color,b(a.datapoints,e,Q(a.points,a.color),0,!1,a.xaxis,a.yaxis,f),ib.restore()}function O(a,b,c,d,e,f,g,h,i,j,k,l){var m,n,o,p,q,r,s,t,u;k?(t=r=s=!0,q=!1,m=c,n=a,p=b+d,o=b+e,m>n&&(u=n,n=m,m=u,q=!0,r=!1)):(q=r=s=!0,t=!1,m=a+d,n=a+e,o=c,p=b,o>p&&(u=p,p=o,o=u,t=!0,s=!1)),nh.max||pi.max||(mh.max&&(n=h.max,r=!1),oi.max&&(p=i.max,s=!1),m=h.p2c(m),o=i.p2c(o),n=h.p2c(n),p=i.p2c(p),g&&(j.beginPath(),j.moveTo(m,o),j.lineTo(m,p),j.lineTo(n,p),j.lineTo(n,o),j.fillStyle=g(o,p),j.fill()),l>0&&(q||r||s||t)&&(j.beginPath(),j.moveTo(m,o+f),q?j.lineTo(m,p+f):j.moveTo(m,p+f),s?j.lineTo(n,p+f):j.moveTo(n,p+f),r?j.lineTo(n,o+f):j.moveTo(n,o+f),t?j.lineTo(m,o+f):j.moveTo(m,o+f),j.stroke()))}function P(a){function b(b,c,d,e,f,g,h){for(var i=b.points,j=b.pointsize,k=0;k"),e.push(""),g=!0),e.push('
'+''+k.label+"")}if(g&&e.push(""),0!=e.length){var l=''+e.join("")+"
";if(null!=eb.legend.container)a(eb.legend.container).html(l);else{var m="",n=eb.legend.position,o=eb.legend.margin;null==o[0]&&(o=[o,o]),"n"==n.charAt(0)?m+="top:"+(o[1]+mb.top)+"px;":"s"==n.charAt(0)&&(m+="bottom:"+(o[1]+mb.bottom)+"px;"),"e"==n.charAt(1)?m+="right:"+(o[0]+mb.right)+"px;":"w"==n.charAt(1)&&(m+="left:"+(o[0]+mb.left)+"px;");var p=a('
'+l.replace('style="','style="position:absolute;'+m+";")+"
").appendTo(c);if(0!=eb.legend.backgroundOpacity){var q=eb.legend.backgroundColor;null==q&&(q=eb.grid.backgroundColor,q=q&&"string"==typeof q?a.color.parse(q):a.color.extract(p,"background-color"),q.a=1,q=q.toString());var r=p.children();a('
').prependTo(p).css("opacity",eb.legend.backgroundOpacity)}}}}}function S(a,b,c){var d,e,f,g=eb.grid.mouseActiveRadius,h=g*g+1,i=null;for(d=db.length-1;d>=0;--d)if(c(db[d])){var j=db[d],k=j.xaxis,l=j.yaxis,m=j.datapoints.points,n=k.c2p(a),o=l.c2p(b),p=g/k.scale,q=g/l.scale;if(f=j.datapoints.pointsize,k.options.inverseTransform&&(p=Number.MAX_VALUE),l.options.inverseTransform&&(q=Number.MAX_VALUE),j.lines.show||j.points.show)for(e=0;ep||-p>r-n||s-o>q||-q>s-o)){var t=Math.abs(k.p2c(r)-a),u=Math.abs(l.p2c(s)-b),v=t*t+u*u;h>v&&(h=v,i=[d,e/f])}}if(j.bars.show&&!i){var w="left"==j.bars.align?0:-j.bars.barWidth/2,x=w+j.bars.barWidth;for(e=0;e=Math.min(y,r)&&o>=s+w&&s+x>=o:n>=r+w&&r+x>=n&&o>=Math.min(y,s)&&o<=Math.max(y,s))&&(i=[d,e/f])}}}return i?(d=i[0],e=i[1],f=db[d].datapoints.pointsize,{datapoint:db[d].datapoints.points.slice(e*f,(e+1)*f),dataIndex:e,series:db[d],seriesIndex:d}):null}function T(a){eb.grid.hoverable&&W("plothover",a,function(a){return 0!=a.hoverable})}function U(a){eb.grid.hoverable&&W("plothover",a,function(){return!1})}function V(a){W("plotclick",a,function(a){return 0!=a.clickable})}function W(a,b,d){var e=hb.offset(),f=b.pageX-e.left-mb.left,g=b.pageY-e.top-mb.top,h=o({left:f,top:g});h.pageX=b.pageX,h.pageY=b.pageY;var i=S(f,g,d);if(i&&(i.pageX=parseInt(i.series.xaxis.p2c(i.datapoint[0])+e.left+mb.left,10),i.pageY=parseInt(i.series.yaxis.p2c(i.datapoint[1])+e.top+mb.top,10)),eb.grid.autoHighlight){for(var j=0;jf.max||eg.max)){var i=b.points.radius+b.points.lineWidth/2;jb.lineWidth=i,jb.strokeStyle=h;var j=1.5*i;d=f.p2c(d),e=g.p2c(e),jb.beginPath(),"circle"==b.points.symbol?jb.arc(d,e,j,0,2*Math.PI,!1):b.points.symbol(jb,d,e,j,!1),jb.closePath(),jb.stroke()}}function bb(b,c){var d="string"==typeof b.highlightColor?b.highlightColor:a.color.parse(b.color).scale("a",.5).toString(),e=d,f="left"==b.bars.align?0:-b.bars.barWidth/2;jb.lineWidth=b.bars.lineWidth,jb.strokeStyle=d,O(c[0],c[1],c[2]||0,f,f+b.bars.barWidth,0,function(){return e},b.xaxis,b.yaxis,jb,b.bars.horizontal,b.bars.lineWidth)}function cb(b,c,d,e){if("string"==typeof b)return b;for(var f=ib.createLinearGradient(0,d,0,c),g=0,h=b.colors.length;h>g;++g){var i=b.colors[g];if("string"!=typeof i){var j=a.color.parse(e);null!=i.brightness&&(j=j.scale("rgb",i.brightness)),null!=i.opacity&&(j.a*=i.opacity),i=j.toString()}f.addColorStop(g/(h-1),i)}return f}var db=[],eb={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:!0,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:.85,sorted:null},xaxis:{show:null,position:"bottom",mode:null,font:null,color:null,tickColor:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,reserveSpace:null,tickLength:null,alignTicksWithAxis:null,tickDecimals:null,tickSize:null,minTickSize:null},yaxis:{autoscaleMargin:.02,position:"left"},xaxes:[],yaxes:[],series:{points:{show:!1,radius:3,lineWidth:2,fill:!0,fillColor:"#ffffff",symbol:"circle"},lines:{lineWidth:2,fill:!1,fillColor:null,steps:!1},bars:{show:!1,lineWidth:2,barWidth:1,fill:!0,fillColor:null,align:"left",horizontal:!1,zero:!0},shadowSize:3,highlightColor:null},grid:{show:!0,aboveData:!1,color:"#545454",backgroundColor:null,borderColor:null,tickColor:null,margin:0,labelMargin:5,axisMargin:8,borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:!1,hoverable:!1,autoHighlight:!0,mouseActiveRadius:10},interaction:{redrawOverlayInterval:1e3/60},hooks:{}},fb=null,gb=null,hb=null,ib=null,jb=null,kb=[],lb=[],mb={left:0,right:0,top:0,bottom:0},nb=0,ob=0,pb={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],drawBackground:[],drawSeries:[],draw:[],bindEvents:[],drawOverlay:[],shutdown:[]},qb=this;qb.setData=k,qb.setupGrid=B,qb.draw=G,qb.getPlaceholder=function(){return c},qb.getCanvas=function(){return fb.element},qb.getPlotOffset=function(){return mb},qb.width=function(){return nb},qb.height=function(){return ob},qb.offset=function(){var a=hb.offset();return a.left+=mb.left,a.top+=mb.top,a},qb.getData=function(){return db},qb.getAxes=function(){var b={};return a.each(kb.concat(lb),function(a,c){c&&(b[c.direction+(1!=c.n?c.n:"")+"axis"]=c)}),b},qb.getXAxes=function(){return kb},qb.getYAxes=function(){return lb},qb.c2p=o,qb.p2c=p,qb.getOptions=function(){return eb},qb.highlight=Z,qb.unhighlight=$,qb.triggerRedrawOverlay=X,qb.pointOffset=function(a){return{left:parseInt(kb[m(a,"x")-1].p2c(+a.x)+mb.left,10),top:parseInt(lb[m(a,"y")-1].p2c(+a.y)+mb.top,10)}},qb.shutdown=v,qb.resize=function(){var a=c.width(),b=c.height();fb.resize(a,b),gb.resize(a,b)},qb.hooks=pb,i(qb),j(f),t(),k(e),B(),G(),u();var rb=[],sb=null}function d(a,b){return b*Math.floor(a/b)}var e=Object.prototype.hasOwnProperty;b.prototype.resize=function(a,b){if(0>=a||0>=b)throw new Error("Invalid dimensions for plot, width = "+a+", height = "+b);var c=this.element,d=this.context,e=this.pixelRatio;this.width!=a&&(c.width=a*e,c.style.width=a+"px",this.width=a),this.height!=b&&(c.height=b*e,c.style.height=b+"px",this.height=b),d.restore(),d.save(),d.scale(e,e)},b.prototype.clear=function(){this.context.clearRect(0,0,this.width,this.height)},b.prototype.render=function(){var a=this._textCache;for(var b in a)if(e.call(a,b)){var c=this.getTextLayer(b),d=a[b];c.hide();for(var f in d)if(e.call(d,f)){var g=d[f];for(var h in g)if(e.call(g,h)){for(var i,j=g[h].positions,k=0;i=j[k];k++)i.active?i.rendered||(c.append(i.element),i.rendered=!0):(j.splice(k--,1),i.rendered&&i.element.detach());0==j.length&&delete g[h]}}c.show()}},b.prototype.getTextLayer=function(b){var c=this.text[b];return null==c&&(null==this.textContainer&&(this.textContainer=a("
").css({position:"absolute",top:0,left:0,bottom:0,right:0,"font-size":"smaller",color:"#545454"}).insertAfter(this.element)),c=this.text[b]=a("
").addClass(b).css({position:"absolute",top:0,left:0,bottom:0,right:0}).appendTo(this.textContainer)),c},b.prototype.getTextInfo=function(b,c,d,e,f){var g,h,i,j;if(c=""+c,g="object"==typeof d?d.style+" "+d.variant+" "+d.weight+" "+d.size+"px/"+d.lineHeight+"px "+d.family:d,h=this._textCache[b],null==h&&(h=this._textCache[b]={}),i=h[g],null==i&&(i=h[g]={}),j=i[c],null==j){var k=a("
").html(c).css({position:"absolute","max-width":f,top:-9999}).appendTo(this.getTextLayer(b));"object"==typeof d?k.css({font:g,color:d.color}):"string"==typeof d&&k.addClass(d),j=i[c]={width:k.outerWidth(!0),height:k.outerHeight(!0),element:k,positions:[]},k.detach()}return j},b.prototype.addText=function(a,b,c,d,e,f,g,h,i){var j=this.getTextInfo(a,d,e,f,g),k=j.positions;"center"==h?b-=j.width/2:"right"==h&&(b-=j.width),"middle"==i?c-=j.height/2:"bottom"==i&&(c-=j.height);for(var l,m=0;l=k[m];m++)if(l.x==b&&l.y==c)return l.active=!0,void 0;l={active:!0,rendered:!1,element:k.length?j.element.clone():j.element,x:b,y:c},k.push(l),l.element.css({top:Math.round(c),left:Math.round(b),"text-align":h})},b.prototype.removeText=function(a,b,c,d,f,g){if(null==d){var h=this._textCache[a]; +if(null!=h)for(var i in h)if(e.call(h,i)){var j=h[i];for(var k in j)if(e.call(j,k))for(var l,m=j[k].positions,n=0;l=m[n];n++)l.active=!1}}else for(var l,m=this.getTextInfo(a,d,f,g).positions,n=0;l=m[n];n++)l.x==b&&l.y==c&&(l.active=!1)},a.plot=function(b,d,e){var f=new c(a(b),d,e,a.plot.plugins);return f},a.plot.version="0.8.1",a.plot.plugins=[],a.fn.plot=function(b,c){return this.each(function(){a.plot(this,b,c)})}}(jQuery),function(a,b,c){function d(){e=b[h](function(){f.each(function(){var b=a(this),c=b.width(),d=b.height(),e=a.data(this,j);(c!==e.w||d!==e.h)&&b.trigger(i,[e.w=c,e.h=d])}),d()},g[k])}var e,f=a([]),g=a.resize=a.extend(a.resize,{}),h="setTimeout",i="resize",j=i+"-special-event",k="delay",l="throttleWindow";g[k]=250,g[l]=!0,a.event.special[i]={setup:function(){if(!g[l]&&this[h])return!1;var b=a(this);f=f.add(b),a.data(this,j,{w:b.width(),h:b.height()}),1===f.length&&d()},teardown:function(){if(!g[l]&&this[h])return!1;var b=a(this);f=f.not(b),b.removeData(j),f.length||clearTimeout(e)},add:function(b){function d(b,d,f){var g=a(this),h=a.data(this,j);h.w=d!==c?d:g.width(),h.h=f!==c?f:g.height(),e.apply(this,arguments)}if(!g[l]&&this[h])return!1;var e;return a.isFunction(b)?(e=b,d):(e=b.handler,b.handler=d,void 0)}}}(jQuery,this),function(a){function b(a){function b(){var b=a.getPlaceholder();0!=b.width()&&0!=b.height()&&(a.resize(),a.setupGrid(),a.draw())}function c(a){a.getPlaceholder().resize(b)}function d(a){a.getPlaceholder().unbind("resize",b)}a.hooks.bindEvents.push(c),a.hooks.shutdown.push(d)}var c={};a.plot.plugins.push({init:b,options:c,name:"resize",version:"1.0"})}(jQuery),function(a){function b(a,b){return b*Math.floor(a/b)}function c(a,b,c,d){if("function"==typeof a.strftime)return a.strftime(b);var e=function(a,b){return a=""+a,b=""+(null==b?"0":b),1==a.length?b+a:a},f=[],g=!1,h=a.getHours(),i=12>h;null==c&&(c=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),null==d&&(d=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var j;j=h>12?h-12:0==h?12:h;for(var k=0;k=g);++l);var m=i[l][0],n=i[l][1];if("year"==n){if(null!=f.minTickSize&&"year"==f.minTickSize[1])m=Math.floor(f.minTickSize[0]);else{var o=Math.pow(10,Math.floor(Math.log(a.delta/h.year)/Math.LN10)),p=a.delta/h.year/o;m=1.5>p?1:3>p?2:7.5>p?5:10,m*=o}1>m&&(m=1)}a.tickSize=f.tickSize||[m,n];var q=a.tickSize[0];n=a.tickSize[1];var r=q*h[n];"second"==n?d.setSeconds(b(d.getSeconds(),q)):"minute"==n?d.setMinutes(b(d.getMinutes(),q)):"hour"==n?d.setHours(b(d.getHours(),q)):"month"==n?d.setMonth(b(d.getMonth(),q)):"quarter"==n?d.setMonth(3*b(d.getMonth()/3,q)):"year"==n&&d.setFullYear(b(d.getFullYear(),q)),d.setMilliseconds(0),r>=h.minute&&d.setSeconds(0),r>=h.hour&&d.setMinutes(0),r>=h.day&&d.setHours(0),r>=4*h.day&&d.setDate(1),r>=2*h.month&&d.setMonth(b(d.getMonth(),3)),r>=2*h.quarter&&d.setMonth(b(d.getMonth(),6)),r>=h.year&&d.setMonth(0);var s,t=0,u=Number.NaN;do if(s=u,u=d.getTime(),c.push(u),"month"==n||"quarter"==n)if(1>q){d.setDate(1);var v=d.getTime();d.setMonth(d.getMonth()+("quarter"==n?3:1));var w=d.getTime();d.setTime(u+t*h.hour+(w-v)*q),t=d.getHours(),d.setHours(0)}else d.setMonth(d.getMonth()+q*("quarter"==n?3:1));else"year"==n?d.setFullYear(d.getFullYear()+q):d.setTime(u+r);while(ua;a++)this.q[a].call()}}function e(a,b){return a.currentStyle?a.currentStyle[b]:window.getComputedStyle?window.getComputedStyle(a,null).getPropertyValue(b):a.style[b]}function f(a,b){function f(){var b=!1,c=a.resizeSensor.offsetWidth,d=a.resizeSensor.offsetHeight;return i!=c&&(k.width=c-1+"px",l.width=c+1+"px",b=!0,i=c),j!=d&&(k.height=d-1+"px",l.height=d+1+"px",b=!0,j=d),b}if(a.resizedAttached){if(a.resizedAttached)return a.resizedAttached.add(b),void 0}else a.resizedAttached=new d,a.resizedAttached.add(b);if("onresize"in a)a.attachEvent?a.attachEvent("onresize",function(){a.resizedAttached.call()}):a.addEventListener&&a.addEventListener("resize",function(){a.resizedAttached.call()});else{var g=function(){f()&&a.resizedAttached.call()};a.resizeSensor=document.createElement("div"),a.resizeSensor.className="resize-sensor";var h="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1;";a.resizeSensor.style.cssText=h,a.resizeSensor.innerHTML='
'+"
"+"
"+'
'+"
"+"
",a.appendChild(a.resizeSensor),"absolute"!==e(a,"position")&&(a.style.position="relative");var i=0,j=0,k=a.resizeSensor.firstElementChild.firstChild.style,l=a.resizeSensor.lastElementChild.firstChild.style;f(),c(a.resizeSensor,g),c(a.resizeSensor.firstElementChild,g),c(a.resizeSensor.lastElementChild,g)}}if("array"==typeof a||"undefined"!=typeof jQuery&&a instanceof jQuery||"undefined"!=typeof Elements&&a instanceof Elements)for(var g=0,h=a.length;h>g;g++)f(a[g],b);else f(a,b)}}(),function(){function a(){(new b).init()}var b=this.ElementQueries=function(){function a(a){a||(a=document.documentElement);var b=getComputedStyle(a,"fontSize");return parseFloat(b)||16}function b(b,c){var d=c.replace(/[0-9]*/,"");switch(c=parseFloat(c),d){case"px":return c;case"em":return c*a(b);case"rem":return c*a();case"vw":return c*document.documentElement.clientWidth/100;case"vh":return c*document.documentElement.clientHeight/100;case"vmin":case"vmax":var e=document.documentElement.clientWidth/100,f=document.documentElement.clientHeight/100,g=Math["vmin"===d?"min":"max"];return c*g(e,f);default:return c}}function c(a){this.element=a,this.options=[];var c,d,e,f,g,h,i,j,k=0,l=0;this.addOption=function(a){this.options.push(a)};var m=["min-width","min-height","max-width","max-height"];this.call=function(){for(k=this.element.offsetWidth,l=this.element.offsetHeight,h={},c=0,d=this.options.length;d>c;c++)e=this.options[c],f=b(this.element,e.value),g="width"==e.property?k:l,j=e.mode+"-"+e.property,i="","min"==e.mode&&g>=f&&(i+=e.value),"max"==e.mode&&f>=g&&(i+=e.value),h[j]||(h[j]=""),i&&-1===(" "+h[j]+" ").indexOf(" "+i+" ")&&(h[j]+=" "+i);for(var a in m)h[m[a]]?this.element.setAttribute(m[a],h[m[a]].substr(1)):this.element.removeAttribute(m[a])}}function d(a,b){a.elementQueriesSetupInformation?a.elementQueriesSetupInformation.addOption(b):(a.elementQueriesSetupInformation=new c(a),a.elementQueriesSetupInformation.addOption(b),new ResizeSensor(a,function(){a.elementQueriesSetupInformation.call()})),a.elementQueriesSetupInformation.call()}function e(a,b,c,e){var f=document.querySelectorAll;if("undefined"!=typeof $$&&(f=$$),"undefined"!=typeof jQuery&&(f=jQuery),!f)throw"No document.querySelectorAll, jQuery or Mootools's $$ found.";for(var g=f(a),h=0,i=g.length;i>h;h++)d(g[h],{mode:b,property:c,value:e})}function f(a){var b;for(a=a.replace(/'/g,'"');null!==(b=h.exec(a));)5c;c++)1===a[c].type?(b=a[c].selectorText||a[c].cssText,(-1!==b.indexOf("min-width")||-1!==b.indexOf("max-width"))&&f(b)):4===a[c].type&&g(a[c].cssRules||a[c].rules)}var h=/,?([^,\n]*)\[[\s\t]*(min|max)-(width|height)[\s\t]*[~$\^]?=[\s\t]*"([^"]*)"[\s\t]*]([^\n\s\{]*)/gim;this.init=function(){for(var a=0,b=document.styleSheets.length;b>a;a++)g(document.styleSheets[a].cssText||document.styleSheets[a].cssRules||document.styleSheets[a].rules)}};window.addEventListener?window.addEventListener("load",a,!1):window.attachEvent("onload",a)}(),function(a,b){"use strict";function c(){a.pimon_config.server=void 0!==a.localStorage.server?a.localStorage.server:"localhost"!==window.location.hostname?window.location.protocol+"//"+window.location.hostname+":"+window.location.port:"http://app1poy:58000",a.pimon_config.server_client=a.localStorage.server_client||"030",a.pimon_config.erp_server=a.localStorage.erp_server||"http://app-saperd:8002",a.pimon_config.dev_user=a.localStorage.dev_user||"",a.pimon_config.dev_pass=a.localStorage.dev_pass||"",""===a.pimon_config.server&&$("#js-alert-connection").show(500)}function d(b){a.location.href.indexOf("localhost")>-1&&(b.setRequestHeader("Authorization","Basic "+btoa(a.pimon_config.dev_user+":"+a.pimon_config.dev_pass)),b.withCredentials=!0)}function e(a,b){return a[0]-b[0]}function f(a){j.updateFlotChartLegendTimeout=null;var b=j.latestPosition,c=a.getAxes();if(!(b.xc.xaxis.max||b.yc.yaxis.max)){var d,f,g=a.getData();for(d=0;db.x);++f);var i,k=h.data[f-1],l=h.data[f];i=null===k?l[1]:null===l?k[1]:k[1]+(l[1]-k[1])*(b.x-k[0])/(l[0]-k[0]);var m=$(".legendLabel");m.eq(d).text(h.label+": "+i.toFixed(0))}}}function g(){console.log("zpigetstats ajax call"),$.blockUI({message:"processing..."}),$.ajax({type:"GET",url:a.pimon_config.server+"/zpimon/api/stats/monthly",dataType:"json",beforeSend:function(a){d(a)}}).done(function(b){a.gaugeIflowPerDay.refresh(void 0===b.iflowPerDay?0:b.iflowPerDay),a.gaugeIflowErrorsPerDay.refresh(void 0===b.iflowErrorsPerDay?0:b.iflowErrorsPerDay),a.gaugeIflowOutstandingErrorsPerDay.refresh(void 0===b.iflowOutstandingErrors?0:b.iflowOutstandingErrors),a.gaugeMessagePerDay.refresh(void 0===b.messagePerDay?0:b.messagePerDay),a.gaugeMessageErrorsPerDay.refresh(void 0===b.messageErrorsPerDay?0:b.messageErrorsPerDay),a.gaugeMessageOutstandingErrorsPerDay.refresh(void 0===b.messageOutstandingErrors?0:b.messageOutstandingErrors),$.unblockUI(),$(".pimon-error-alltime").text(void 0===b.errorsAllTime?"":b.errorsAllTime),$(".pimon-delivering-alltime").text(void 0===b.deliveringAllTime?"":b.deliveringAllTime),$(".pimon-blacklisted-alltime").text("not implemented");var c=[];$.each(b.messageTimeSeries,function(a,b){c.push([a,b])}),c.sort(function(a,b){return b[0]-a[0]});var d=$(".pimon-chart"),e=$.plot(d,[{data:c,label:"msgs/day"}],{xaxis:{mode:"time"},crosshair:{mode:"x",lineWidth:2},grid:{hoverable:!0,autoHighlight:!0}});$(".pimon-chart").bind("plothover",function(b,c){j.latestPosition=c,j.updateFlotChartLegendTimeout||(j.updateFlotChartLegendTimeout=a.setTimeout(f,500,e))}),d.mouseleave(function(){a.setTimeout(function(){$(".legendLabel").each(function(){$(this).text($(this).text().split(":")[0])})},1e3)})}).fail(function(a,b,c){$("#js-alert-ajax-text").text(c),$("#js-alert-ajax").show(500),$.unblockUI()})}function h(a,c,d){return new b({id:a,value:0,min:0,max:100,showMinMax:!1,refreshAnimationType:"bounce",levelColors:d,title:c,relativeGaugeSize:!0})}function i(){$('.pimon-tab-panel a[href="#tab-message-guages"]').tab("show"),setTimeout(function(){$('.pimon-tab-panel a[href="#tab-iflow-guages"]').tab("show")},10)}var j={updateFlotChartLegendTimeout:null,latestPosition:null};$(function(){a.pimon_config={server:"",server_client:"",erp_server:""},c(),a.gaugeIflowPerDay=h("gaugeIflowPerDay","iFlows / Day",["#00CC00"]),a.gaugeIflowErrorsPerDay=h("gaugeIflowErrorsPerDay","iFlow Errors / Day",["#efad29"]),a.gaugeIflowOutstandingErrorsPerDay=h("gaugeIflowOutstandingErrorsPerDay","iFlow Current Errors",["#c95b5b"]),a.gaugeMessagePerDay=h("gaugeMessagePerDay","Messages / Day",["#00CC00"]),a.gaugeMessageErrorsPerDay=h("gaugeMessageErrorsPerDay","Errors / Day",["#efad29"]),a.gaugeMessageOutstandingErrorsPerDay=h("gaugeMessageOutstandingErrorsPerDay","Current Errors",["#c95b5b"]),g();var b=!1;new ResizeSensor($(".pimon-gauges"),function(){$(".pimon-gauges").width()<680?($(".js-guage").width("150px"),$(".js-guage").height("120px"),$(".container-gauges").removeClass("container-gauges").addClass("container-gauges-small"),b!==!1&&clearTimeout(b),b=setTimeout(i,1e3)):($(".js-guage").width("200px"),$(".js-guage").height("160px"),$(".container-gauges-small").removeClass("container-gauges-small").addClass("container-gauges"),b!==!1&&clearTimeout(b),b=setTimeout(i,300))}),setInterval(function(){g()},3e5),$("#refresh_btn").click(function(){g()})})}(this,this.JustGage); \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/WebContent/stats.html b/jaylin.com.au/zpi_html/_comp/WebContent/stats.html new file mode 100644 index 0000000..467d7a6 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/WebContent/stats.html @@ -0,0 +1,142 @@ + + + + + Interface Statistics + + + + + + + + + + +
+ +
+
+
+
+

pimon dashboard

+
+
+
+
+ +
+
+ +
+
+ + +
+
+
Top messages
No.1
+
ERP_PurOrderNotification_V01
+
No .2
+
ProCon_PurgContractMaint_V01
+
No .3
+
ERP_GdsMovementNotification_V01
+
No .4
+
PersonnelDetails_SAP_to_IAM
+
No .5
+
ERP_InvoiceNotification_V01
+
+
+
+ + +
+
+ + +
+
+
Message in Error
+
+
Delivering
+
+
Blacklisted
+
+

+
+
+ +
+ +
+
+ + + +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+ +
+
+ +
+
+ + +
+
+
+
+ + +
+ \ No newline at end of file diff --git a/jaylin.com.au/zpi_html/_comp/def/war.pp b/jaylin.com.au/zpi_html/_comp/def/war.pp new file mode 100644 index 0000000..63a8000 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/def/war.pp @@ -0,0 +1,16 @@ + + + war + assembly + + + jaylin.com.au~zpi_html + WAR + + + diff --git a/jaylin.com.au/zpi_html/_comp/source/.gitignore b/jaylin.com.au/zpi_html/_comp/source/.gitignore new file mode 100644 index 0000000..2215ac2 --- /dev/null +++ b/jaylin.com.au/zpi_html/_comp/source/.gitignore @@ -0,0 +1,2 @@ +#This only exists to make Git pick-up this folder (git ignores empty directories) +#Folder will remain empty but folder structure needed for NWDS to build \ No newline at end of file diff --git a/jaylin.com.au/zpi_web/_comp/.classpath b/jaylin.com.au/zpi_web/_comp/.classpath new file mode 100644 index 0000000..02f44e7 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_web/_comp/.dcdef b/jaylin.com.au/zpi_web/_comp/.dcdef new file mode 100644 index 0000000..7883606 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.dcdef @@ -0,0 +1,113 @@ + + + zpi_web + jaylin.com.au + + sap.com + J2EE + WebModule + + + + + + + + + + BC + en + + + + + tc/bi/bp/webmodule + sap.com + + web + + + + + z_jersey_lib + jaylin.com.au + + api + + + + + z_jersey_lib + jaylin.com.au + + archives + + + + + z_jersey_lib + jaylin.com.au + + assembly + + + + + z_jersey_lib + jaylin.com.au + + compilation + + + + + zpi_ejb + jaylin.com.au + + client + + + + + zpi_ejb + jaylin.com.au + + ejbjar + + + + + engine.jee5.facade + sap.com + + api + + + + + tc/bl/logging/api + sap.com + + api + + + + + WebContent + .apt_generated + source + + + + + ZPIMON + jaylin.com.au + + + + diff --git a/jaylin.com.au/zpi_web/_comp/.project b/jaylin.com.au/zpi_web/_comp/.project new file mode 100644 index 0000000..b0dbc27 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.project @@ -0,0 +1,45 @@ + + + LocalDevelopment~zpi_web~jaylin.com.au + + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + com.sap.ide.j2ee.servicelayer.postxdocletbuilder + + + + + + com.sap.ide.j2ee.adapter.web.webNature + com.sap.ide.j2ee.adapter.ext.web.webNature + com.sap.ide.j2ee.adapter.ext.ear.ArchiveProjectNature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jdt.core.javanature + com.sap.ide.dii05.lib.dcnature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/jaylin.com.au/zpi_web/_comp/.settings/.jsdtscope b/jaylin.com.au/zpi_web/_comp/.settings/.jsdtscope new file mode 100644 index 0000000..bbb8e68 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.settings/.jsdtscope @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.jdt.apt.core.prefs b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.jdt.apt.core.prefs new file mode 100644 index 0000000..7918d0d --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.jdt.apt.core.prefs @@ -0,0 +1,4 @@ +#Mon Jan 20 14:12:04 WST 2014 +eclipse.preferences.version=1 +org.eclipse.jdt.apt.aptEnabled=true +org.eclipse.jdt.apt.reconcileEnabled=true diff --git a/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.jdt.core.prefs b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..0f21715 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Thu Oct 17 17:12:36 WST 2013 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.processAnnotations=enabled +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.common.component b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..7eb9372 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.common.component @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..49e1470 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.container b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.name b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file diff --git a/jaylin.com.au/zpi_web/_comp/.tssapinfo b/jaylin.com.au/zpi_web/_comp/.tssapinfo new file mode 100644 index 0000000..5189131 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/.tssapinfo @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/jaylin.com.au/zpi_web/_comp/WebContent/META-INF/MANIFEST.MF b/jaylin.com.au/zpi_web/_comp/WebContent/META-INF/MANIFEST.MF new file mode 100644 index 0000000..1a6bb14 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/WebContent/META-INF/MANIFEST.MF @@ -0,0 +1,23 @@ +Manifest-Version: 1.0 +Class-Path: asm-all-repackaged-2.2.0-b14.jar + cglib-2.2.0-b14.jar + gson-2.2.4.jar + guava-14.0.1.jar + hk2-api-2.2.0-b14.jar + hk2-locator-2.2.0-b14.jar + hk2-utils-2.2.0-b14.jar + javax.annotation-api-1.2.jar + javax.inject-2.2.0-b14.jar + javax.servlet-api-3.0.1.jar + javax.ws.rs-api-2.0.jar + jaxb-api-2.2.7.jar + jersey-client.jar + jersey-common.jar + jersey-container-servlet-core.jar + jersey-container-servlet.jar + jersey-server.jar + org.osgi.core-4.2.0.jar + osgi-resource-locator-1.0.1.jar + persistence-api-1.0.jar + validation-api-1.1.0.Final.jar + diff --git a/jaylin.com.au/zpi_web/_comp/WebContent/WEB-INF/web-j2ee-engine.xml b/jaylin.com.au/zpi_web/_comp/WebContent/WEB-INF/web-j2ee-engine.xml new file mode 100644 index 0000000..45d4fd8 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/WebContent/WEB-INF/web-j2ee-engine.xml @@ -0,0 +1,12 @@ + + + 2.4 + + + ZPIMON_API + SAP_XI_MONITOR_J2EE + + + /* + + diff --git a/jaylin.com.au/zpi_web/_comp/WebContent/WEB-INF/web.xml b/jaylin.com.au/zpi_web/_comp/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000..004fe7a --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/WebContent/WEB-INF/web.xml @@ -0,0 +1,50 @@ + + + LocalDevelopment~zpi_web~jaylin.com.au + + + JerseyServlet + org.glassfish.jersey.servlet.ServletContainer + + javax.ws.rs.Application + au.com.jaylin.pimon.rest.PIMonRestApplication + + 1 + + + JerseyServlet + /* + + + + + BASIC + + + + ZPIMON_API + + + PI Monitor API Access + + PIMON_API_ACCESS + * + DELETE + PUT + HEAD + + TRACE + GET + POST + + + ZPIMON_API + + + NONE + + + \ No newline at end of file diff --git a/jaylin.com.au/zpi_web/_comp/def/war.pp b/jaylin.com.au/zpi_web/_comp/def/war.pp new file mode 100644 index 0000000..d17ff0f --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/def/war.pp @@ -0,0 +1,16 @@ + + + war + assembly + + + jaylin.com.au~zpi_web + WAR + + + diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IFlow.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IFlow.java new file mode 100644 index 0000000..620bf3d --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IFlow.java @@ -0,0 +1,17 @@ +package au.com.jaylin.pimon.rest; + +import java.util.Date; + +public class IFlow { + //String id; + String iflow; + String sender_party; + String sender_name; + String sender_namespace; + String sender_interface; + String status; + String ref_id; + Date endTime; + Date startTime; + boolean initial; +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IflowListBuilder.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IflowListBuilder.java new file mode 100644 index 0000000..91a7e52 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IflowListBuilder.java @@ -0,0 +1,9 @@ +package au.com.jaylin.pimon.rest; + +import java.util.Date; +import java.util.List; +import java.util.Map; + +public interface IflowListBuilder { + public List build(Map timestamps, boolean errorsOnly); +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IflowListBuilderImp.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IflowListBuilderImp.java new file mode 100644 index 0000000..f66ad24 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/IflowListBuilderImp.java @@ -0,0 +1,260 @@ +package au.com.jaylin.pimon.rest; + +import java.util.ArrayList; +import java.util.Collections; +import java.util.Comparator; +import java.util.Date; +import java.util.List; +import java.util.Map; +import com.sap.tc.logging.Location; + +import au.com.jaylin.persistence.PIMessage; +import au.com.jaylin.persistence.ejbs.PIMessageHandlerLocal; + +public class IflowListBuilderImp implements IflowListBuilder { + private PIMessageHandlerLocal messagePersistenceHandler; + private List iflowMessages; + private List iflowsIntermediate; + private List iflows; + private StatusValues worstMessageStatus = StatusValues.NONE; + + private Location logger = Location.getLocation("pimon.application.rest"); + + public IflowListBuilderImp(PIMessageHandlerLocal messageHandler) { + messagePersistenceHandler = messageHandler; + iflowsIntermediate = new ArrayList(); + iflows = new ArrayList(); + } + + @Override + public List build(Map timestamps, boolean errorsOnly) { + logger.infoT("Iflow list builder"); + + iflowMessages = messagePersistenceHandler.readIflows(timestamps); + logger.infoT("iflowMessages size: " + iflowMessages.size()); + + buildNewIflowListWithInitialIndicator(); + sortIflowListPriorToGrouping(); + groupIflowListByRefId(); + sortIflowResultListByEndTimeDescending(); + if (errorsOnly) { + logger.infoT("*** READING ERROR IFLOWS ONLY ***"); + removeSuccessfulMessagesLeavingErrorsOnly(); + } + + return iflows; + } + + private void removeSuccessfulMessagesLeavingErrorsOnly() { + List tmpErrorIflows = new ArrayList(); + + for (IFlow iflow : iflows) { + if (getStatusAsEnum(iflow.status) == StatusValues.systemerror) { + tmpErrorIflows.add(iflow); + } + } + + iflows.clear(); + iflows = new ArrayList(tmpErrorIflows); + } + + private void sortIflowResultListByEndTimeDescending() { + Collections.sort(iflows, new Comparator() { + @Override + public int compare(IFlow o1, IFlow o2) { + int compareResult = o1.endTime.compareTo(o2.endTime); + compareResult *= -1; + return compareResult; + } + }); + } + + private void groupIflowListByRefId() { + String oldRefId = ""; + Date earliestStartTime = null; + Date latestEndTime = null; + int currentIndex = 0; + String savedIflow = ""; + String savedSenderParty = ""; + String savedSenderName = ""; + + worstMessageStatus = StatusValues.NONE; + for (IFlow iflow : iflowsIntermediate) { + //at new ref_id + if (!iflow.ref_id.equals(oldRefId)) { + oldRefId = iflow.ref_id; + earliestStartTime = iflow.startTime; + latestEndTime = iflow.endTime; + + savedIflow = iflow.iflow; + savedSenderParty = iflow.sender_party; + savedSenderName = iflow.sender_name; + } + + setWorstMessageStatus(iflow.status); + + if (iflow.startTime.before(earliestStartTime)) { + earliestStartTime = iflow.startTime; + } + if (iflow.endTime.after(latestEndTime)) { + latestEndTime = iflow.endTime; + } + + //at end of ref_id. + // Add an entry to the result list - one record for all the messages included in + // an iFlow. + // Read ahead to the next iflow in the list to see if the refId has changed - if + // it has then the current refId is the last one of the group, so roll-up the + // data into the resultIflow list. + //log.add("current index: " + currentIndex); + IFlow nextIflow = null; + try { + int nextIndex = currentIndex + 1; + nextIflow = iflowsIntermediate.get(nextIndex); + } + catch (IndexOutOfBoundsException e) { + nextIflow = new IFlow(); + nextIflow.ref_id = ""; //force a change as this is the last iflow in the list + } + + if (!nextIflow.ref_id.equals(oldRefId)) { + IFlow resultIflow = new IFlow(); + resultIflow.iflow = savedIflow; + resultIflow.sender_party = savedSenderParty; + resultIflow.sender_name = savedSenderName; + resultIflow.endTime = latestEndTime; + resultIflow.startTime = earliestStartTime; + resultIflow.status = new StatusFormat().format(worstMessageStatus); + resultIflow.ref_id = iflow.ref_id; + iflows.add(resultIflow); + + worstMessageStatus = StatusValues.NONE; + } + + currentIndex++; + } // IFLOW LOOP + } + + private void setWorstMessageStatus(String iflowMessageStatus) { + StatusValues enumVal = getStatusAsEnum(iflowMessageStatus); + + switch (enumVal) { + case success: + if (this.worstMessageStatus != StatusValues.systemerror && this.worstMessageStatus != StatusValues.waiting && this.worstMessageStatus != StatusValues.delivering && this.worstMessageStatus != StatusValues.transfertoexternalapplication && this.worstMessageStatus != StatusValues.canceled) { + this.worstMessageStatus = enumVal; + } + break; + case processedsuccessfully: + if (this.worstMessageStatus != StatusValues.systemerror && this.worstMessageStatus != StatusValues.waiting && this.worstMessageStatus != StatusValues.delivering && this.worstMessageStatus != StatusValues.transfertoexternalapplication && this.worstMessageStatus != StatusValues.canceled) { + this.worstMessageStatus = StatusValues.success; + } + break; + case systemerror: + this.worstMessageStatus = enumVal; + break; + case waiting: + if (this.worstMessageStatus != StatusValues.systemerror) { + this.worstMessageStatus = enumVal; + } + break; + case delivering: + if (this.worstMessageStatus != StatusValues.systemerror && this.worstMessageStatus != StatusValues.waiting) { + this.worstMessageStatus = enumVal; + } + break; + case transfertoexternalapplication: + if (this.worstMessageStatus != StatusValues.systemerror && this.worstMessageStatus != StatusValues.delivering && this.worstMessageStatus != StatusValues.waiting && this.worstMessageStatus != StatusValues.canceled) { + this.worstMessageStatus = StatusValues.erppostingerror; + } + break; + case canceled: + if (this.worstMessageStatus != StatusValues.canceled && this.worstMessageStatus != StatusValues.systemerror && this.worstMessageStatus != StatusValues.waiting) { + this.worstMessageStatus = enumVal; + } + break; + default: + this.worstMessageStatus = StatusValues.NONE; + break; + } + } + + /** + * Helper function to return a status enum value from StatusValues + * when given a string status. + * + * @param status + * @return + */ + private StatusValues getStatusAsEnum(String status) { + StatusValues enumVal = StatusValues.NONE; + String cleanStatus = status.replaceAll("\\s+",""); // Remove all whitespace + + cleanStatus = cleanStatus.toLowerCase(); + try { + enumVal = StatusValues.valueOf(cleanStatus); + } + catch (Exception e) { + //do nothing for now... an invalid PI status was found + } + + return enumVal; + } + + private void sortIflowListPriorToGrouping() { + Collections.sort(iflowsIntermediate, new Comparator() { + @Override + public int compare(IFlow iflow1, IFlow iflow2) { + int compareRefIdValue = iflow1.ref_id.compareTo(iflow2.ref_id); + if (compareRefIdValue == 0) { + int compareInitialIflowValue = (iflow1.initial == iflow2.initial)? 0 : ((iflow1.initial == true)? -1 : 1); + if (compareInitialIflowValue == 0) { + return iflow1.endTime.compareTo(iflow2.endTime) * -1; + } else { + return compareInitialIflowValue; + } + } else { + return compareRefIdValue; + } + } + }); + } + + private void buildNewIflowListWithInitialIndicator() { + String prevRefId = ""; + + // sort by refid ascending, then start time ascending + Collections.sort(iflowMessages, new Comparator() { + @Override + public int compare(PIMessage msg1, PIMessage msg2) { + int comparator = msg1.getRef_id().compareTo(msg2.getRef_id()); + if (comparator == 0) { + return msg1.getStart_time().compareTo(msg2.getStart_time()); + } + return comparator; + } + }); + + for (PIMessage message : iflowMessages) { + IFlow iflow = new IFlow(); + iflow.iflow = message.getIflow(); + iflow.sender_party = message.getSender_party(); + iflow.sender_name = message.getSender_name(); + iflow.sender_namespace = message.getSender_namespace(); + iflow.sender_interface = message.getSender_interface(); + iflow.status = message.getStatus(); + iflow.ref_id = message.getRef_id(); + iflow.endTime = message.getEnd_time(); + iflow.startTime = message.getStart_time(); + + // at new iflow (refid) set the initial-iflow flag + iflow.initial = false; + if (!message.getRef_id().equals(prevRefId)) { + iflow.initial = true; + prevRefId = message.getRef_id(); + } + + iflowsIntermediate.add(iflow); + } + } + +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIMonAPI.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIMonAPI.java new file mode 100644 index 0000000..f9f1185 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIMonAPI.java @@ -0,0 +1,391 @@ +package au.com.jaylin.pimon.rest; + +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.Calendar; +import java.util.Collections; +import java.util.Comparator; +import java.util.Date; +import java.util.GregorianCalendar; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import javax.naming.Context; +import javax.naming.InitialContext; +import javax.ws.rs.DefaultValue; +import javax.ws.rs.GET; +import javax.ws.rs.POST; +import javax.ws.rs.PUT; +import javax.ws.rs.Path; +import javax.ws.rs.PathParam; +import javax.ws.rs.Produces; +import javax.ws.rs.QueryParam; +import javax.ws.rs.core.MediaType; +import javax.ws.rs.core.Response; + +import au.com.jaylin.persistence.PIMessage; +import au.com.jaylin.persistence.ejbs.PIMessageHandlerLocal; +import au.com.jaylin.persistence.ejbs.ReadMessageLogException; +import au.com.jaylin.persistence.ejbs.helpers.LogEntry; +import au.com.jaylin.persistence.ejbs.helpers.OperationStatus; +import au.com.jaylin.persistence.ejbs.helpers.PITimeStamp; + +import com.google.gson.Gson; +import com.sap.tc.logging.Location; + +/** + * Uses Jersey 2.3 (https://jersey.java.net/) + * Note: The Jersey servlet instantiates this class (new) on every request. + */ +@Path("/api") +public class PIMonAPI { + private static final String PAYLOAD_START_OF_XML_MARKER_SOAPFAULT = "CONTENT-DESCRIPTION: MAINDOCUMENT"; + private static final String PAYLOAD_START_OF_XML_MARKER = ""; + private static final String PAYLOAD_END_OF_XML_MARKER = "--SAP_"; + + private PIMessageHandlerLocal messageHandler = null; + + private Location logger = Location.getLocation("pimon.application.rest"); + + + public PIMonAPI() { + logger.infoT("PIMonAPI -> Constructor"); + + Context ctx; + + try { + ctx = new InitialContext(); + messageHandler = (PIMessageHandlerLocal) ctx.lookup("ejb:/appName=jaylin.com.au/zpi_app, jarName=jaylin.com.au~zpi_ejb.jar, beanName=PIMessageHandler, interfaceName=au.com.jaylin.persistence.ejbs.PIMessageHandlerLocal"); + } + catch (Exception e) { + throw new RuntimeException("Fatal exception. JNDI Lookup of PIMessageHandlerLocal failed!" + e.getMessage()); + } + } + + @GET + @Produces(MediaType.APPLICATION_JSON) + @Path("iflows/{filter}") + public Response getIFlowsFiltered(@PathParam("filter") String filter, @QueryParam("errors") @DefaultValue("") String errorsFlag, @QueryParam("from") @DefaultValue("") String dateFrom, @QueryParam("to") @DefaultValue("") String dateTo) { + Response r = null; + boolean customDates = false; + Map timestamps = null; + + if(filter.equals(PITimeStamp.FilterOpts.others.toString())){ + customDates = true; + } + + if (customDates == true) { + SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); + try { + Date dtFrm = formatter.parse(dateFrom + "T00:00:00"); + Date dtTo = formatter.parse(dateTo + "T23:59:59"); + if (dtTo.after(dtFrm)) { + timestamps = messageHandler.buildCustomTimestamps(dtFrm, dtTo); + } + } catch (ParseException e) { + timestamps = null; + } + }else { + //One of the standard expressions like 'today', 'yesterday' passed in + timestamps = messageHandler.buildTimestamps(filter); + } + + if (timestampsIsValid(timestamps)) { + IflowListBuilder iflowBuilder = new IflowListBuilderImp(messageHandler); + List filteredIflows = iflowBuilder.build(timestamps, (errorsFlag.equals("X"))? true : false); + r = Response.ok().entity(new Gson().toJson(filteredIflows)).build(); + } else { + if (customDates == true) { + r = Response.serverError().entity(String.format("Invalid dates passed in, dateFrom: '%1$s', dateTo: '%2$s'. YYYY-MM-DD format required", dateFrom, dateTo)).build(); + } else { + r = Response.serverError().entity(String.format("Invalid time filter value: '%1$s'", filter)).build(); + } + } + + return r; + } + + private boolean timestampsIsValid(Map timestamps) { + if (timestamps == null) { + return false; + } + else { + return true; + } + } + + @GET + @Produces(MediaType.APPLICATION_JSON) + @Path("iflows/{refid}/messages/") + public String getIFlowMessages(@PathParam("refid") String refid) { + List messages = messageHandler.readIflowMessagesByRefid(refid); + + // Sort messages by endTime descending + Collections.sort(messages, new Comparator() { + @Override + public int compare(PIMessage msg1, PIMessage msg2) { + int compareResult = msg1.getEnd_time().compareTo(msg2.getEnd_time()); + compareResult *= -1; + return compareResult; + } + }); + + return new Gson().toJson(PrettyPrintStatusNames(messages)); + } + + private List PrettyPrintStatusNames(List messages) { + for (PIMessage message : messages) { + StatusValues enumVal = StatusValues.getStatusAsEnum(message.getStatus()); + message.setStatus(StatusValues.format(enumVal)); + } + + return messages; + } + + @GET + @Produces({MediaType.APPLICATION_XML, MediaType.TEXT_PLAIN}) + @Path("iflows/messages/{msgid}/payload/") + public Response getMessagePayload(@PathParam("msgid") String msgid) { + Response r = null; + String contentType = MediaType.TEXT_PLAIN; + try { + String payload = extractMessagePayload(readMessage(msgid)); + if(payload != null && payload.startsWith(" messages = messageHandler.readMessagePayload(msgid); + return messages.get(0).getPayload(); + } + catch (Exception e) { + throw new ReadMessageException(e.getMessage()); + } + } + + private String extractMessagePayload(String messageBody) { + int startOfXMLPayload = messageBody.toUpperCase().indexOf(PAYLOAD_START_OF_XML_MARKER); + if (startOfXMLPayload <= 0) { + startOfXMLPayload = messageBody.toUpperCase().indexOf(PAYLOAD_START_OF_XML_MARKER_SOAPFAULT); + if (startOfXMLPayload > -1) { + startOfXMLPayload += 37; + } + } + if (startOfXMLPayload <= 0) { + throw new ReadMessageException("Unable to find XML markers in messageBody"); + } + + int endOfXMLPayload = messageBody.toUpperCase().lastIndexOf(PAYLOAD_END_OF_XML_MARKER); + + try { + return messageBody.substring(startOfXMLPayload, endOfXMLPayload); + } + catch (Exception e) { + throw new ReadMessageException("Unable to find XML markers in messageBody: " + e.getMessage()); + } + } + + @GET + @Produces(MediaType.APPLICATION_JSON) + @Path("iflows/messages/{msgid}/log/") + public Response getMessageLog(@PathParam("msgid") String msgId) { + Response r = null; + List logEntries = null; + + try { + logEntries = messageHandler.readMessageLogByMsgId(msgId); + r = Response.ok().entity(new Gson().toJson(logEntries)).build(); + } + catch(ReadMessageLogException rmle) { + logger.errorT("Error reading payload for msgid: '" + msgId + "'. " + rmle.getMessage()); + r = Response.serverError().entity("Unable to read payload for this message. See trace fiel for more detail.").build(); + } + + return r; + } + + @POST + @Produces(MediaType.APPLICATION_JSON) + @Path("iflows/messages/{msgid}/cancel/") + public Response cancelIndividualMessage(@PathParam("msgid") String msgId) { + logger.infoT("PIMonAPI -> cancelIndividualMessage"); + + Response r = null; + + OperationStatus status = messageHandler.cancelIndividualMessageByMsgId(msgId); + if (status.status.equals("success")) { + r = Response.ok().build(); + } else { + r = Response.serverError().entity(new Gson().toJson(status)).build(); + } + + return r; + } + + @POST + @Produces(MediaType.APPLICATION_JSON) + @Path("iflows/messages/{msgid}/resend/") + public Response resendIndividualMessage(@PathParam("msgid") String msgId) { + logger.infoT("PIMonAPI -> resendIndividualMessage"); + + Response r = null; + + OperationStatus status = messageHandler.resendIndividualMessageByMsgId(msgId); + if (status.status.equals("success")) { + r = Response.ok().build(); + } else { + r = Response.serverError().entity(new Gson().toJson(status)).build(); + } + + return r; + + } + /** + * Enables a message's reference id to be updated if something goes wrong + * + * @param msgId - The message id to update + * @param refId - The new reference id + * @return + */ + @PUT + @Produces(MediaType.APPLICATION_JSON) + @Path("messages/{msgid}") + public Response updateMessageReferenceId(@PathParam("msgid") String msgId, @QueryParam("refid") String refId) { + logger.infoT("PIMonAPI -> updateMessageReferenceId"); + + Response r = null; + + if(refId != null) { + OperationStatus status = messageHandler.updateReferenceKey(msgId, refId); + if (status.status.equals("success")) { + r = Response.ok().build(); + } else { + r = Response.serverError().entity(new Gson().toJson(status)).build(); + } + } + else { + r = Response.serverError().entity(new Gson().toJson("No reference key provided")).build(); + } + return r; + } + + @POST + @Produces(MediaType.APPLICATION_JSON) + @Path("update") + public Response update() { + logger.infoT("PIMonAPI -> update"); + + Response r = null; + + OperationStatus status = messageHandler.readPIDataAndCache(); + if (status.status.equals("success")) { + r = Response.ok().build(); + } else { + r = Response.serverError().entity(new Gson().toJson(status)).build(); + } + + return r; + } + + /** + * Read a 30 day (monthly) sliding window of statistics on the cached messages. + * Also reads some *all-time* stats => Need to consider refactoring this... + * + * @param String period - currently only "monthly" is supported. + * @return + */ + @GET + @Produces(MediaType.APPLICATION_JSON) + @Path("stats/{period}") + public String getStats(@PathParam("period") String period) { + logger.infoT("PIMonAPI -> getStats"); + + Map timestamps = new HashMap(); + GregorianCalendar fromDate = new GregorianCalendar(); + + if (period.equals("monthly")) { + fromDate.add(Calendar.DAY_OF_YEAR, -30); + timestamps.put("begin", fromDate.getTime()); + timestamps.put("end", new Date()); + } else { + return "not implemented"; + } + + IflowListBuilder iflowBuilder = new IflowListBuilderImp(messageHandler); + List filteredIflows = iflowBuilder.build(timestamps, false); + + //get iflow stats + PIStatistics stats = new PIStatistics(); + + stats.iflowPerDay = filteredIflows.size() / 30; + stats.iflowErrorsPerDay = 0; + for (IFlow iflow : filteredIflows) { + if (iflow.status.equals("system error") || iflow.status.equals("cancelled")) { + stats.iflowErrorsPerDay += 1; + } + } + stats.iflowErrorsPerDay /= 30; + + stats.iflowOutstandingErrors = 0; + for (IFlow iflow : filteredIflows) { + if (iflow.status.equals("system error")) { + stats.iflowOutstandingErrors += 1; + } + } + + //get message stats + //Note that RAW status value - wrap this in a class like the iflows!! + List messages = messageHandler.readMessagesByTimeRange(timestamps); + stats.messagePerDay = messages.size() / 30; + stats.messageErrorsPerDay = 0; + for (PIMessage message : messages) { + if (StatusValues.getStatusAsEnum(message.getStatus()) == StatusValues.systemerror || StatusValues.getStatusAsEnum(message.getStatus()) == StatusValues.canceled) { + stats.messageErrorsPerDay += 1; + } + } + stats.messageErrorsPerDay /= 30; + + stats.messageOutstandingErrors = 0; + for (PIMessage message : messages) { + if (StatusValues.getStatusAsEnum(message.getStatus()) == StatusValues.systemerror) { + stats.messageOutstandingErrors += 1; + } + } + + + //get ALL-TIME message stats + stats.errorsAllTime = messageHandler.readNumberOfMessagesInError(); + stats.deliveringAllTime = messageHandler.readNumberOfMessagesStuckDelivering(); + + //build time-series data for the chart + Map dataPoints = messageHandler.buildTimeSeriesOfSuccessfulMessages(); + stats.messageTimeSeries = dataPoints; + + return new Gson().toJson(stats); + } + + /** + * TEST METHOD - return the filter time-stamps + * @param filter + * @return + */ + @GET + @Produces(MediaType.APPLICATION_JSON) + @Path("test_filter/{filter}") + public String testFilter(@PathParam("filter") String filter) { + logger.infoT("PIMonAPI -> testFilter *** TEST METHOD CALL ***"); + Map m = messageHandler.buildTimestamps(filter); + return (m.isEmpty())? "invalid filter" : new Gson().toJson(m); + } +} \ No newline at end of file diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIMonRestApplication.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIMonRestApplication.java new file mode 100644 index 0000000..6139041 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIMonRestApplication.java @@ -0,0 +1,20 @@ +package au.com.jaylin.pimon.rest; + +import org.glassfish.jersey.server.ResourceConfig; + +/** + * Jersey Resource Config class. This is where you setup the Jersey application. + * The web.xml points to this. + * The packages method allows us to specify what packages Jersey is to search for classes. + * The register method allows us to register things like filter classes (as is used here + * for setting CORS headers). + * + * @author jscott + * + */ +public class PIMonRestApplication extends ResourceConfig { + public PIMonRestApplication() { + packages(true, "au.com.jaylin.pimon.rest"); + register(au.com.jaylin.pimon.rest.ResponseCorsFilter.class); + } +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIStatistics.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIStatistics.java new file mode 100644 index 0000000..381b8a9 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/PIStatistics.java @@ -0,0 +1,19 @@ +package au.com.jaylin.pimon.rest; + +import java.util.Map; + +public class PIStatistics { + //these values are based on last 30 days + public int iflowPerDay; + public int iflowErrorsPerDay; + public int iflowOutstandingErrors; + + public int messagePerDay; + public int messageErrorsPerDay; + public int messageOutstandingErrors; + + //these values are all-time + public long errorsAllTime; + public long deliveringAllTime; + public Map messageTimeSeries; +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/ReadMessageException.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/ReadMessageException.java new file mode 100644 index 0000000..20d2754 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/ReadMessageException.java @@ -0,0 +1,9 @@ +package au.com.jaylin.pimon.rest; + +public class ReadMessageException extends RuntimeException { + private static final long serialVersionUID = 2224196102118899600L; + + public ReadMessageException(String message) { + super(message); + } +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/ResponseCorsFilter.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/ResponseCorsFilter.java new file mode 100644 index 0000000..aef3f43 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/ResponseCorsFilter.java @@ -0,0 +1,24 @@ +package au.com.jaylin.pimon.rest; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +import javax.ws.rs.container.ContainerRequestContext; +import javax.ws.rs.container.ContainerResponseContext; +import javax.ws.rs.container.ContainerResponseFilter; + +public class ResponseCorsFilter implements ContainerResponseFilter { + + @Override + public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) throws IOException { + responseContext.getHeaders().add("Access-Control-Allow-Origin", "*"); + responseContext.getHeaders().add("Access-Control-Allow-Credentials", true); + responseContext.getHeaders().add("Access-Control-Allow-Methods", "GET, POST, PUT, DELETE, OPTIONS, HEAD"); + + List reqHead = requestContext.getHeaders().get("Access-Control-Request-Headers"); + if(null != reqHead) { + responseContext.getHeaders().put("Access-Control-Allow-Headers", new ArrayList(reqHead)); + } + } +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/StatusFormat.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/StatusFormat.java new file mode 100644 index 0000000..c761ff9 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/StatusFormat.java @@ -0,0 +1,39 @@ +package au.com.jaylin.pimon.rest; + +public class StatusFormat { + public String format(StatusValues status) { + String displayStatus = ""; + + switch (status) { + case success: + displayStatus = "success"; + break; + case canceled: + displayStatus = "cancelled"; + break; + case delivering: + displayStatus = "delivering"; + break; + case systemerror: + displayStatus = "system error"; + break; + case waiting: + displayStatus = "waiting"; + break; + case transfertoexternalapplication: + displayStatus = "error in erp -> ppo"; + break; + case erppostingerror: + displayStatus = "erp error"; + break; + case processedsuccessfully: + displayStatus = "success"; + break; + default: + displayStatus = "unrecognised status enum:" + status; + break; + } + + return displayStatus; + } +} diff --git a/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/StatusValues.java b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/StatusValues.java new file mode 100644 index 0000000..bf908eb --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/source/au/com/jaylin/pimon/rest/StatusValues.java @@ -0,0 +1,64 @@ +package au.com.jaylin.pimon.rest; + +public enum StatusValues { + NONE, + success, + processedsuccessfully, + systemerror, + waiting, + delivering, + transfertoexternalapplication, + canceled, + erppostingerror; + + public static StatusValues getStatusAsEnum(String status) { + StatusValues enumVal = StatusValues.NONE; + String cleanStatus = status.replaceAll("\\s+",""); // Remove all whitespace + + cleanStatus = cleanStatus.toLowerCase(); + try { + enumVal = StatusValues.valueOf(cleanStatus); + } + catch (Exception e) { + //do nothing for now... an invalid PI status was found + } + + return enumVal; + } + + public static String format(StatusValues statusEnum) { + String displayStatus = ""; + + switch (statusEnum) { + case success: + displayStatus = "success"; + break; + case canceled: + displayStatus = "cancelled"; + break; + case delivering: + displayStatus = "delivering"; + break; + case systemerror: + displayStatus = "system error"; + break; + case waiting: + displayStatus = "waiting"; + break; + case transfertoexternalapplication: + displayStatus = "error in erp -> ppo"; + break; + case erppostingerror: + displayStatus = "erp error"; + break; + case processedsuccessfully: + displayStatus = "success"; + break; + default: + displayStatus = "unrecognised status enum:" + statusEnum; + break; + } + + return displayStatus; + } +} diff --git a/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/IflowListBuilderImpTest.java b/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/IflowListBuilderImpTest.java new file mode 100644 index 0000000..285b669 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/IflowListBuilderImpTest.java @@ -0,0 +1,706 @@ +package au.com.jaylin.pimon.rest; + +import static org.junit.Assert.*; +import static org.mockito.Mockito.*; + +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.UUID; + +import org.junit.Test; +import org.junit.runner.RunWith; +import org.mockito.Mock; +import org.mockito.runners.MockitoJUnitRunner; + +import au.com.jaylin.persistence.PIMessage; +import au.com.jaylin.persistence.ejbs.PIMessageHandlerLocal; + +@RunWith(MockitoJUnitRunner.class) +public class IflowListBuilderImpTest { + @Mock + PIMessageHandlerLocal msgHandlerMock; + + + @Test + public void whenNoMessagesShouldResultInNoIflows() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + Date d = new Date(); + Calendar c = Calendar.getInstance(); + c.setTime(d); + c.add(Calendar.DAY_OF_YEAR, -1); + + timestamps.put("begin", c.getTime()); //yesterday + timestamps.put("end", new Date()); //today + + List messages = new ArrayList(); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + assertEquals(new ArrayList(), iflows); + } + + @Test + public void whenOneMessageShouldResultInOneIflow() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + Date d = new Date(); + Calendar c = Calendar.getInstance(); + c.setTime(d); + c.add(Calendar.DAY_OF_YEAR, -1); + + timestamps.put("begin", c.getTime()); //yesterday + timestamps.put("end", new Date()); //today + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + message.setEnd_time(new Date()); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + assertEquals(1, iflows.size()); + } + + @Test + public void whenTwoMessagesWithDifferentRefidsShouldResultInTwoIflows() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + Date d = new Date(); + Calendar c = Calendar.getInstance(); + c.setTime(d); + c.add(Calendar.DAY_OF_YEAR, -1); + + timestamps.put("begin", c.getTime()); //yesterday + timestamps.put("end", new Date()); //today + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + message.setEnd_time(new Date()); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + message2.setEnd_time(new Date()); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59X"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(new Date()); + message2.setStatus("success"); + messages.add(message2); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + assertEquals(2, iflows.size()); + } + + @Test + public void whenThreeMessagesWithOneHavingADifferentRefidShouldResultInTwoIflows() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + Date d = new Date(); + Calendar c = Calendar.getInstance(); + c.setTime(d); + c.add(Calendar.DAY_OF_YEAR, -1); + + timestamps.put("begin", c.getTime()); //yesterday + timestamps.put("end", new Date()); //today + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + message.setEnd_time(new Date()); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + message2.setEnd_time(new Date()); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(new Date()); + message2.setStatus("success"); + messages.add(message2); + + PIMessage message3 = new PIMessage(); + message3.setId(UUID.randomUUID().toString()); + message3.setEnd_time(new Date()); + message3.setIflow("iflowName"); + message3.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message3.setPayload("test"); + message3.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59X"); + message3.setSender_interface("interface_async_out"); + message3.setSender_name("sender"); + message3.setSender_namespace("urn:au.com.jaylin.test"); + message3.setSender_party(null); + message3.setStart_time(new Date()); + message3.setStatus("success"); + messages.add(message3); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + assertEquals(2, iflows.size()); + } + + @Test + public void whenThreeMessagesWithDifferentRefidsShouldResultInThreeIflows() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + Date d = new Date(); + Calendar c = Calendar.getInstance(); + c.setTime(d); + c.add(Calendar.DAY_OF_YEAR, -1); + + timestamps.put("begin", c.getTime()); //yesterday + timestamps.put("end", new Date()); //today + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + message.setEnd_time(new Date()); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + message2.setEnd_time(new Date()); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59X"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(new Date()); + message2.setStatus("success"); + messages.add(message2); + + PIMessage message3 = new PIMessage(); + message3.setId(UUID.randomUUID().toString()); + message3.setEnd_time(new Date()); + message3.setIflow("iflowName"); + message3.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message3.setPayload("test"); + message3.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59Y"); + message3.setSender_interface("interface_async_out"); + message3.setSender_name("sender"); + message3.setSender_namespace("urn:au.com.jaylin.test"); + message3.setSender_party(null); + message3.setStart_time(new Date()); + message3.setStatus("success"); + messages.add(message3); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + assertEquals(3, iflows.size()); + } + + @Test + public void whenThreeMessagesWithSameRefidShouldResultInOneIflowWithStartDateLowest() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + + Date d = null; + try { + d = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 10:55:00"); + } catch (ParseException e) { } + + timestamps.put("begin", d); + timestamps.put("end", d); + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + message.setEnd_time(new Date()); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + Date d2 = null; + try { + d2 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + message2.setEnd_time(d2); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(d2); + message2.setStatus("success"); + messages.add(message2); + + PIMessage message3 = new PIMessage(); + message3.setId(UUID.randomUUID().toString()); + Date d3 = null; + try { + d3 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("23-10-2013 01:59:35"); + } catch (ParseException e) { } + message3.setEnd_time(d3); + message3.setIflow("iflowName"); + message3.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message3.setPayload("test"); + message3.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message3.setSender_interface("interface_async_out"); + message3.setSender_name("sender"); + message3.setSender_namespace("urn:au.com.jaylin.test"); + message3.setSender_party(null); + message3.setStart_time(d3); + message3.setStatus("success"); + messages.add(message3); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + IFlow iflow = iflows.get(0); + + Date dExpected = null; + try { + dExpected = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + + assertEquals(dExpected, iflow.startTime); + } + + @Test + public void whenThreeMessagesWithSameRefidShouldResultInOneIflowWithEndDateHighest() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + + Date d = null; + try { + d = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 10:55:00"); + } catch (ParseException e) { } + + timestamps.put("begin", d); + timestamps.put("end", d); + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + Date d1 = null; + try { + d1 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 17:11:11"); + } catch (ParseException e) { } + message.setEnd_time(d1); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + Date d2 = null; + try { + d2 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + message2.setEnd_time(d2); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(d2); + message2.setStatus("success"); + messages.add(message2); + + PIMessage message3 = new PIMessage(); + message3.setId(UUID.randomUUID().toString()); + Date d3 = null; + try { + d3 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("23-10-2013 01:59:35"); + } catch (ParseException e) { } + message3.setEnd_time(d3); + message3.setIflow("iflowName"); + message3.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message3.setPayload("test"); + message3.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message3.setSender_interface("interface_async_out"); + message3.setSender_name("sender"); + message3.setSender_namespace("urn:au.com.jaylin.test"); + message3.setSender_party(null); + message3.setStart_time(d3); + message3.setStatus("success"); + messages.add(message3); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + IFlow iflow = iflows.get(0); + + Date dExpected = null; + try { + dExpected = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("23-10-2013 01:59:35"); + } catch (ParseException e) { } + + assertEquals(dExpected, iflow.endTime); + } + + @Test + public void whenThreeMessagesWithSameRefidShouldResultInOneIflowWithWorstStatus() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + + Date d = null; + try { + d = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 10:55:00"); + } catch (ParseException e) { } + + timestamps.put("begin", d); + timestamps.put("end", d); + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + message.setEnd_time(new Date()); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + Date d2 = null; + try { + d2 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + message2.setEnd_time(d2); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(d2); + message2.setStatus("system error"); + messages.add(message2); + + PIMessage message3 = new PIMessage(); + message3.setId(UUID.randomUUID().toString()); + Date d3 = null; + try { + d3 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("23-10-2013 01:59:35"); + } catch (ParseException e) { } + message3.setEnd_time(d3); + message3.setIflow("iflowName"); + message3.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message3.setPayload("test"); + message3.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message3.setSender_interface("interface_async_out"); + message3.setSender_name("sender"); + message3.setSender_namespace("urn:au.com.jaylin.test"); + message3.setSender_party(null); + message3.setStart_time(d3); + message3.setStatus("canceled"); + messages.add(message3); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + IFlow iflow = iflows.get(0); + + assertEquals("system error", iflow.status); + } + + @Test + public void whenResultIsThreeIflowsShouldBeSortedByEndDateDescending() { + PIMessageHandlerLocal mockedMessageHandler = mock(PIMessageHandlerLocal.class); + IflowListBuilder iflowBuilder = new IflowListBuilderImp(mockedMessageHandler); + + Map timestamps = new HashMap(); + timestamps.put("begin", new Date()); + timestamps.put("end", new Date()); + + List messages = new ArrayList(); + + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + Date d = null; + try { + d = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + message.setEnd_time(d); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + Date d2 = null; + try { + d2 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + message2.setEnd_time(d2); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59X"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(d2); + message2.setStatus("success"); + messages.add(message2); + + PIMessage message3 = new PIMessage(); + message3.setId(UUID.randomUUID().toString()); + Date d3 = null; + try { + d3 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("23-10-2013 01:59:35"); + } catch (ParseException e) { } + message3.setEnd_time(d3); + message3.setIflow("iflowName"); + message3.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message3.setPayload("test"); + message3.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59Y"); + message3.setSender_interface("interface_async_out"); + message3.setSender_name("sender"); + message3.setSender_namespace("urn:au.com.jaylin.test"); + message3.setSender_party(null); + message3.setStart_time(d3); + message3.setStatus("success"); + messages.add(message3); + + when(mockedMessageHandler.readIflows(timestamps)).thenReturn(messages); + + List iflows = iflowBuilder.build(timestamps, false); + + //algorithm for checking sorts: + //boolean ascending = true, descending = true; + //for (int i = 1; i < arr.length && (ascending || descending); i++) { + // ascending = ascending && arr[i] >= arr[i-1]; + // descending = descending && arr[i] <= arr[i-1]; + //} + boolean ascending = true, descending = true; + for (int i = 1; i < iflows.size() && (ascending || descending); i++) { + ascending = ascending && iflows.get(i).endTime.getTime() >= iflows.get(i-1).endTime.getTime(); + descending = descending && iflows.get(i).endTime.getTime() <= iflows.get(i-1).endTime.getTime(); + } + + assertEquals(3, iflows.size()); + assertEquals(true, descending); + } + + @Test + public void whenSomeMssagesHaveErrorsOnlyShowTheErrorIflows() { + Map timestamps = new HashMap(); + timestamps.put("begin", new Date()); + timestamps.put("end", new Date()); + + List messages = new ArrayList(); + + // setup iflow 1 + PIMessage message = new PIMessage(); + message.setId(UUID.randomUUID().toString()); + Date d = null; + try { + d = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + message.setEnd_time(d); + message.setIflow("iflowName"); + message.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message.setPayload("test"); + message.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message.setSender_interface("interface_async_out"); + message.setSender_name("sender"); + message.setSender_namespace("urn:au.com.jaylin.test"); + message.setSender_party(null); + message.setStart_time(new Date()); + message.setStatus("success"); + messages.add(message); + + PIMessage message2 = new PIMessage(); + message2.setId(UUID.randomUUID().toString()); + Date d2 = null; + try { + d2 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("22-10-2013 09:55:00"); + } catch (ParseException e) { } + message2.setEnd_time(d2); + message2.setIflow("iflowName"); + message2.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message2.setPayload("test"); + message2.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59a"); + message2.setSender_interface("interface_async_out"); + message2.setSender_name("sender"); + message2.setSender_namespace("urn:au.com.jaylin.test"); + message2.setSender_party(null); + message2.setStart_time(d2); + message2.setStatus("success"); + messages.add(message2); + + // setup iflow 2 + PIMessage message3 = new PIMessage(); + message3.setId(UUID.randomUUID().toString()); + Date d3 = null; + try { + d3 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("23-10-2013 01:59:35"); + } catch (ParseException e) { } + message3.setEnd_time(d3); + message3.setIflow("iflowName"); + message3.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message3.setPayload("test"); + message3.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59Y"); + message3.setSender_interface("interface_async_out"); + message3.setSender_name("sender"); + message3.setSender_namespace("urn:au.com.jaylin.test"); + message3.setSender_party(null); + message3.setStart_time(d3); + message3.setStatus("success"); + messages.add(message3); + + PIMessage message4 = new PIMessage(); + message4.setId(UUID.randomUUID().toString()); + Date d4 = null; + try { + d4 = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss").parse("23-10-2013 01:59:35"); + } catch (ParseException e) { } + message4.setEnd_time(d4); + message4.setIflow("iflowName"); + message4.setMessage_key("793bc281-39b1-11e3-ace8-0000313ae59a\\0\\EO\\0"); + message4.setPayload("test"); + message4.setRef_id("793bc281-39b1-11e3-ace8-0000313ae59Y"); + message4.setSender_interface("interface_async_out"); + message4.setSender_name("sender"); + message4.setSender_namespace("urn:au.com.jaylin.test"); + message4.setSender_party(null); + message4.setStart_time(d3); + message4.setStatus("system error"); + messages.add(message4); + + when(msgHandlerMock.readIflows(timestamps)).thenReturn(messages); + + IflowListBuilder iflowBuilder = new IflowListBuilderImp(msgHandlerMock); + List iflows = iflowBuilder.build(timestamps, true); + + assertEquals(1, iflows.size()); + IFlow iflow = iflows.get(0); + assertEquals("system error", iflow.status); + } +} diff --git a/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/StatusFormatTest.java b/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/StatusFormatTest.java new file mode 100644 index 0000000..8b7b3d5 --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/StatusFormatTest.java @@ -0,0 +1,43 @@ +package au.com.jaylin.pimon.rest; + +import static org.junit.Assert.*; + +import org.junit.Test; + +public class StatusFormatTest { + + @Test + public void testStatusFormatForSuccess() { + StatusFormat formatter = new StatusFormat(); + + assertEquals("success", formatter.format(StatusValues.success)); + } + + @Test + public void testStatusFormatForSystemError() { + StatusFormat formatter = new StatusFormat(); + + assertEquals("system error", formatter.format(StatusValues.systemerror)); + } + + @Test + public void testStatusFormatForCancelled() { + StatusFormat formatter = new StatusFormat(); + + assertEquals("cancelled", formatter.format(StatusValues.canceled)); + } + + @Test + public void testStatusFormatForWaiting() { + StatusFormat formatter = new StatusFormat(); + + assertEquals("waiting", formatter.format(StatusValues.waiting)); + } + + @Test + public void testStatusFormatForDelivering() { + StatusFormat formatter = new StatusFormat(); + + assertEquals("delivering", formatter.format(StatusValues.delivering)); + } +} diff --git a/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/StatusValuesTest.java b/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/StatusValuesTest.java new file mode 100644 index 0000000..4e00cbc --- /dev/null +++ b/jaylin.com.au/zpi_web/_comp/test/au/com/jaylin/pimon/rest/StatusValuesTest.java @@ -0,0 +1,62 @@ +package au.com.jaylin.pimon.rest; + +import static org.junit.Assert.*; + +import org.junit.Test; + +public class StatusValuesTest { + + @Test + public void testGetStatusAsEnumForSuccess() { + StatusValues enumVal = StatusValues.getStatusAsEnum("success"); + assertEquals(enumVal, StatusValues.success); + } + + @Test + public void testGetStatusAsEnumForSystemError() { + StatusValues enumVal = StatusValues.getStatusAsEnum("system error"); + assertEquals(enumVal, StatusValues.systemerror); + } + + @Test + public void testGetStatusAsEnumForSystemErrorNoWhitespace() { + StatusValues enumVal = StatusValues.getStatusAsEnum("systemerror"); + assertEquals(enumVal, StatusValues.systemerror); + } + + @Test + public void testGetStatusAsEnumForInvalidValue() { + StatusValues enumVal = StatusValues.getStatusAsEnum("Xsystemerror"); + assertEquals(enumVal, StatusValues.NONE); + } + + @Test + public void testFormatStatusSuccess() { + StatusValues statEnum = StatusValues.success; + assertEquals("success", StatusValues.format(statEnum)); + } + + @Test + public void testFormatStatusSystemError() { + StatusValues statEnum = StatusValues.systemerror; + assertEquals("system error", StatusValues.format(statEnum)); + } + + @Test + public void testFormatStatusCancelled() { + StatusValues statEnum = StatusValues.canceled; + assertEquals("cancelled", StatusValues.format(statEnum)); + } + + @Test + public void testFormatStatusDelivering() { + StatusValues statEnum = StatusValues.delivering; + assertEquals("delivering", StatusValues.format(statEnum)); + } + + @Test + public void testFormatStatusWaiting() { + StatusValues statEnum = StatusValues.waiting; + assertEquals("waiting", StatusValues.format(statEnum)); + } +} diff --git a/jaylin.com.au/zpimon/_comp/.dcdef b/jaylin.com.au/zpimon/_comp/.dcdef new file mode 100644 index 0000000..8640229 --- /dev/null +++ b/jaylin.com.au/zpimon/_comp/.dcdef @@ -0,0 +1,37 @@ + + + zpimon + jaylin.com.au + + sap.com + Software Component Description + + + + BC + en + + + + + tc/bi/bp/scdef + sap.com + + def + + + src + + + + ACHAssignment + sap.com + NONE + + + diff --git a/jaylin.com.au/zpimon/_comp/.project b/jaylin.com.au/zpimon/_comp/.project new file mode 100644 index 0000000..0a65fa1 --- /dev/null +++ b/jaylin.com.au/zpimon/_comp/.project @@ -0,0 +1,12 @@ + + + LocalDevelopment~zpimon~jaylin.com.au + + + + + + + com.sap.ide.dii05.lib.dcnature + + diff --git a/jaylin.com.au/zpimon/_comp/def/default.pp b/jaylin.com.au/zpimon/_comp/def/default.pp new file mode 100644 index 0000000..177b1d7 --- /dev/null +++ b/jaylin.com.au/zpimon/_comp/def/default.pp @@ -0,0 +1,16 @@ + + + default + compilation + + + / + Folder + + + diff --git a/jaylin.com.au/zpimon/_comp/src/.description b/jaylin.com.au/zpimon/_comp/src/.description new file mode 100644 index 0000000..3fb01bc --- /dev/null +++ b/jaylin.com.au/zpimon/_comp/src/.description @@ -0,0 +1,9 @@ +#Software Component Description/null: (DC) zpimon[jaylin.com.au] (Comp) ZPIMON[jaylin.com.au] +#Mon Jan 20 11:58:30 WST 2014 +Name=ZPIMON +ElementTypeID=0 +PatchLevel=0 +GUID=1f7842b0-8187-11e3-8f43-e86f0ab4daf2 +Version=1.0 +SupportPackage=0 +Vendor=jaylin.com.au