org.apache.geronimo.xbeans.j2ee
Interface ResourceadapterType

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

public interface ResourceadapterType
extends org.apache.xmlbeans.XmlObject

An XML resourceadapterType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class ResourceadapterType.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
 AdminobjectType addNewAdminobject()
          Appends and returns a new empty value (as xml) as the last "adminobject" element
 ConfigPropertyType addNewConfigProperty()
          Appends and returns a new empty value (as xml) as the last "config-property" element
 InboundResourceadapterType addNewInboundResourceadapter()
          Appends and returns a new empty "inbound-resourceadapter" element
 OutboundResourceadapterType addNewOutboundResourceadapter()
          Appends and returns a new empty "outbound-resourceadapter" element
 AdminobjectType[] getAdminobjectArray()
          Gets array of all "adminobject" elements
 AdminobjectType getAdminobjectArray(int i)
          Gets ith "adminobject" element
 ConfigPropertyType[] getConfigPropertyArray()
          Gets array of all "config-property" elements
 ConfigPropertyType getConfigPropertyArray(int i)
          Gets ith "config-property" element
 InboundResourceadapterType getInboundResourceadapter()
          Gets the "inbound-resourceadapter" element
 OutboundResourceadapterType getOutboundResourceadapter()
          Gets the "outbound-resourceadapter" element
 String getResourceadapterClass()
          Gets the "resourceadapter-class" element
 AdminobjectType insertNewAdminobject(int i)
          Inserts and returns a new empty value (as xml) as the ith "adminobject" element
 ConfigPropertyType insertNewConfigProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property" element
 boolean isSetInboundResourceadapter()
          True if has "inbound-resourceadapter" element
 boolean isSetOutboundResourceadapter()
          True if has "outbound-resourceadapter" element
 boolean isSetResourceadapterClass()
          True if has "resourceadapter-class" element
 void removeAdminobject(int i)
          Removes the ith "adminobject" element
 void removeConfigProperty(int i)
          Removes the ith "config-property" element
 void setAdminobjectArray(AdminobjectType[] adminobjectArray)
          Sets array of all "adminobject" element
 void setAdminobjectArray(int i, AdminobjectType adminobject)
          Sets ith "adminobject" element
 void setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
          Sets array of all "config-property" element
 void setConfigPropertyArray(int i, ConfigPropertyType configProperty)
          Sets ith "config-property" element
 void setInboundResourceadapter(InboundResourceadapterType inboundResourceadapter)
          Sets the "inbound-resourceadapter" element
 void setOutboundResourceadapter(OutboundResourceadapterType outboundResourceadapter)
          Sets the "outbound-resourceadapter" element
 void setResourceadapterClass(String resourceadapterClass)
          Sets the "resourceadapter-class" element
 int sizeOfAdminobjectArray()
          Returns number of "adminobject" element
 int sizeOfConfigPropertyArray()
          Returns number of "config-property" element
 void unsetInboundResourceadapter()
          Unsets the "inbound-resourceadapter" element
 void unsetOutboundResourceadapter()
          Unsets the "outbound-resourceadapter" element
 void unsetResourceadapterClass()
          Unsets the "resourceadapter-class" element
 FullyQualifiedClassType xgetResourceadapterClass()
          Gets (as xml) the "resourceadapter-class" element
 void xsetResourceadapterClass(FullyQualifiedClassType resourceadapterClass)
          Sets (as xml) the "resourceadapter-class" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getResourceadapterClass

public String getResourceadapterClass()
Gets the "resourceadapter-class" element


xgetResourceadapterClass

public FullyQualifiedClassType xgetResourceadapterClass()
Gets (as xml) the "resourceadapter-class" element


isSetResourceadapterClass

public boolean isSetResourceadapterClass()
True if has "resourceadapter-class" element


setResourceadapterClass

public void setResourceadapterClass(String resourceadapterClass)
Sets the "resourceadapter-class" element


xsetResourceadapterClass

public void xsetResourceadapterClass(FullyQualifiedClassType resourceadapterClass)
Sets (as xml) the "resourceadapter-class" element


unsetResourceadapterClass

public void unsetResourceadapterClass()
Unsets the "resourceadapter-class" element


getConfigPropertyArray

public ConfigPropertyType[] getConfigPropertyArray()
Gets array of all "config-property" elements


getConfigPropertyArray

public ConfigPropertyType getConfigPropertyArray(int i)
Gets ith "config-property" element


sizeOfConfigPropertyArray

public int sizeOfConfigPropertyArray()
Returns number of "config-property" element


setConfigPropertyArray

public void setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element


setConfigPropertyArray

public void setConfigPropertyArray(int i,
                                   ConfigPropertyType configProperty)
Sets ith "config-property" element


insertNewConfigProperty

public ConfigPropertyType insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element


addNewConfigProperty

public ConfigPropertyType addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element


removeConfigProperty

public void removeConfigProperty(int i)
Removes the ith "config-property" element


getOutboundResourceadapter

public OutboundResourceadapterType getOutboundResourceadapter()
Gets the "outbound-resourceadapter" element


isSetOutboundResourceadapter

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


setOutboundResourceadapter

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


addNewOutboundResourceadapter

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


unsetOutboundResourceadapter

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


getInboundResourceadapter

public InboundResourceadapterType getInboundResourceadapter()
Gets the "inbound-resourceadapter" element


isSetInboundResourceadapter

public boolean isSetInboundResourceadapter()
True if has "inbound-resourceadapter" element


setInboundResourceadapter

public void setInboundResourceadapter(InboundResourceadapterType inboundResourceadapter)
Sets the "inbound-resourceadapter" element


addNewInboundResourceadapter

public InboundResourceadapterType addNewInboundResourceadapter()
Appends and returns a new empty "inbound-resourceadapter" element


unsetInboundResourceadapter

public void unsetInboundResourceadapter()
Unsets the "inbound-resourceadapter" element


getAdminobjectArray

public AdminobjectType[] getAdminobjectArray()
Gets array of all "adminobject" elements


getAdminobjectArray

public AdminobjectType getAdminobjectArray(int i)
Gets ith "adminobject" element


sizeOfAdminobjectArray

public int sizeOfAdminobjectArray()
Returns number of "adminobject" element


setAdminobjectArray

public void setAdminobjectArray(AdminobjectType[] adminobjectArray)
Sets array of all "adminobject" element


setAdminobjectArray

public void setAdminobjectArray(int i,
                                AdminobjectType adminobject)
Sets ith "adminobject" element


insertNewAdminobject

public AdminobjectType insertNewAdminobject(int i)
Inserts and returns a new empty value (as xml) as the ith "adminobject" element


addNewAdminobject

public AdminobjectType addNewAdminobject()
Appends and returns a new empty value (as xml) as the last "adminobject" element


removeAdminobject

public void removeAdminobject(int i)
Removes the ith "adminobject" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.