org.apache.openejb.jee.oejb2
Class GbeanType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.AbstractServiceType
      extended by org.apache.openejb.jee.oejb2.GbeanType

public class GbeanType
extends AbstractServiceType

Java class for gbeanType complex type.

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

 <complexType name="gbeanType">
   <complexContent>
     <extension base="{http://geronimo.apache.org/xml/ns/deployment-1.2}abstract-serviceType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="attribute" type="{http://geronimo.apache.org/xml/ns/deployment-1.2}attributeType"/>
         <element name="xml-attribute" type="{http://geronimo.apache.org/xml/ns/deployment-1.2}xml-attributeType"/>
         <element name="reference" type="{http://geronimo.apache.org/xml/ns/deployment-1.2}referenceType"/>
         <element name="references" type="{http://geronimo.apache.org/xml/ns/deployment-1.2}referencesType"/>
         <element name="xml-reference" type="{http://geronimo.apache.org/xml/ns/deployment-1.2}xml-attributeType"/>
         <element name="dependency" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/>
       </choice>
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<?>> attributeOrXmlAttributeOrReference
           
protected  java.lang.String clazz
           
protected  java.lang.String name
           
 
Constructor Summary
GbeanType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<?>> getAttributeOrXmlAttributeOrReference()
          Gets the value of the attributeOrXmlAttributeOrReference property.
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.lang.String getName()
          Gets the value of the name property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeOrXmlAttributeOrReference

protected java.util.List<javax.xml.bind.JAXBElement<?>> attributeOrXmlAttributeOrReference

clazz

protected java.lang.String clazz

name

protected java.lang.String name
Constructor Detail

GbeanType

public GbeanType()
Method Detail

getAttributeOrXmlAttributeOrReference

public java.util.List<javax.xml.bind.JAXBElement<?>> getAttributeOrXmlAttributeOrReference()
Gets the value of the attributeOrXmlAttributeOrReference 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 attributeOrXmlAttributeOrReference property.

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

    getAttributeOrXmlAttributeOrReference().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<XmlAttributeType> JAXBElement<ReferenceType> JAXBElement<PatternType> JAXBElement<AttributeType> JAXBElement<XmlAttributeType> JAXBElement<ReferencesType>


getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.