org.apache.geronimo.xbeans.geronimo
Interface GerResourceadapterType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GerResourceadapterTypeImpl

public interface GerResourceadapterType
extends org.apache.xmlbeans.XmlObject

An XML resourceadapterType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2). This is a complex type.


Nested Class Summary
static class GerResourceadapterType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 GerOutboundResourceadapterType addNewOutboundResourceadapter()
          Appends and returns a new empty "outbound-resourceadapter" element
 GerResourceadapterInstanceType addNewResourceadapterInstance()
          Appends and returns a new empty "resourceadapter-instance" element
 GerOutboundResourceadapterType getOutboundResourceadapter()
          Gets the "outbound-resourceadapter" element
 GerResourceadapterInstanceType getResourceadapterInstance()
          Gets the "resourceadapter-instance" element
 boolean isSetOutboundResourceadapter()
          True if has "outbound-resourceadapter" element
 boolean isSetResourceadapterInstance()
          True if has "resourceadapter-instance" element
 void setOutboundResourceadapter(GerOutboundResourceadapterType outboundResourceadapter)
          Sets the "outbound-resourceadapter" element
 void setResourceadapterInstance(GerResourceadapterInstanceType resourceadapterInstance)
          Sets the "resourceadapter-instance" element
 void unsetOutboundResourceadapter()
          Unsets the "outbound-resourceadapter" element
 void unsetResourceadapterInstance()
          Unsets the "resourceadapter-instance" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getResourceadapterInstance

GerResourceadapterInstanceType getResourceadapterInstance()
Gets the "resourceadapter-instance" element


isSetResourceadapterInstance

boolean isSetResourceadapterInstance()
True if has "resourceadapter-instance" element


setResourceadapterInstance

void setResourceadapterInstance(GerResourceadapterInstanceType resourceadapterInstance)
Sets the "resourceadapter-instance" element


addNewResourceadapterInstance

GerResourceadapterInstanceType addNewResourceadapterInstance()
Appends and returns a new empty "resourceadapter-instance" element


unsetResourceadapterInstance

void unsetResourceadapterInstance()
Unsets the "resourceadapter-instance" element


getOutboundResourceadapter

GerOutboundResourceadapterType getOutboundResourceadapter()
Gets the "outbound-resourceadapter" element


isSetOutboundResourceadapter

boolean isSetOutboundResourceadapter()
True if has "outbound-resourceadapter" element


setOutboundResourceadapter

void setOutboundResourceadapter(GerOutboundResourceadapterType outboundResourceadapter)
Sets the "outbound-resourceadapter" element


addNewOutboundResourceadapter

GerOutboundResourceadapterType addNewOutboundResourceadapter()
Appends and returns a new empty "outbound-resourceadapter" element


unsetOutboundResourceadapter

void unsetOutboundResourceadapter()
Unsets the "outbound-resourceadapter" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.