|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getResourceadapterClass()
public FullyQualifiedClassType xgetResourceadapterClass()
public boolean isSetResourceadapterClass()
public void setResourceadapterClass(String resourceadapterClass)
public void xsetResourceadapterClass(FullyQualifiedClassType resourceadapterClass)
public void unsetResourceadapterClass()
public ConfigPropertyType[] getConfigPropertyArray()
public ConfigPropertyType getConfigPropertyArray(int i)
public int sizeOfConfigPropertyArray()
public void setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
public void setConfigPropertyArray(int i, ConfigPropertyType configProperty)
public ConfigPropertyType insertNewConfigProperty(int i)
public ConfigPropertyType addNewConfigProperty()
public void removeConfigProperty(int i)
public OutboundResourceadapterType getOutboundResourceadapter()
public boolean isSetOutboundResourceadapter()
public void setOutboundResourceadapter(OutboundResourceadapterType outboundResourceadapter)
public OutboundResourceadapterType addNewOutboundResourceadapter()
public void unsetOutboundResourceadapter()
public InboundResourceadapterType getInboundResourceadapter()
public boolean isSetInboundResourceadapter()
public void setInboundResourceadapter(InboundResourceadapterType inboundResourceadapter)
public InboundResourceadapterType addNewInboundResourceadapter()
public void unsetInboundResourceadapter()
public AdminobjectType[] getAdminobjectArray()
public AdminobjectType getAdminobjectArray(int i)
public int sizeOfAdminobjectArray()
public void setAdminobjectArray(AdminobjectType[] adminobjectArray)
public void setAdminobjectArray(int i, AdminobjectType adminobject)
public AdminobjectType insertNewAdminobject(int i)
public AdminobjectType addNewAdminobject()
public void removeAdminobject(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |