diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..4b8b074
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,77 @@
+
+
Java class for anonymous complex type. + *
+ *The following schema fragment specifies the expected content contained within this class. + *
+ *+ * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="issue" maxOccurs="unbounded" minOccurs="0"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded" minOccurs="0"> + * <element name="field"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="value" maxOccurs="unbounded" minOccurs="0"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * <element name="comment"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="replies" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="value" minOccurs="0"> + * <complexType> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>string"> + * <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </extension> + * </simpleContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="issueId" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="deleted" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="shownForIssueAuthor" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="created" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </choice> + * <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> + *+ */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = {"issue"}) +@XmlRootElement(name = "issues") +public class Issues { + + protected List
set
method for the issue property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ * + * getIssue().add(newItem); + *+ * + * + * + * Objects of the following type(s) are allowed in the list + * {@link Issues.Issue } + */ + public List
Java class for anonymous complex type. + *
+ *The following schema fragment specifies the expected content contained within this class. + *
+ *+ * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded" minOccurs="0"> + * <element name="field"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="value" maxOccurs="unbounded" minOccurs="0"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * <element name="comment"> + * <complexType> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="replies" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="value" minOccurs="0"> + * <complexType> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>string"> + * <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </extension> + * </simpleContent> + * </complexType> + * </element> + * </sequence> + * <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="issueId" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="deleted" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="shownForIssueAuthor" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="created" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + * </element> + * </choice> + * <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> + *+ */ + @XmlAccessorType(XmlAccessType.FIELD) + @XmlType(name = "", propOrder = {"fieldOrComment"}) + public static class Issue { + + @XmlElements({@XmlElement(name = "field", type = Issues.Issue.Field.class), @XmlElement(name = "comment", type = Issues.Issue.Comment.class)}) + protected List