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>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
attributeOrXmlAttributeOrReference |
protected String |
clazz |
protected String |
name |
| Constructor and Description |
|---|
GbeanType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getAttributeOrXmlAttributeOrReference()
Gets the value of the attributeOrXmlAttributeOrReference property.
|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getName()
Gets the value of the name property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<JAXBElement<?>> attributeOrXmlAttributeOrReference
protected String clazz
protected String name
public List<JAXBElement<?>> getAttributeOrXmlAttributeOrReference()
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>public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.