mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
Removes auto generated classes from repository
This commit is contained in:
2
l2jserver2-gameserver/l2jserver2-gameserver-core/src/main/.gitignore
vendored
Normal file
2
l2jserver2-gameserver/l2jserver2-gameserver-core/src/main/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Auto generated sources
|
||||
/generated
|
||||
@@ -1,86 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb">
|
||||
<!--
|
||||
|
||||
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
|
||||
-->
|
||||
<jaxb:bindings scd="x-schema::">
|
||||
<jaxb:schemaBindings map="false">
|
||||
<jaxb:package name="com.l2jserver.model.template"/>
|
||||
</jaxb:schemaBindings>
|
||||
<jaxb:bindings scd="~CalculatorFunction">
|
||||
<jaxb:class ref="com.l2jserver.model.template.CalculatorFunction"/>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="~AbstractTemplate">
|
||||
<jaxb:class ref="com.l2jserver.model.template.AbstractTemplate"/>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="~Coordinate">
|
||||
<jaxb:class ref="com.l2jserver.model.template.TemplateCoordinate"/>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="~ActorTemplate">
|
||||
<jaxb:class ref="com.l2jserver.model.template.ActorTemplate"/>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="~CalculatorFunctionOperation">
|
||||
<jaxb:class ref="com.l2jserver.model.template.CalculatorFunctionOperation"/>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="x-schema::tns" xmlns:tns="http://schemas.l2jserver2.com/npc">
|
||||
<jaxb:schemaBindings map="false">
|
||||
<jaxb:package name="com.l2jserver.model.template"/>
|
||||
</jaxb:schemaBindings>
|
||||
<jaxb:bindings scd="tns:npc">
|
||||
<jaxb:class ref="com.l2jserver.model.template.NPCTemplate"/>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="x-schema::tns" xmlns:tns="http://schemas.l2jserver2.com/character">
|
||||
<jaxb:schemaBindings map="false">
|
||||
<jaxb:package name="com.l2jserver.model.template"/>
|
||||
</jaxb:schemaBindings>
|
||||
<jaxb:bindings scd="tns:character">
|
||||
<jaxb:class ref="com.l2jserver.model.template.CharacterTemplate"/>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="x-schema::tns" xmlns:tns="zones">
|
||||
<jaxb:schemaBindings map="false">
|
||||
<jaxb:package name="com.l2jserver.model.template"/>
|
||||
</jaxb:schemaBindings>
|
||||
<jaxb:bindings scd="tns:zones">
|
||||
<jaxb:class ref="com.l2jserver.model.template.Zones"/>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="~tns:ZoneType">
|
||||
<jaxb:class ref="com.l2jserver.model.template.ZoneType"/>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="x-schema::tns" xmlns:tns="http://schemas.l2jserver2.com/item">
|
||||
<jaxb:schemaBindings map="false">
|
||||
<jaxb:package name="com.l2jserver.model.template"/>
|
||||
</jaxb:schemaBindings>
|
||||
<jaxb:bindings scd="tns:item">
|
||||
<jaxb:class ref="com.l2jserver.model.template.ItemTemplate"/>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="x-schema::tns" xmlns:tns="http://schemas.l2jserver2.com/skill">
|
||||
<jaxb:schemaBindings map="false">
|
||||
<jaxb:package name="com.l2jserver.model.template"/>
|
||||
</jaxb:schemaBindings>
|
||||
<jaxb:bindings scd="tns:skill">
|
||||
<jaxb:class ref="com.l2jserver.model.template.SkillTemplate"/>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="x-schema::tns" xmlns:tns="http://schemas.l2jserver2.com/teleport">
|
||||
<jaxb:schemaBindings map="false">
|
||||
<jaxb:package name="com.l2jserver.model.template"/>
|
||||
</jaxb:schemaBindings>
|
||||
<jaxb:bindings scd="~tns:TeleportationTemplate">
|
||||
<jaxb:class ref="com.l2jserver.model.template.TeleportationTemplate"/>
|
||||
</jaxb:bindings>
|
||||
<jaxb:bindings scd="tns:teleports">
|
||||
<jaxb:class ref="com.l2jserver.model.template.Teleports"/>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
</jaxb:bindings>
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for AbstractTemplate complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="AbstractTemplate">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "AbstractTemplate")
|
||||
@XmlSeeAlso({
|
||||
ItemTemplate.class,
|
||||
ActorTemplate.class,
|
||||
SkillTemplate.class,
|
||||
TeleportationTemplate.class
|
||||
})
|
||||
public abstract class AbstractTemplate
|
||||
implements Template
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for ActorTemplate complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ActorTemplate">
|
||||
* <complexContent>
|
||||
* <extension base="{}AbstractTemplate">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ActorTemplate")
|
||||
@XmlSeeAlso({
|
||||
CharacterTemplate.class,
|
||||
NPCTemplate.class
|
||||
})
|
||||
public abstract class ActorTemplate
|
||||
extends AbstractTemplate
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,148 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for CalculatorFunction complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculatorFunction">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="set" type="{}CalculatorFunctionOperation" minOccurs="0"/>
|
||||
* <element name="add" type="{}CalculatorFunctionOperation" minOccurs="0"/>
|
||||
* <element name="subtract" type="{}CalculatorFunctionOperation" minOccurs="0"/>
|
||||
* <element name="random" type="{}CalculatorFunctionOperation" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculatorFunction", propOrder = {
|
||||
"set",
|
||||
"add",
|
||||
"subtract",
|
||||
"random"
|
||||
})
|
||||
public class CalculatorFunction {
|
||||
|
||||
protected CalculatorFunctionOperation set;
|
||||
protected CalculatorFunctionOperation add;
|
||||
protected CalculatorFunctionOperation subtract;
|
||||
protected CalculatorFunctionOperation random;
|
||||
|
||||
/**
|
||||
* Gets the value of the set property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public CalculatorFunctionOperation getSet() {
|
||||
return set;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the set property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public void setSet(CalculatorFunctionOperation value) {
|
||||
this.set = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the add property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public CalculatorFunctionOperation getAdd() {
|
||||
return add;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the add property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public void setAdd(CalculatorFunctionOperation value) {
|
||||
this.add = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the subtract property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public CalculatorFunctionOperation getSubtract() {
|
||||
return subtract;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the subtract property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public void setSubtract(CalculatorFunctionOperation value) {
|
||||
this.subtract = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the random property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public CalculatorFunctionOperation getRandom() {
|
||||
return random;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the random property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public void setRandom(CalculatorFunctionOperation value) {
|
||||
this.random = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for CalculatorFunctionOperation complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculatorFunctionOperation">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
|
||||
* <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculatorFunctionOperation")
|
||||
public class CalculatorFunctionOperation {
|
||||
|
||||
@XmlAttribute(name = "order", required = true)
|
||||
protected BigInteger order;
|
||||
@XmlAttribute(name = "value", required = true)
|
||||
protected double value;
|
||||
|
||||
/**
|
||||
* Gets the value of the order property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getOrder() {
|
||||
return order;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the order property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setOrder(BigInteger value) {
|
||||
this.order = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the value property.
|
||||
*
|
||||
*/
|
||||
public double getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the value property.
|
||||
*
|
||||
*/
|
||||
public void setValue(double value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,535 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import javax.xml.bind.annotation.XmlRegistry;
|
||||
|
||||
|
||||
/**
|
||||
* This object contains factory methods for each
|
||||
* Java content interface and Java element interface
|
||||
* generated in the com.l2jserver.model.template package.
|
||||
* <p>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: com.l2jserver.model.template
|
||||
*
|
||||
*/
|
||||
public ObjectFactory() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate createNPCTemplate() {
|
||||
return new NPCTemplate();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Droplist }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Droplist createNPCTemplateDroplist() {
|
||||
return new NPCTemplate.Droplist();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Droplist.Item }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Droplist.Item createNPCTemplateDroplistItem() {
|
||||
return new NPCTemplate.Droplist.Item();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link Zones }
|
||||
*
|
||||
*/
|
||||
public Zones createZones() {
|
||||
return new Zones();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZoneType }
|
||||
*
|
||||
*/
|
||||
public ZoneType createZoneType() {
|
||||
return new ZoneType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link Zones.Castle }
|
||||
*
|
||||
*/
|
||||
public Zones.Castle createZonesCastle() {
|
||||
return new Zones.Castle();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TeleportationTemplate }
|
||||
*
|
||||
*/
|
||||
public TeleportationTemplate createTeleportationTemplate() {
|
||||
return new TeleportationTemplate();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Skills }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Skills createNPCTemplateSkills() {
|
||||
return new NPCTemplate.Skills();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Talk }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Talk createNPCTemplateTalk() {
|
||||
return new NPCTemplate.Talk();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info createNPCTemplateInfo() {
|
||||
return new NPCTemplate.Info();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats createNPCTemplateInfoStats() {
|
||||
return new NPCTemplate.Info.Stats();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Defense }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Defense createNPCTemplateInfoStatsDefense() {
|
||||
return new NPCTemplate.Info.Stats.Defense();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Attack }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Attack createNPCTemplateInfoStatsAttack() {
|
||||
return new NPCTemplate.Info.Stats.Attack();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate createItemTemplate() {
|
||||
return new ItemTemplate();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Armor }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Armor createItemTemplateArmor() {
|
||||
return new ItemTemplate.Armor();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Attributes }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Attributes createItemTemplateAttributes() {
|
||||
return new ItemTemplate.Attributes();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate createCharacterTemplate() {
|
||||
return new CharacterTemplate();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Collision }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Collision createCharacterTemplateCollision() {
|
||||
return new CharacterTemplate.Collision();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats createCharacterTemplateStats() {
|
||||
return new CharacterTemplate.Stats();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Defense }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Defense createCharacterTemplateStatsDefense() {
|
||||
return new CharacterTemplate.Stats.Defense();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Attack }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Attack createCharacterTemplateStatsAttack() {
|
||||
return new CharacterTemplate.Stats.Attack();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculatorFunction }
|
||||
*
|
||||
*/
|
||||
public CalculatorFunction createCalculatorFunction() {
|
||||
return new CalculatorFunction();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TemplateCoordinate }
|
||||
*
|
||||
*/
|
||||
public TemplateCoordinate createTemplateCoordinate() {
|
||||
return new TemplateCoordinate();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculatorFunctionOperation }
|
||||
*
|
||||
*/
|
||||
public CalculatorFunctionOperation createCalculatorFunctionOperation() {
|
||||
return new CalculatorFunctionOperation();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SkillTemplate }
|
||||
*
|
||||
*/
|
||||
public SkillTemplate createSkillTemplate() {
|
||||
return new SkillTemplate();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link Teleports }
|
||||
*
|
||||
*/
|
||||
public Teleports createTeleports() {
|
||||
return new Teleports();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZoneType.Point }
|
||||
*
|
||||
*/
|
||||
public ZoneType.Point createZoneTypePoint() {
|
||||
return new ZoneType.Point();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link Zones.Castle.Siege }
|
||||
*
|
||||
*/
|
||||
public Zones.Castle.Siege createZonesCastleSiege() {
|
||||
return new Zones.Castle.Siege();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link TeleportationTemplate.Restrictions }
|
||||
*
|
||||
*/
|
||||
public TeleportationTemplate.Restrictions createTeleportationTemplateRestrictions() {
|
||||
return new TeleportationTemplate.Restrictions();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Ai }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Ai createNPCTemplateAi() {
|
||||
return new NPCTemplate.Ai();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Skills.Skill }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Skills.Skill createNPCTemplateSkillsSkill() {
|
||||
return new NPCTemplate.Skills.Skill();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Talk.Chat }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Talk.Chat createNPCTemplateTalkChat() {
|
||||
return new NPCTemplate.Talk.Chat();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Name }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Name createNPCTemplateInfoName() {
|
||||
return new NPCTemplate.Info.Name();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Title }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Title createNPCTemplateInfoTitle() {
|
||||
return new NPCTemplate.Info.Title();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Item }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Item createNPCTemplateInfoItem() {
|
||||
return new NPCTemplate.Info.Item();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Collision }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Collision createNPCTemplateInfoCollision() {
|
||||
return new NPCTemplate.Info.Collision();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Hp }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Hp createNPCTemplateInfoStatsHp() {
|
||||
return new NPCTemplate.Info.Stats.Hp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Mp }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Mp createNPCTemplateInfoStatsMp() {
|
||||
return new NPCTemplate.Info.Stats.Mp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Move }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Move createNPCTemplateInfoStatsMove() {
|
||||
return new NPCTemplate.Info.Stats.Move();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Base }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Base createNPCTemplateInfoStatsBase() {
|
||||
return new NPCTemplate.Info.Stats.Base();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Defense.Physical }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Defense.Physical createNPCTemplateInfoStatsDefensePhysical() {
|
||||
return new NPCTemplate.Info.Stats.Defense.Physical();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Defense.Magical }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Defense.Magical createNPCTemplateInfoStatsDefenseMagical() {
|
||||
return new NPCTemplate.Info.Stats.Defense.Magical();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Attack.Physical }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Attack.Physical createNPCTemplateInfoStatsAttackPhysical() {
|
||||
return new NPCTemplate.Info.Stats.Attack.Physical();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link NPCTemplate.Info.Stats.Attack.Magical }
|
||||
*
|
||||
*/
|
||||
public NPCTemplate.Info.Stats.Attack.Magical createNPCTemplateInfoStatsAttackMagical() {
|
||||
return new NPCTemplate.Info.Stats.Attack.Magical();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Controller }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Controller createItemTemplateController() {
|
||||
return new ItemTemplate.Controller();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Effect }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Effect createItemTemplateEffect() {
|
||||
return new ItemTemplate.Effect();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.EtcItem }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.EtcItem createItemTemplateEtcItem() {
|
||||
return new ItemTemplate.EtcItem();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Weapon }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Weapon createItemTemplateWeapon() {
|
||||
return new ItemTemplate.Weapon();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Armor.Cost }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Armor.Cost createItemTemplateArmorCost() {
|
||||
return new ItemTemplate.Armor.Cost();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Armor.Equipment }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Armor.Equipment createItemTemplateArmorEquipment() {
|
||||
return new ItemTemplate.Armor.Equipment();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ItemTemplate.Attributes.Cost }
|
||||
*
|
||||
*/
|
||||
public ItemTemplate.Attributes.Cost createItemTemplateAttributesCost() {
|
||||
return new ItemTemplate.Attributes.Cost();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Collision.Male }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Collision.Male createCharacterTemplateCollisionMale() {
|
||||
return new CharacterTemplate.Collision.Male();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Collision.Female }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Collision.Female createCharacterTemplateCollisionFemale() {
|
||||
return new CharacterTemplate.Collision.Female();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Hp }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Hp createCharacterTemplateStatsHp() {
|
||||
return new CharacterTemplate.Stats.Hp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Mp }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Mp createCharacterTemplateStatsMp() {
|
||||
return new CharacterTemplate.Stats.Mp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Cp }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Cp createCharacterTemplateStatsCp() {
|
||||
return new CharacterTemplate.Stats.Cp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Move }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Move createCharacterTemplateStatsMove() {
|
||||
return new CharacterTemplate.Stats.Move();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Base }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Base createCharacterTemplateStatsBase() {
|
||||
return new CharacterTemplate.Stats.Base();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Defense.Physical }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Defense.Physical createCharacterTemplateStatsDefensePhysical() {
|
||||
return new CharacterTemplate.Stats.Defense.Physical();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Defense.Magical }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Defense.Magical createCharacterTemplateStatsDefenseMagical() {
|
||||
return new CharacterTemplate.Stats.Defense.Magical();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Attack.Physical }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Attack.Physical createCharacterTemplateStatsAttackPhysical() {
|
||||
return new CharacterTemplate.Stats.Attack.Physical();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CharacterTemplate.Stats.Attack.Magical }
|
||||
*
|
||||
*/
|
||||
public CharacterTemplate.Stats.Attack.Magical createCharacterTemplateStatsAttackMagical() {
|
||||
return new CharacterTemplate.Stats.Attack.Magical();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,162 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||
import com.l2jserver.model.id.template.SkillTemplateID;
|
||||
import com.l2jserver.util.jaxb.SkillTemplateIDAdapter;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for skill element declaration.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <element name="skill">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{}AbstractTemplate">
|
||||
* <sequence>
|
||||
* <element name="maximumLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
||||
* </sequence>
|
||||
* <attribute name="id" use="required" type="{http://schemas.l2jserver2.com/skill}SkillTemplateID" />
|
||||
* <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
||||
* <attribute name="delay" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* <attribute name="cooldown" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"maximumLevel"
|
||||
})
|
||||
@XmlRootElement(name = "skill", namespace = "http://schemas.l2jserver2.com/skill")
|
||||
public class SkillTemplate
|
||||
extends AbstractTemplate
|
||||
{
|
||||
|
||||
protected int maximumLevel;
|
||||
@XmlAttribute(name = "id", required = true)
|
||||
@XmlJavaTypeAdapter(SkillTemplateIDAdapter.class)
|
||||
protected SkillTemplateID id;
|
||||
@XmlAttribute(name = "name", required = true)
|
||||
protected String name;
|
||||
@XmlAttribute(name = "delay", required = true)
|
||||
protected int delay;
|
||||
@XmlAttribute(name = "cooldown", required = true)
|
||||
protected int cooldown;
|
||||
|
||||
/**
|
||||
* Gets the value of the maximumLevel property.
|
||||
*
|
||||
*/
|
||||
public int getMaximumLevel() {
|
||||
return maximumLevel;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the maximumLevel property.
|
||||
*
|
||||
*/
|
||||
public void setMaximumLevel(int value) {
|
||||
this.maximumLevel = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the id property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public SkillTemplateID getID() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the id property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setID(SkillTemplateID value) {
|
||||
this.id = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 delay property.
|
||||
*
|
||||
*/
|
||||
public int getDelay() {
|
||||
return delay;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the delay property.
|
||||
*
|
||||
*/
|
||||
public void setDelay(int value) {
|
||||
this.delay = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the cooldown property.
|
||||
*
|
||||
*/
|
||||
public int getCooldown() {
|
||||
return cooldown;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the cooldown property.
|
||||
*
|
||||
*/
|
||||
public void setCooldown(int value) {
|
||||
this.cooldown = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,286 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
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.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
|
||||
import com.l2jserver.model.id.template.TeleportationTemplateID;
|
||||
import com.l2jserver.util.jaxb.TeleportationTemplateIDAdapter;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for TeleportationTemplate complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TeleportationTemplate">
|
||||
* <complexContent>
|
||||
* <extension base="{}AbstractTemplate">
|
||||
* <sequence>
|
||||
* <element name="point" type="{}Coordinate" minOccurs="0"/>
|
||||
* <element name="restrictions" minOccurs="0">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="restriction" maxOccurs="unbounded">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="NOBLE"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* <attribute name="id" use="required" type="{http://schemas.l2jserver2.com/teleport}TeleportationTemplateID" />
|
||||
* <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
|
||||
* <attribute name="item" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* <attribute name="price" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "TeleportationTemplate", namespace = "http://schemas.l2jserver2.com/teleport", propOrder = {
|
||||
"point",
|
||||
"restrictions"
|
||||
})
|
||||
public class TeleportationTemplate
|
||||
extends AbstractTemplate
|
||||
{
|
||||
|
||||
protected TemplateCoordinate point;
|
||||
protected TeleportationTemplate.Restrictions restrictions;
|
||||
@XmlAttribute(name = "id", required = true)
|
||||
@XmlJavaTypeAdapter(TeleportationTemplateIDAdapter.class)
|
||||
protected TeleportationTemplateID id;
|
||||
@XmlAttribute(name = "name")
|
||||
protected String name;
|
||||
@XmlAttribute(name = "item")
|
||||
protected Integer item;
|
||||
@XmlAttribute(name = "price", required = true)
|
||||
protected int price;
|
||||
|
||||
/**
|
||||
* Gets the value of the point property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TemplateCoordinate }
|
||||
*
|
||||
*/
|
||||
public TemplateCoordinate getPoint() {
|
||||
return point;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the point property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TemplateCoordinate }
|
||||
*
|
||||
*/
|
||||
public void setPoint(TemplateCoordinate value) {
|
||||
this.point = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the restrictions property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TeleportationTemplate.Restrictions }
|
||||
*
|
||||
*/
|
||||
public TeleportationTemplate.Restrictions getRestrictions() {
|
||||
return restrictions;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the restrictions property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TeleportationTemplate.Restrictions }
|
||||
*
|
||||
*/
|
||||
public void setRestrictions(TeleportationTemplate.Restrictions value) {
|
||||
this.restrictions = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the id property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public TeleportationTemplateID getID() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the id property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setID(TeleportationTemplateID value) {
|
||||
this.id = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 item property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public Integer getItem() {
|
||||
return item;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the item property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Integer }
|
||||
*
|
||||
*/
|
||||
public void setItem(Integer value) {
|
||||
this.item = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the price property.
|
||||
*
|
||||
*/
|
||||
public int getPrice() {
|
||||
return price;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the price property.
|
||||
*
|
||||
*/
|
||||
public void setPrice(int value) {
|
||||
this.price = value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for anonymous complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="restriction" maxOccurs="unbounded">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="NOBLE"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"restriction"
|
||||
})
|
||||
public static class Restrictions {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected List<String> restriction;
|
||||
|
||||
/**
|
||||
* Gets the value of the restriction property.
|
||||
*
|
||||
* <p>
|
||||
* 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 <CODE>set</CODE> method for the restriction property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getRestriction().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link String }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<String> getRestriction() {
|
||||
if (restriction == null) {
|
||||
restriction = new ArrayList<String>();
|
||||
}
|
||||
return this.restriction;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
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.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for anonymous complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="teleport" type="{http://schemas.l2jserver2.com/teleport}TeleportationTemplate" maxOccurs="unbounded"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"teleport"
|
||||
})
|
||||
@XmlRootElement(name = "teleports", namespace = "http://schemas.l2jserver2.com/teleport")
|
||||
public class Teleports {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected List<TeleportationTemplate> teleport;
|
||||
|
||||
/**
|
||||
* Gets the value of the teleport property.
|
||||
*
|
||||
* <p>
|
||||
* 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 <CODE>set</CODE> method for the teleport property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getTeleport().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link TeleportationTemplate }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<TeleportationTemplate> getTeleport() {
|
||||
if (teleport == null) {
|
||||
teleport = new ArrayList<TeleportationTemplate>();
|
||||
}
|
||||
return this.teleport;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,97 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for Coordinate complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="Coordinate">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* <attribute name="z" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "Coordinate")
|
||||
public class TemplateCoordinate {
|
||||
|
||||
@XmlAttribute(name = "x", required = true)
|
||||
protected int x;
|
||||
@XmlAttribute(name = "y", required = true)
|
||||
protected int y;
|
||||
@XmlAttribute(name = "z", required = true)
|
||||
protected int z;
|
||||
|
||||
/**
|
||||
* Gets the value of the x property.
|
||||
*
|
||||
*/
|
||||
public int getX() {
|
||||
return x;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the x property.
|
||||
*
|
||||
*/
|
||||
public void setX(int value) {
|
||||
this.x = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the y property.
|
||||
*
|
||||
*/
|
||||
public int getY() {
|
||||
return y;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the y property.
|
||||
*
|
||||
*/
|
||||
public void setY(int value) {
|
||||
this.y = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the z property.
|
||||
*
|
||||
*/
|
||||
public int getZ() {
|
||||
return z;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the z property.
|
||||
*
|
||||
*/
|
||||
public void setZ(int value) {
|
||||
this.z = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,179 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
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.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for ZoneType complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZoneType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="point" maxOccurs="unbounded">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZoneType", namespace = "zones", propOrder = {
|
||||
"point"
|
||||
})
|
||||
public class ZoneType {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected List<ZoneType.Point> point;
|
||||
@XmlAttribute(name = "id", required = true)
|
||||
protected String id;
|
||||
|
||||
/**
|
||||
* Gets the value of the point property.
|
||||
*
|
||||
* <p>
|
||||
* 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 <CODE>set</CODE> method for the point property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getPoint().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ZoneType.Point }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ZoneType.Point> getPoint() {
|
||||
if (point == null) {
|
||||
point = new ArrayList<ZoneType.Point>();
|
||||
}
|
||||
return this.point;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the id property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the id property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setId(String value) {
|
||||
this.id = value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for anonymous complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
public static class Point {
|
||||
|
||||
@XmlAttribute(name = "x", required = true)
|
||||
protected int x;
|
||||
@XmlAttribute(name = "y", required = true)
|
||||
protected int y;
|
||||
|
||||
/**
|
||||
* Gets the value of the x property.
|
||||
*
|
||||
*/
|
||||
public int getX() {
|
||||
return x;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the x property.
|
||||
*
|
||||
*/
|
||||
public void setX(int value) {
|
||||
this.x = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the y property.
|
||||
*
|
||||
*/
|
||||
public int getY() {
|
||||
return y;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the y property.
|
||||
*
|
||||
*/
|
||||
public void setY(int value) {
|
||||
this.y = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,211 +0,0 @@
|
||||
//
|
||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
|
||||
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
||||
// Generated on: 2012.05.03 at 07:58:30 PM BRT
|
||||
//
|
||||
|
||||
|
||||
package com.l2jserver.model.template;
|
||||
|
||||
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;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for anonymous complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="castle">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="siege">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="zone" type="{zones}ZoneType"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"castle"
|
||||
})
|
||||
@XmlRootElement(name = "zones", namespace = "zones")
|
||||
public class Zones {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected Zones.Castle castle;
|
||||
|
||||
/**
|
||||
* Gets the value of the castle property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Zones.Castle }
|
||||
*
|
||||
*/
|
||||
public Zones.Castle getCastle() {
|
||||
return castle;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the castle property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Zones.Castle }
|
||||
*
|
||||
*/
|
||||
public void setCastle(Zones.Castle value) {
|
||||
this.castle = value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for anonymous complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="siege">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="zone" type="{zones}ZoneType"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"siege"
|
||||
})
|
||||
public static class Castle {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected Zones.Castle.Siege siege;
|
||||
|
||||
/**
|
||||
* Gets the value of the siege property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Zones.Castle.Siege }
|
||||
*
|
||||
*/
|
||||
public Zones.Castle.Siege getSiege() {
|
||||
return siege;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the siege property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Zones.Castle.Siege }
|
||||
*
|
||||
*/
|
||||
public void setSiege(Zones.Castle.Siege value) {
|
||||
this.siege = value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java class for anonymous complex type.
|
||||
*
|
||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="zone" type="{zones}ZoneType"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "", propOrder = {
|
||||
"zone"
|
||||
})
|
||||
public static class Siege {
|
||||
|
||||
@XmlElement(required = true)
|
||||
protected ZoneType zone;
|
||||
|
||||
/**
|
||||
* Gets the value of the zone property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZoneType }
|
||||
*
|
||||
*/
|
||||
public ZoneType getZone() {
|
||||
return zone;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the zone property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZoneType }
|
||||
*
|
||||
*/
|
||||
public void setZone(ZoneType value) {
|
||||
this.zone = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user