Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 52296 invoked from network); 8 Jun 2010 04:41:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jun 2010 04:41:47 -0000 Received: (qmail 41449 invoked by uid 500); 8 Jun 2010 04:41:47 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 41245 invoked by uid 500); 8 Jun 2010 04:41:47 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 40744 invoked by uid 99); 8 Jun 2010 04:41:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 04:41:45 +0000 X-ASF-Spam-Status: No, hits=-1942.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 04:41:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2BD552388BB6; Tue, 8 Jun 2010 04:40:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r952535 [10/26] - in /geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins: org.apache.geronimo.j2ee.v11.jaxbmodel/ org.apache.geronimo.j2ee.v11.jaxbmodel/META-INF/ org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo... Date: Tue, 08 Jun 2010 04:40:28 -0000 To: scm@geronimo.apache.org From: delos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100608044040.2BD552388BB6@eris.apache.org> Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/GroupType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/GroupType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/GroupType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/GroupType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,231 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for groupType complex type. + * + *

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

+ * <complexType name="groupType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="cmp-field-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="cmr-field" maxOccurs="unbounded" minOccurs="0">
+ *           <complexType>
+ *             <complexContent>
+ *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *                 <sequence>
+ *                   <element name="cmr-field-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *                   <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *                 </sequence>
+ *               </restriction>
+ *             </complexContent>
+ *           </complexType>
+ *         </element>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "groupType", propOrder = { + "groupName", + "cmpFieldName", + "cmrField" +}) +public class GroupType { + + @XmlElement(name = "group-name", required = true) + protected String groupName; + @XmlElement(name = "cmp-field-name") + protected List cmpFieldName; + @XmlElement(name = "cmr-field") + protected List cmrField; + + /** + * Gets the value of the groupName property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getGroupName() { + return groupName; + } + + /** + * Sets the value of the groupName property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setGroupName(String value) { + this.groupName = value; + } + + /** + * Gets the value of the cmpFieldName property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link String } + * + * + */ + public List getCmpFieldName() { + if (cmpFieldName == null) { + cmpFieldName = new ArrayList(); + } + return this.cmpFieldName; + } + + /** + * Gets the value of the cmrField property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link GroupType.CmrField } + * + * + */ + public List getCmrField() { + if (cmrField == null) { + cmrField = new ArrayList(); + } + return this.cmrField; + } + + + /** + *

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="cmr-field-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+     *         <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+     *       </sequence>
+     *     </restriction>
+     *   </complexContent>
+     * </complexType>
+     * 
+ * + * + */ + @XmlAccessorType(XmlAccessType.FIELD) + @XmlType(name = "", propOrder = { + "cmrFieldName", + "groupName" + }) + public static class CmrField { + + @XmlElement(name = "cmr-field-name", required = true) + protected String cmrFieldName; + @XmlElement(name = "group-name") + protected String groupName; + + /** + * Gets the value of the cmrFieldName property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getCmrFieldName() { + return cmrFieldName; + } + + /** + * Sets the value of the cmrFieldName property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCmrFieldName(String value) { + this.cmrFieldName = value; + } + + /** + * Gets the value of the groupName property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getGroupName() { + return groupName; + } + + /** + * Sets the value of the groupName property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setGroupName(String value) { + this.groupName = value; + } + + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/GroupType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/GroupType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/GroupType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/MessageDrivenBeanType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/MessageDrivenBeanType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/MessageDrivenBeanType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/MessageDrivenBeanType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,361 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +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.XmlID; +import javax.xml.bind.annotation.XmlType; +import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + +import org.apache.geronimo.j2ee.naming.EjbLocalRefType; +import org.apache.geronimo.j2ee.naming.EjbRefType; +import org.apache.geronimo.j2ee.naming.GbeanRefType; +import org.apache.geronimo.j2ee.naming.ResourceEnvRefType; +import org.apache.geronimo.j2ee.naming.ResourceLocatorType; +import org.apache.geronimo.j2ee.naming.ResourceRefType; +import org.apache.geronimo.j2ee.naming.ServiceRefType; + + +/** + *

Java class for message-driven-beanType complex type. + * + *

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

+ * <complexType name="message-driven-beanType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element ref="{http://geronimo.apache.org/xml/ns/naming-1.1}resource-adapter"/>
+ *         <element name="activation-config" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}activation-configType" minOccurs="0"/>
+ *         <group ref="{http://geronimo.apache.org/xml/ns/naming-1.1}jndiEnvironmentRefsGroup"/>
+ *       </sequence>
+ *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "message-driven-beanType", propOrder = { + "ejbName", + "resourceAdapter", + "activationConfig", + "gbeanRef", + "ejbRef", + "ejbLocalRef", + "serviceRef", + "resourceRef", + "resourceEnvRef" +}) +public class MessageDrivenBeanType { + + @XmlElement(name = "ejb-name", required = true) + protected String ejbName; + @XmlElement(name = "resource-adapter", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1", required = true) + protected ResourceLocatorType resourceAdapter; + @XmlElement(name = "activation-config") + protected ActivationConfigType activationConfig; + @XmlElement(name = "gbean-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List gbeanRef; + @XmlElement(name = "ejb-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List ejbRef; + @XmlElement(name = "ejb-local-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List ejbLocalRef; + @XmlElement(name = "service-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List serviceRef; + @XmlElement(name = "resource-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List resourceRef; + @XmlElement(name = "resource-env-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List resourceEnvRef; + @XmlAttribute + @XmlJavaTypeAdapter(CollapsedStringAdapter.class) + @XmlID + protected String id; + + /** + * Gets the value of the ejbName property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getEjbName() { + return ejbName; + } + + /** + * Sets the value of the ejbName property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEjbName(String value) { + this.ejbName = value; + } + + /** + * Gets the value of the resourceAdapter property. + * + * @return + * possible object is + * {@link ResourceLocatorType } + * + */ + public ResourceLocatorType getResourceAdapter() { + return resourceAdapter; + } + + /** + * Sets the value of the resourceAdapter property. + * + * @param value + * allowed object is + * {@link ResourceLocatorType } + * + */ + public void setResourceAdapter(ResourceLocatorType value) { + this.resourceAdapter = value; + } + + /** + * Gets the value of the activationConfig property. + * + * @return + * possible object is + * {@link ActivationConfigType } + * + */ + public ActivationConfigType getActivationConfig() { + return activationConfig; + } + + /** + * Sets the value of the activationConfig property. + * + * @param value + * allowed object is + * {@link ActivationConfigType } + * + */ + public void setActivationConfig(ActivationConfigType value) { + this.activationConfig = value; + } + + /** + * Gets the value of the gbeanRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link GbeanRefType } + * + * + */ + public List getGbeanRef() { + if (gbeanRef == null) { + gbeanRef = new ArrayList(); + } + return this.gbeanRef; + } + + /** + * Gets the value of the ejbRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link EjbRefType } + * + * + */ + public List getEjbRef() { + if (ejbRef == null) { + ejbRef = new ArrayList(); + } + return this.ejbRef; + } + + /** + * Gets the value of the ejbLocalRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link EjbLocalRefType } + * + * + */ + public List getEjbLocalRef() { + if (ejbLocalRef == null) { + ejbLocalRef = new ArrayList(); + } + return this.ejbLocalRef; + } + + /** + * Gets the value of the serviceRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link ServiceRefType } + * + * + */ + public List getServiceRef() { + if (serviceRef == null) { + serviceRef = new ArrayList(); + } + return this.serviceRef; + } + + /** + * Gets the value of the resourceRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link ResourceRefType } + * + * + */ + public List getResourceRef() { + if (resourceRef == null) { + resourceRef = new ArrayList(); + } + return this.resourceRef; + } + + /** + * Gets the value of the resourceEnvRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link ResourceEnvRefType } + * + * + */ + public List getResourceEnvRef() { + if (resourceEnvRef == null) { + resourceEnvRef = new ArrayList(); + } + return this.resourceEnvRef; + } + + /** + * 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; + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/MessageDrivenBeanType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/MessageDrivenBeanType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/MessageDrivenBeanType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/ObjectFactory.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/ObjectFactory.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/ObjectFactory.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/ObjectFactory.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,276 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.namespace.QName; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the org.openejb.xml.ns.openejb_jar_2 package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + private final static QName _OpenejbJar_QNAME = new QName("http://www.openejb.org/xml/ns/openejb-jar-2.1", "openejb-jar"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openejb.xml.ns.openejb_jar_2 + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link EntityBeanType.Cache } + * + */ + public EntityBeanType.Cache createEntityBeanTypeCache() { + return new EntityBeanType.Cache(); + } + + /** + * Create an instance of {@link ActivationConfigType } + * + */ + public ActivationConfigType createActivationConfigType() { + return new ActivationConfigType(); + } + + /** + * Create an instance of {@link RelationshipsType } + * + */ + public RelationshipsType createRelationshipsType() { + return new RelationshipsType(); + } + + /** + * Create an instance of {@link OpenejbJarType } + * + */ + public OpenejbJarType createOpenejbJarType() { + return new OpenejbJarType(); + } + + /** + * Create an instance of {@link EjbRelationshipRoleType.RoleMapping } + * + */ + public EjbRelationshipRoleType.RoleMapping createEjbRelationshipRoleTypeRoleMapping() { + return new EjbRelationshipRoleType.RoleMapping(); + } + + /** + * Create an instance of {@link QueryType } + * + */ + public QueryType createQueryType() { + return new QueryType(); + } + + /** + * Create an instance of {@link EntityBeanType } + * + */ + public EntityBeanType createEntityBeanType() { + return new EntityBeanType(); + } + + /** + * Create an instance of {@link ActivationConfigPropertyType } + * + */ + public ActivationConfigPropertyType createActivationConfigPropertyType() { + return new ActivationConfigPropertyType(); + } + + /** + * Create an instance of {@link MessageDrivenBeanType } + * + */ + public MessageDrivenBeanType createMessageDrivenBeanType() { + return new MessageDrivenBeanType(); + } + + /** + * Create an instance of {@link WebServiceSecurityType } + * + */ + public WebServiceSecurityType createWebServiceSecurityType() { + return new WebServiceSecurityType(); + } + + /** + * Create an instance of {@link EjbRelationshipRoleType.RoleMapping.CmrFieldMapping } + * + */ + public EjbRelationshipRoleType.RoleMapping.CmrFieldMapping createEjbRelationshipRoleTypeRoleMappingCmrFieldMapping() { + return new EjbRelationshipRoleType.RoleMapping.CmrFieldMapping(); + } + + /** + * Create an instance of {@link QueryType.QueryMethod.MethodParams } + * + */ + public QueryType.QueryMethod.MethodParams createQueryTypeQueryMethodMethodParams() { + return new QueryType.QueryMethod.MethodParams(); + } + + /** + * Create an instance of {@link EjbRelationshipRoleType } + * + */ + public EjbRelationshipRoleType createEjbRelationshipRoleType() { + return new EjbRelationshipRoleType(); + } + + /** + * Create an instance of {@link GroupType.CmrField } + * + */ + public GroupType.CmrField createGroupTypeCmrField() { + return new GroupType.CmrField(); + } + + /** + * Create an instance of {@link EjbRelationType } + * + */ + public EjbRelationType createEjbRelationType() { + return new EjbRelationType(); + } + + /** + * Create an instance of {@link QueryType.QueryMethod } + * + */ + public QueryType.QueryMethod createQueryTypeQueryMethod() { + return new QueryType.QueryMethod(); + } + + /** + * Create an instance of {@link SessionBeanType } + * + */ + public SessionBeanType createSessionBeanType() { + return new SessionBeanType(); + } + + /** + * Create an instance of {@link OpenejbJarType.EnterpriseBeans } + * + */ + public OpenejbJarType.EnterpriseBeans createOpenejbJarTypeEnterpriseBeans() { + return new OpenejbJarType.EnterpriseBeans(); + } + + /** + * Create an instance of {@link CmpFieldGroupMappingType } + * + */ + public CmpFieldGroupMappingType createCmpFieldGroupMappingType() { + return new CmpFieldGroupMappingType(); + } + + /** + * Create an instance of {@link EntityGroupMappingType } + * + */ + public EntityGroupMappingType createEntityGroupMappingType() { + return new EntityGroupMappingType(); + } + + /** + * Create an instance of {@link TssType } + * + */ + public TssType createTssType() { + return new TssType(); + } + + /** + * Create an instance of {@link EntityBeanType.CmpFieldMapping } + * + */ + public EntityBeanType.CmpFieldMapping createEntityBeanTypeCmpFieldMapping() { + return new EntityBeanType.CmpFieldMapping(); + } + + /** + * Create an instance of {@link EjbRelationshipRoleType.CmrField } + * + */ + public EjbRelationshipRoleType.CmrField createEjbRelationshipRoleTypeCmrField() { + return new EjbRelationshipRoleType.CmrField(); + } + + /** + * Create an instance of {@link EmptyType } + * + */ + public EmptyType createEmptyType() { + return new EmptyType(); + } + + /** + * Create an instance of {@link CmrFieldGroupMappingType } + * + */ + public CmrFieldGroupMappingType createCmrFieldGroupMappingType() { + return new CmrFieldGroupMappingType(); + } + + /** + * Create an instance of {@link EntityBeanType.PrefetchGroup } + * + */ + public EntityBeanType.PrefetchGroup createEntityBeanTypePrefetchGroup() { + return new EntityBeanType.PrefetchGroup(); + } + + /** + * Create an instance of {@link GroupType } + * + */ + public GroupType createGroupType() { + return new GroupType(); + } + + /** + * Create an instance of {@link EjbRelationshipRoleType.RelationshipRoleSource } + * + */ + public EjbRelationshipRoleType.RelationshipRoleSource createEjbRelationshipRoleTypeRelationshipRoleSource() { + return new EjbRelationshipRoleType.RelationshipRoleSource(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link OpenejbJarType }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://www.openejb.org/xml/ns/openejb-jar-2.1", name = "openejb-jar") + public JAXBElement createOpenejbJar(OpenejbJarType value) { + return new JAXBElement(_OpenejbJar_QNAME, OpenejbJarType.class, null, value); + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/ObjectFactory.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/ObjectFactory.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/ObjectFactory.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/OpenejbJarType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/OpenejbJarType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/OpenejbJarType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/OpenejbJarType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,419 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +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.XmlElements; +import javax.xml.bind.annotation.XmlType; + +import org.apache.geronimo.j2ee.deployment.EnvironmentType; +import org.apache.geronimo.j2ee.deployment.GbeanType; +import org.apache.geronimo.j2ee.naming.MessageDestinationType; +import org.apache.geronimo.j2ee.naming.ResourceLocatorType; +import org.apache.geronimo.j2ee.security.SecurityType; + + +/** + *

Java class for openejb-jarType complex type. + * + *

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

+ * <complexType name="openejb-jarType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.1}environment" minOccurs="0"/>
+ *         <element ref="{http://geronimo.apache.org/xml/ns/naming-1.1}cmp-connection-factory" minOccurs="0"/>
+ *         <element name="ejb-ql-compiler-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="db-syntax-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="enforce-foreign-key-constraints" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}emptyType" minOccurs="0"/>
+ *         <element name="enterprise-beans">
+ *           <complexType>
+ *             <complexContent>
+ *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *                 <choice maxOccurs="unbounded" minOccurs="0">
+ *                   <element name="session" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}session-beanType"/>
+ *                   <element name="entity" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}entity-beanType"/>
+ *                   <element name="message-driven" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}message-driven-beanType"/>
+ *                 </choice>
+ *               </restriction>
+ *             </complexContent>
+ *           </complexType>
+ *         </element>
+ *         <element name="relationships" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}relationshipsType" minOccurs="0"/>
+ *         <element ref="{http://geronimo.apache.org/xml/ns/naming-1.1}message-destination" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element ref="{http://geronimo.apache.org/xml/ns/security-1.1}security" minOccurs="0"/>
+ *         <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.1}gbean" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "openejb-jarType", propOrder = { + "environment", + "cmpConnectionFactory", + "ejbQlCompilerFactory", + "dbSyntaxFactory", + "enforceForeignKeyConstraints", + "enterpriseBeans", + "relationships", + "messageDestination", + "security", + "gbean" +}) +public class OpenejbJarType { + + @XmlElement(namespace = "http://geronimo.apache.org/xml/ns/deployment-1.1") + protected EnvironmentType environment; + @XmlElement(name = "cmp-connection-factory", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected ResourceLocatorType cmpConnectionFactory; + @XmlElement(name = "ejb-ql-compiler-factory") + protected String ejbQlCompilerFactory; + @XmlElement(name = "db-syntax-factory") + protected String dbSyntaxFactory; + @XmlElement(name = "enforce-foreign-key-constraints") + protected EmptyType enforceForeignKeyConstraints; + @XmlElement(name = "enterprise-beans", required = true) + protected OpenejbJarType.EnterpriseBeans enterpriseBeans; + protected RelationshipsType relationships; + @XmlElement(name = "message-destination", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List messageDestination; + @XmlElement(namespace = "http://geronimo.apache.org/xml/ns/security-1.1") + protected SecurityType security; + @XmlElement(namespace = "http://geronimo.apache.org/xml/ns/deployment-1.1") + protected List gbean; + + /** + * Gets the value of the environment property. + * + * @return + * possible object is + * {@link EnvironmentType } + * + */ + public EnvironmentType getEnvironment() { + return environment; + } + + /** + * Sets the value of the environment property. + * + * @param value + * allowed object is + * {@link EnvironmentType } + * + */ + public void setEnvironment(EnvironmentType value) { + this.environment = value; + } + + /** + * Gets the value of the cmpConnectionFactory property. + * + * @return + * possible object is + * {@link ResourceLocatorType } + * + */ + public ResourceLocatorType getCmpConnectionFactory() { + return cmpConnectionFactory; + } + + /** + * Sets the value of the cmpConnectionFactory property. + * + * @param value + * allowed object is + * {@link ResourceLocatorType } + * + */ + public void setCmpConnectionFactory(ResourceLocatorType value) { + this.cmpConnectionFactory = value; + } + + /** + * Gets the value of the ejbQlCompilerFactory property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getEjbQlCompilerFactory() { + return ejbQlCompilerFactory; + } + + /** + * Sets the value of the ejbQlCompilerFactory property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEjbQlCompilerFactory(String value) { + this.ejbQlCompilerFactory = value; + } + + /** + * Gets the value of the dbSyntaxFactory property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getDbSyntaxFactory() { + return dbSyntaxFactory; + } + + /** + * Sets the value of the dbSyntaxFactory property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDbSyntaxFactory(String value) { + this.dbSyntaxFactory = value; + } + + /** + * Gets the value of the enforceForeignKeyConstraints property. + * + * @return + * possible object is + * {@link EmptyType } + * + */ + public EmptyType getEnforceForeignKeyConstraints() { + return enforceForeignKeyConstraints; + } + + /** + * Sets the value of the enforceForeignKeyConstraints property. + * + * @param value + * allowed object is + * {@link EmptyType } + * + */ + public void setEnforceForeignKeyConstraints(EmptyType value) { + this.enforceForeignKeyConstraints = value; + } + + /** + * Gets the value of the enterpriseBeans property. + * + * @return + * possible object is + * {@link OpenejbJarType.EnterpriseBeans } + * + */ + public OpenejbJarType.EnterpriseBeans getEnterpriseBeans() { + return enterpriseBeans; + } + + /** + * Sets the value of the enterpriseBeans property. + * + * @param value + * allowed object is + * {@link OpenejbJarType.EnterpriseBeans } + * + */ + public void setEnterpriseBeans(OpenejbJarType.EnterpriseBeans value) { + this.enterpriseBeans = value; + } + + /** + * Gets the value of the relationships property. + * + * @return + * possible object is + * {@link RelationshipsType } + * + */ + public RelationshipsType getRelationships() { + return relationships; + } + + /** + * Sets the value of the relationships property. + * + * @param value + * allowed object is + * {@link RelationshipsType } + * + */ + public void setRelationships(RelationshipsType value) { + this.relationships = value; + } + + /** + * Gets the value of the messageDestination property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link MessageDestinationType } + * + * + */ + public List getMessageDestination() { + if (messageDestination == null) { + messageDestination = new ArrayList(); + } + return this.messageDestination; + } + + /** + * Gets the value of the security property. + * + * @return + * possible object is + * {@link SecurityType } + * + */ + public SecurityType getSecurity() { + return security; + } + + /** + * Sets the value of the security property. + * + * @param value + * allowed object is + * {@link SecurityType } + * + */ + public void setSecurity(SecurityType value) { + this.security = value; + } + + /** + * Gets the value of the gbean property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link GbeanType } + * + * + */ + public List getGbean() { + if (gbean == null) { + gbean = new ArrayList(); + } + return this.gbean; + } + + + /** + *

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="session" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}session-beanType"/>
+     *         <element name="entity" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}entity-beanType"/>
+     *         <element name="message-driven" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}message-driven-beanType"/>
+     *       </choice>
+     *     </restriction>
+     *   </complexContent>
+     * </complexType>
+     * 
+ * + * + */ + @XmlAccessorType(XmlAccessType.FIELD) + @XmlType(name = "", propOrder = { + "sessionOrEntityOrMessageDriven" + }) + public static class EnterpriseBeans { + + @XmlElements({ + @XmlElement(name = "message-driven", type = MessageDrivenBeanType.class), + @XmlElement(name = "entity", type = EntityBeanType.class), + @XmlElement(name = "session", type = SessionBeanType.class) + }) + protected List sessionOrEntityOrMessageDriven; + + /** + * Gets the value of the sessionOrEntityOrMessageDriven property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link MessageDrivenBeanType } + * {@link EntityBeanType } + * {@link SessionBeanType } + * + * + */ + public List getSessionOrEntityOrMessageDriven() { + if (sessionOrEntityOrMessageDriven == null) { + sessionOrEntityOrMessageDriven = new ArrayList(); + } + return this.sessionOrEntityOrMessageDriven; + } + + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/OpenejbJarType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/OpenejbJarType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/OpenejbJarType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/QueryType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/QueryType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/QueryType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/QueryType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,357 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for queryType complex type. + * + *

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

+ * <complexType name="queryType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="query-method">
+ *           <complexType>
+ *             <complexContent>
+ *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *                 <sequence>
+ *                   <element name="method-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *                   <element name="method-params">
+ *                     <complexType>
+ *                       <complexContent>
+ *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *                           <sequence>
+ *                             <element name="method-param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ *                           </sequence>
+ *                         </restriction>
+ *                       </complexContent>
+ *                     </complexType>
+ *                   </element>
+ *                 </sequence>
+ *               </restriction>
+ *             </complexContent>
+ *           </complexType>
+ *         </element>
+ *         <element name="result-type-mapping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="ejb-ql" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="no-cache-flush" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
+ *         <element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "queryType", propOrder = { + "queryMethod", + "resultTypeMapping", + "ejbQl", + "noCacheFlush", + "groupName" +}) +public class QueryType { + + @XmlElement(name = "query-method", required = true) + protected QueryType.QueryMethod queryMethod; + @XmlElement(name = "result-type-mapping") + protected String resultTypeMapping; + @XmlElement(name = "ejb-ql") + protected String ejbQl; + @XmlElement(name = "no-cache-flush") + protected Object noCacheFlush; + @XmlElement(name = "group-name") + protected String groupName; + + /** + * Gets the value of the queryMethod property. + * + * @return + * possible object is + * {@link QueryType.QueryMethod } + * + */ + public QueryType.QueryMethod getQueryMethod() { + return queryMethod; + } + + /** + * Sets the value of the queryMethod property. + * + * @param value + * allowed object is + * {@link QueryType.QueryMethod } + * + */ + public void setQueryMethod(QueryType.QueryMethod value) { + this.queryMethod = value; + } + + /** + * Gets the value of the resultTypeMapping property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getResultTypeMapping() { + return resultTypeMapping; + } + + /** + * Sets the value of the resultTypeMapping property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setResultTypeMapping(String value) { + this.resultTypeMapping = value; + } + + /** + * Gets the value of the ejbQl property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getEjbQl() { + return ejbQl; + } + + /** + * Sets the value of the ejbQl property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEjbQl(String value) { + this.ejbQl = value; + } + + /** + * Gets the value of the noCacheFlush property. + * + * @return + * possible object is + * {@link Object } + * + */ + public Object getNoCacheFlush() { + return noCacheFlush; + } + + /** + * Sets the value of the noCacheFlush property. + * + * @param value + * allowed object is + * {@link Object } + * + */ + public void setNoCacheFlush(Object value) { + this.noCacheFlush = value; + } + + /** + * Gets the value of the groupName property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getGroupName() { + return groupName; + } + + /** + * Sets the value of the groupName property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setGroupName(String value) { + this.groupName = value; + } + + + /** + *

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="method-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+     *         <element name="method-params">
+     *           <complexType>
+     *             <complexContent>
+     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+     *                 <sequence>
+     *                   <element name="method-param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+     *                 </sequence>
+     *               </restriction>
+     *             </complexContent>
+     *           </complexType>
+     *         </element>
+     *       </sequence>
+     *     </restriction>
+     *   </complexContent>
+     * </complexType>
+     * 
+ * + * + */ + @XmlAccessorType(XmlAccessType.FIELD) + @XmlType(name = "", propOrder = { + "methodName", + "methodParams" + }) + public static class QueryMethod { + + @XmlElement(name = "method-name", required = true) + protected String methodName; + @XmlElement(name = "method-params", required = true) + protected QueryType.QueryMethod.MethodParams methodParams; + + /** + * Gets the value of the methodName property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getMethodName() { + return methodName; + } + + /** + * Sets the value of the methodName property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setMethodName(String value) { + this.methodName = value; + } + + /** + * Gets the value of the methodParams property. + * + * @return + * possible object is + * {@link QueryType.QueryMethod.MethodParams } + * + */ + public QueryType.QueryMethod.MethodParams getMethodParams() { + return methodParams; + } + + /** + * Sets the value of the methodParams property. + * + * @param value + * allowed object is + * {@link QueryType.QueryMethod.MethodParams } + * + */ + public void setMethodParams(QueryType.QueryMethod.MethodParams value) { + this.methodParams = value; + } + + + /** + *

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="method-param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+         *       </sequence>
+         *     </restriction>
+         *   </complexContent>
+         * </complexType>
+         * 
+ * + * + */ + @XmlAccessorType(XmlAccessType.FIELD) + @XmlType(name = "", propOrder = { + "methodParam" + }) + public static class MethodParams { + + @XmlElement(name = "method-param") + protected List methodParam; + + /** + * Gets the value of the methodParam property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link String } + * + * + */ + public List getMethodParam() { + if (methodParam == null) { + methodParam = new ArrayList(); + } + return this.methodParam; + } + + } + + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/QueryType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/QueryType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/QueryType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/RelationshipsType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/RelationshipsType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/RelationshipsType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/RelationshipsType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,76 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +import java.util.ArrayList; +import java.util.List; +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for relationshipsType complex type. + * + *

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

+ * <complexType name="relationshipsType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="ejb-relation" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}ejb-relationType" maxOccurs="unbounded"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "relationshipsType", propOrder = { + "ejbRelation" +}) +public class RelationshipsType { + + @XmlElement(name = "ejb-relation", required = true) + protected List ejbRelation; + + /** + * Gets the value of the ejbRelation property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link EjbRelationType } + * + * + */ + public List getEjbRelation() { + if (ejbRelation == null) { + ejbRelation = new ArrayList(); + } + return this.ejbRelation; + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/RelationshipsType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/RelationshipsType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/RelationshipsType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/SessionBeanType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/SessionBeanType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/SessionBeanType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/SessionBeanType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,514 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +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.XmlID; +import javax.xml.bind.annotation.XmlType; +import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + +import org.apache.geronimo.j2ee.naming.EjbLocalRefType; +import org.apache.geronimo.j2ee.naming.EjbRefType; +import org.apache.geronimo.j2ee.naming.GbeanRefType; +import org.apache.geronimo.j2ee.naming.PatternType; +import org.apache.geronimo.j2ee.naming.ResourceEnvRefType; +import org.apache.geronimo.j2ee.naming.ResourceRefType; +import org.apache.geronimo.j2ee.naming.ServiceRefType; + + +/** + *

Java class for session-beanType complex type. + * + *

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

+ * <complexType name="session-beanType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="local-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ *         <group ref="{http://www.openejb.org/xml/ns/openejb-jar-2.1}tssGroup" minOccurs="0"/>
+ *         <group ref="{http://geronimo.apache.org/xml/ns/naming-1.1}jndiEnvironmentRefsGroup"/>
+ *         <element name="web-service-address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="web-service-virtual-host" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="web-service-security" type="{http://www.openejb.org/xml/ns/openejb-jar-2.1}web-service-securityType" minOccurs="0"/>
+ *       </sequence>
+ *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "session-beanType", propOrder = { + "ejbName", + "jndiName", + "localJndiName", + "tssLink", + "tss", + "gbeanRef", + "ejbRef", + "ejbLocalRef", + "serviceRef", + "resourceRef", + "resourceEnvRef", + "webServiceAddress", + "webServiceVirtualHost", + "webServiceSecurity" +}) +public class SessionBeanType { + + @XmlElement(name = "ejb-name", required = true) + protected String ejbName; + @XmlElement(name = "jndi-name") + protected List jndiName; + @XmlElement(name = "local-jndi-name") + protected List localJndiName; + @XmlElement(name = "tss-link") + protected String tssLink; + protected PatternType tss; + @XmlElement(name = "gbean-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List gbeanRef; + @XmlElement(name = "ejb-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List ejbRef; + @XmlElement(name = "ejb-local-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List ejbLocalRef; + @XmlElement(name = "service-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List serviceRef; + @XmlElement(name = "resource-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List resourceRef; + @XmlElement(name = "resource-env-ref", namespace = "http://geronimo.apache.org/xml/ns/naming-1.1") + protected List resourceEnvRef; + @XmlElement(name = "web-service-address") + protected String webServiceAddress; + @XmlElement(name = "web-service-virtual-host") + protected List webServiceVirtualHost; + @XmlElement(name = "web-service-security") + protected WebServiceSecurityType webServiceSecurity; + @XmlAttribute + @XmlJavaTypeAdapter(CollapsedStringAdapter.class) + @XmlID + protected String id; + + /** + * Gets the value of the ejbName property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getEjbName() { + return ejbName; + } + + /** + * Sets the value of the ejbName property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setEjbName(String value) { + this.ejbName = value; + } + + /** + * Gets the value of the jndiName property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link String } + * + * + */ + public List getJndiName() { + if (jndiName == null) { + jndiName = new ArrayList(); + } + return this.jndiName; + } + + /** + * Gets the value of the localJndiName property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link String } + * + * + */ + public List getLocalJndiName() { + if (localJndiName == null) { + localJndiName = new ArrayList(); + } + return this.localJndiName; + } + + /** + * Gets the value of the tssLink property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getTssLink() { + return tssLink; + } + + /** + * Sets the value of the tssLink property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTssLink(String value) { + this.tssLink = value; + } + + /** + * Gets the value of the tss property. + * + * @return + * possible object is + * {@link PatternType } + * + */ + public PatternType getTss() { + return tss; + } + + /** + * Sets the value of the tss property. + * + * @param value + * allowed object is + * {@link PatternType } + * + */ + public void setTss(PatternType value) { + this.tss = value; + } + + /** + * Gets the value of the gbeanRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link GbeanRefType } + * + * + */ + public List getGbeanRef() { + if (gbeanRef == null) { + gbeanRef = new ArrayList(); + } + return this.gbeanRef; + } + + /** + * Gets the value of the ejbRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link EjbRefType } + * + * + */ + public List getEjbRef() { + if (ejbRef == null) { + ejbRef = new ArrayList(); + } + return this.ejbRef; + } + + /** + * Gets the value of the ejbLocalRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link EjbLocalRefType } + * + * + */ + public List getEjbLocalRef() { + if (ejbLocalRef == null) { + ejbLocalRef = new ArrayList(); + } + return this.ejbLocalRef; + } + + /** + * Gets the value of the serviceRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link ServiceRefType } + * + * + */ + public List getServiceRef() { + if (serviceRef == null) { + serviceRef = new ArrayList(); + } + return this.serviceRef; + } + + /** + * Gets the value of the resourceRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link ResourceRefType } + * + * + */ + public List getResourceRef() { + if (resourceRef == null) { + resourceRef = new ArrayList(); + } + return this.resourceRef; + } + + /** + * Gets the value of the resourceEnvRef property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link ResourceEnvRefType } + * + * + */ + public List getResourceEnvRef() { + if (resourceEnvRef == null) { + resourceEnvRef = new ArrayList(); + } + return this.resourceEnvRef; + } + + /** + * Gets the value of the webServiceAddress property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getWebServiceAddress() { + return webServiceAddress; + } + + /** + * Sets the value of the webServiceAddress property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setWebServiceAddress(String value) { + this.webServiceAddress = value; + } + + /** + * Gets the value of the webServiceVirtualHost property. + * + *

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

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

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

+ * Objects of the following type(s) are allowed in the list + * {@link String } + * + * + */ + public List getWebServiceVirtualHost() { + if (webServiceVirtualHost == null) { + webServiceVirtualHost = new ArrayList(); + } + return this.webServiceVirtualHost; + } + + /** + * Gets the value of the webServiceSecurity property. + * + * @return + * possible object is + * {@link WebServiceSecurityType } + * + */ + public WebServiceSecurityType getWebServiceSecurity() { + return webServiceSecurity; + } + + /** + * Sets the value of the webServiceSecurity property. + * + * @param value + * allowed object is + * {@link WebServiceSecurityType } + * + */ + public void setWebServiceSecurity(WebServiceSecurityType value) { + this.webServiceSecurity = value; + } + + /** + * 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; + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/SessionBeanType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/SessionBeanType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/SessionBeanType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TransportGuaranteeType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TransportGuaranteeType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TransportGuaranteeType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TransportGuaranteeType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,45 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +import javax.xml.bind.annotation.XmlEnum; + + +/** + *

Java class for transport-guaranteeType. + * + *

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

+ *

+ * <simpleType name="transport-guaranteeType">
+ *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *     <enumeration value="NONE"/>
+ *     <enumeration value="INTEGRAL"/>
+ *     <enumeration value="CONFIDENTIAL"/>
+ *   </restriction>
+ * </simpleType>
+ * 
+ * + */ +@XmlEnum +public enum TransportGuaranteeType { + + NONE, + INTEGRAL, + CONFIDENTIAL; + + public String value() { + return name(); + } + + public static TransportGuaranteeType fromValue(String v) { + return valueOf(v); + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TransportGuaranteeType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TransportGuaranteeType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TransportGuaranteeType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TssType.java URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TssType.java?rev=952535&view=auto ============================================================================== --- geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TssType.java (added) +++ geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TssType.java Tue Jun 8 04:40:16 2010 @@ -0,0 +1,177 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2009.07.17 at 01:03:24 AM CST +// + + +package org.apache.geronimo.j2ee.openejb_jar; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlElement; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for tssType complex type. + * + *

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

+ * <complexType name="tssType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="server" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "tssType", propOrder = { + "domain", + "server", + "application", + "module", + "name" +}) +public class TssType { + + protected String domain; + protected String server; + protected String application; + protected String module; + @XmlElement(required = true) + protected String name; + + /** + * Gets the value of the domain property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getDomain() { + return domain; + } + + /** + * Sets the value of the domain property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDomain(String value) { + this.domain = value; + } + + /** + * Gets the value of the server property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getServer() { + return server; + } + + /** + * Sets the value of the server property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setServer(String value) { + this.server = value; + } + + /** + * Gets the value of the application property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getApplication() { + return application; + } + + /** + * Sets the value of the application property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setApplication(String value) { + this.application = value; + } + + /** + * Gets the value of the module property. + * + * @return + * possible object is + * {@link String } + * + */ + public String getModule() { + return module; + } + + /** + * Sets the value of the module property. + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setModule(String value) { + this.module = 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; + } + +} Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TssType.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TssType.java ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: geronimo/devtools/eclipse-plugin/branches/2.2.1/plugins/org.apache.geronimo.j2ee.v11.jaxbmodel/src/main/java/org/apache/geronimo/j2ee/openejb_jar/TssType.java ------------------------------------------------------------------------------ svn:mime-type = text/plain