();
26 | }
27 | return this.p2PCryptoTicket;
28 | }
29 |
30 | }
31 |
--------------------------------------------------------------------------------
/src/main/java/com/soapboxrace/jaxb/xmpp/XMPP_EventTimedOutType.java:
--------------------------------------------------------------------------------
1 | /*
2 | * This file is part of the Soapbox Race World core source code.
3 | * If you use any of this code for third-party purposes, please provide attribution.
4 | * Copyright (c) 2020.
5 | */
6 |
7 | package com.soapboxrace.jaxb.xmpp;
8 |
9 | import javax.xml.bind.annotation.XmlAccessType;
10 | import javax.xml.bind.annotation.XmlAccessorType;
11 | import javax.xml.bind.annotation.XmlElement;
12 | import javax.xml.bind.annotation.XmlType;
13 |
14 | @XmlAccessorType(XmlAccessType.FIELD)
15 | @XmlType(name = "XMPP_EventTimedOutType", propOrder = {"eventSessionId"})
16 | public class XMPP_EventTimedOutType {
17 | @XmlElement(name = "EventSessionId", required = true)
18 | private Long eventSessionId;
19 |
20 | public Long getEventSessionId() {
21 | return eventSessionId;
22 | }
23 |
24 | public void setEventSessionId(Long eventSessionId) {
25 | this.eventSessionId = eventSessionId;
26 | }
27 | }
--------------------------------------------------------------------------------
/src/main/java/com/soapboxrace/jaxb/xmpp/XMPP_ResponseTypeAchievementsAwarded.java:
--------------------------------------------------------------------------------
1 | /*
2 | * This file is part of the Soapbox Race World core source code.
3 | * If you use any of this code for third-party purposes, please provide attribution.
4 | * Copyright (c) 2020.
5 | */
6 |
7 | package com.soapboxrace.jaxb.xmpp;
8 |
9 | import javax.xml.bind.annotation.*;
10 |
11 | @XmlAccessorType(XmlAccessType.FIELD)
12 | @XmlType(name = "XMPP_ResponseTypeAchievementsAwarded", propOrder = {"achievementsAwarded"})
13 | @XmlRootElement(name = "response")
14 | public class XMPP_ResponseTypeAchievementsAwarded {
15 | @XmlAttribute(name = "status")
16 | protected int status = 1;
17 | @XmlAttribute(name = "ticket")
18 | protected int ticket = 0;
19 | @XmlElement(name = "AchievementsAwarded", required = true)
20 | private AchievementsAwarded achievementsAwarded;
21 |
22 | public AchievementsAwarded getAchievementsAwarded() {
23 | return achievementsAwarded;
24 | }
25 |
26 | public void setAchievementsAwarded(AchievementsAwarded achievementsAwarded) {
27 | this.achievementsAwarded = achievementsAwarded;
28 | }
29 | }
--------------------------------------------------------------------------------
/src/main/resources/META-INF/persistence.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 | jboss/datasources/SoapBoxDS
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/beans.xml:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | soapbox-race-core
5 |
6 | /index.jsp
7 |
8 |
9 |
--------------------------------------------------------------------------------
/src/main/webapp/forgotPasswd.jsp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
--------------------------------------------------------------------------------
/src/main/webapp/index.jsp:
--------------------------------------------------------------------------------
1 | Soapbox Race World server
2 | There is nothing to see here.
--------------------------------------------------------------------------------
/src/main/webapp/password.jsp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
--------------------------------------------------------------------------------
/src/main/webapp/reload-login-announcements.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | ~ This file is part of the Soapbox Race World core source code.
3 | ~ If you use any of this code for third-party purposes, please provide attribution.
4 | ~ Copyright (c) 2020.
5 | --%>
6 |
7 | <%--
8 | Created by IntelliJ IDEA.
9 | User: coder
10 | Date: 1/20/2020
11 | Time: 11:41 AM
12 | To change this template use File | Settings | File Templates.
13 | --%>
14 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
15 |
16 |
17 | Reload Login Announcements
18 |
19 |
20 | Note: This action clears the login announcement cache. It does not immediately display new
21 | announcements to players already in-game.
22 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/src/main/webapp/reload-parameters.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | ~ This file is part of the Soapbox Race World core source code.
3 | ~ If you use any of this code for third-party purposes, please provide attribution.
4 | ~ Copyright (c) 2020.
5 | --%>
6 |
7 | <%--
8 | Created by IntelliJ IDEA.
9 | User: coder
10 | Date: 1/20/2020
11 | Time: 11:41 AM
12 | To change this template use File | Settings | File Templates.
13 | --%>
14 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
15 |
16 |
17 | Reload Parameters
18 |
19 |
20 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/src/main/webapp/send-announcement.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | ~ This file is part of the Soapbox Race World core source code.
3 | ~ If you use any of this code for third-party purposes, please provide attribution.
4 | ~ Copyright (c) 2020.
5 | --%>
6 |
7 | <%--
8 | Created by IntelliJ IDEA.
9 | User: coder
10 | Date: 1/20/2020
11 | Time: 11:41 AM
12 | To change this template use File | Settings | File Templates.
13 | --%>
14 | <%@ page contentType="text/html;charset=UTF-8" language="java" %>
15 |
16 |
17 | Send Chat Announcement
18 |
19 |
20 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/src/main/webapp/ticket.jsp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfBadgePacket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfBasketItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfCarClass.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfCategoryTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfChatRoom.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfClientConfig.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfCommerceItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfCustomPaintTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfCustomVinylTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfEntitlementItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfFriendPersona.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfInt.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfInvalidBasketItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfInventoryItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfLevelGiftDefinition.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfLong.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfNewsArticleTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfOwnedCarTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfPerformancePartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfPersonaBase.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfPersonaCCar.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfProductTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfProfileData.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfSkillModPartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfString.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfUdpRelayInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfVisualPartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ArrayOfWalletTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/BasketItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/BasketTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/CarClass.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/CarSlotInfoTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd-final/ChatRoom.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/ChatServer.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd-final/ClientConfig.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ClientConfigTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/CommerceItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/CommerceResultStatus.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/xsd-final/CommerceSessionResultTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/xsd-final/CommerceSessionTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd-final/CustomPaintTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd-final/DragArbitrationPacket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/xsd-final/DragEntrantResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd-final/DragEventResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/xsd-final/EntitlementItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/EntitlementTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/EntrantResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd-final/EventsPacket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd-final/FraudConfig.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd-final/FriendPersona.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd-final/HeartBeat.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/InvalidBasketItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/InvalidBasketTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd-final/InventoryItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/xsd-final/InventoryTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/xsd-final/LevelGiftDefinition.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/LobbyEntrantAdded.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd-final/LobbyEntrantRemoved.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/OwnedCarTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd-final/PerformancePartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/xsd-final/PersonaBase.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/xsd-final/PersonaCCar.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd-final/PersonaFriendsList.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/PersonaIdArray.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/PersonaMotto.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd-final/PersonaPresence.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd-final/PursuitEventResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd-final/RegionInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd-final/RouteEntrantResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd-final/RouteEventResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd-final/SessionInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/xsd-final/SkillModPartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/SocialNetworkInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/SocialSettings.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd-final/TeamEscapeEntrantResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd-final/TeamEscapeEventResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd-final/TreasureHuntEventSession.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd-final/UdpRelayCryptoTicket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd-final/UdpRelayInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/UserInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd-final/VisualPartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/WalletTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd-final/ZExample.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/xsd-final/xjc.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | export LANG="en_US.UTF-8"
3 | export LANGUAGE="en_US:"
4 | xjc -p com.soapboxrace.jaxb.http -npa -no-header \
5 | Main.xsd
6 |
7 | cp -r com ../src/main/java
8 | rm -rf com
9 |
--------------------------------------------------------------------------------
/xsd/Victory.Data.Objects.Customization.SkillModEffectAmountConversion.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.BasketItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.BasketTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.ClientConfig.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.ClientConfigTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.ClientLog.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.ClientServerCryptoTicket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.CommerceItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.CommerceResultStatus.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Credentials.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.CustomPaintTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.EntitlementItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.EntitlementTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.DragEntrantResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.EntrantResult.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.EventTimedOut.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.EventTimingOut.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.ExitPath.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.LuckyDrawBox.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.LuckyDrawItem.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.Reward.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.TreasureHuntEventSession.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Event.enumRewardCategory.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.FraudConfig.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.GetPermanentSessionData.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Gift.LevelGiftDefinition.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.HeartBeat.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.InvalidBasketItemTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.LauncherEndTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.LauncherStartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.LoginAnnouncement.LoginAnnouncementsModifiedMsg.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.MachineIdentification.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.MetagameFlags.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.PerformancePartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.PowerUp.PowerupActivated.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.RegionInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.SkillModPartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.BasicBlockPlayerInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.BlockPlayerMsg.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.RemoveFriendMsg.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.SocialNetworkInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.SocialSettings.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.UnblockPlayerMsg.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.UserPersonaMap.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Social.UserPersonaMapList.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Token.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.UdpRelayCryptoTicket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.UdpRelayInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.UserSettings.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.Vector3.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.VisualPartTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.WalletTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.DataLayer.Serialization.enumPowerUpType.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/xsd/Victory.DataObjects.Objects.LoginAnnouncement.LoginAnnouncementContext.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd/Victory.DataObjects.Objects.LoginAnnouncement.LoginAnnouncementType.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Cdn.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.EngineInnerExceptionTrans.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.LobbyCancelled.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.LobbyCountdown.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.LobbyEntrantInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.LobbyEntrantRemoved.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.LobbyEntrantState.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.LobbyEntrantUpdated.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.LobbyInvite.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.AchievementProgress.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.AchievementState.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.BadgeBundle.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.BadgeDefinitionPacket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.BadgeInput.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.BadgePacket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.ChatTranscript.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.ClientPhysicsMetrics.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.ErrorReport.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.Event.CarClass.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.SecurityResponse.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.ShardInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.ShortcutUsage.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.StatConversion.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.Objects.StatNameList.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.P2PCryptoTicket.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.SecurityChallenge.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.ServerTime.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.SessionInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/xsd/Victory.Service.region.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.DriverPersona.FriendPersona.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.DriverPersona.PersonaDeleted.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.DriverPersona.PersonaIdArray.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.DriverPersona.PersonaMotto.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.DriverPersona.PersonaPresence.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.DriverPersona.UserIdArray.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.News.NewsArticleFilters.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.Session.chatRoom.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/xsd/Victory.TransferObjects.User.PersonaCCar.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/xsd/Victory.Voip.VoipRoomInfo.xsd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/xsd/xjc.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | xjc -p com.soapboxrace.jaxb.http \
3 | Victory.TransferObjects.User.UserInfo.xsd \
4 | Victory.TransferObjects.DriverPersona.PersonaFriendsList.xsd \
5 | Victory.DataLayer.Serialization.User_Settings.xsd \
6 | Victory.DataLayer.Serialization.ClientConfigTrans.xsd \
7 | Victory.Service.SystemInfo.xsd \
8 | Victory.TransferObjects.Session.chatServer.xsd \
9 | Victory.Service.Objects.Event.CarClass.xsd \
10 | Victory.DataLayer.Serialization.FraudConfig.xsd \
11 | Victory.DataLayer.Serialization.UdpRelayInfo.xsd \
12 | Victory.DataLayer.Serialization.RegionInfo.xsd \
13 | Victory.DataLayer.Serialization.LoginAnnouncement.LoginAnnouncementsDefinition.xsd \
14 | Victory.DataLayer.Serialization.HeartBeat.xsd \
15 | Victory.DataLayer.Serialization.Event.EventDefinition.xsd \
16 | Victory.DataLayer.Serialization.CommerceResultTrans.xsd \
17 | Victory.DataLayer.Serialization.ProductTrans.xsd \
18 | Victory.EngineErrorCode.xsd \
19 | Victory.Service.EngineExceptionTrans.xsd
20 |
21 | #Victory.DataLayer.Serialization.OwnedCarTrans.xsd
22 |
23 | cp -r com ../src/main/java
24 | rm -rf com
25 |
--------------------------------------------------------------------------------