org.apache.geronimo.xbeans.j2ee
Interface OutboundResourceadapterType

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

public interface OutboundResourceadapterType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class OutboundResourceadapterType.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
 AuthenticationMechanismType addNewAuthenticationMechanism()
          Appends and returns a new empty value (as xml) as the last "authentication-mechanism" element
 ConnectionDefinitionType addNewConnectionDefinition()
          Appends and returns a new empty value (as xml) as the last "connection-definition" element
 SecurityPermissionType addNewSecurityPermission()
          Appends and returns a new empty value (as xml) as the last "security-permission" element
 AuthenticationMechanismType[] getAuthenticationMechanismArray()
          Gets array of all "authentication-mechanism" elements
 AuthenticationMechanismType getAuthenticationMechanismArray(int i)
          Gets ith "authentication-mechanism" element
 ConnectionDefinitionType[] getConnectionDefinitionArray()
          Gets array of all "connection-definition" elements
 ConnectionDefinitionType getConnectionDefinitionArray(int i)
          Gets ith "connection-definition" element
 boolean getReauthenticationSupport()
          Gets the "reauthentication-support" element
 SecurityPermissionType[] getSecurityPermissionArray()
          Gets array of all "security-permission" elements
 SecurityPermissionType getSecurityPermissionArray(int i)
          Gets ith "security-permission" element
 TransactionSupportType.Enum getTransactionSupport()
          Gets the "transaction-support" element
 AuthenticationMechanismType insertNewAuthenticationMechanism(int i)
          Inserts and returns a new empty value (as xml) as the ith "authentication-mechanism" element
 ConnectionDefinitionType insertNewConnectionDefinition(int i)
          Inserts and returns a new empty value (as xml) as the ith "connection-definition" element
 SecurityPermissionType insertNewSecurityPermission(int i)
          Inserts and returns a new empty value (as xml) as the ith "security-permission" element
 void removeAuthenticationMechanism(int i)
          Removes the ith "authentication-mechanism" element
 void removeConnectionDefinition(int i)
          Removes the ith "connection-definition" element
 void removeSecurityPermission(int i)
          Removes the ith "security-permission" element
 void setAuthenticationMechanismArray(AuthenticationMechanismType[] authenticationMechanismArray)
          Sets array of all "authentication-mechanism" element
 void setAuthenticationMechanismArray(int i, AuthenticationMechanismType authenticationMechanism)
          Sets ith "authentication-mechanism" element
 void setConnectionDefinitionArray(ConnectionDefinitionType[] connectionDefinitionArray)
          Sets array of all "connection-definition" element
 void setConnectionDefinitionArray(int i, ConnectionDefinitionType connectionDefinition)
          Sets ith "connection-definition" element
 void setReauthenticationSupport(boolean reauthenticationSupport)
          Sets the "reauthentication-support" element
 void setSecurityPermissionArray(int i, SecurityPermissionType securityPermission)
          Sets ith "security-permission" element
 void setSecurityPermissionArray(SecurityPermissionType[] securityPermissionArray)
          Sets array of all "security-permission" element
 void setTransactionSupport(TransactionSupportType.Enum transactionSupport)
          Sets the "transaction-support" element
 int sizeOfAuthenticationMechanismArray()
          Returns number of "authentication-mechanism" element
 int sizeOfConnectionDefinitionArray()
          Returns number of "connection-definition" element
 int sizeOfSecurityPermissionArray()
          Returns number of "security-permission" element
 TrueFalseType xgetReauthenticationSupport()
          Gets (as xml) the "reauthentication-support" element
 TransactionSupportType xgetTransactionSupport()
          Gets (as xml) the "transaction-support" element
 void xsetReauthenticationSupport(TrueFalseType reauthenticationSupport)
          Sets (as xml) the "reauthentication-support" element
 void xsetTransactionSupport(TransactionSupportType transactionSupport)
          Sets (as xml) the "transaction-support" 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

getConnectionDefinitionArray

public ConnectionDefinitionType[] getConnectionDefinitionArray()
Gets array of all "connection-definition" elements


getConnectionDefinitionArray

public ConnectionDefinitionType getConnectionDefinitionArray(int i)
Gets ith "connection-definition" element


sizeOfConnectionDefinitionArray

public int sizeOfConnectionDefinitionArray()
Returns number of "connection-definition" element


setConnectionDefinitionArray

public void setConnectionDefinitionArray(ConnectionDefinitionType[] connectionDefinitionArray)
Sets array of all "connection-definition" element


setConnectionDefinitionArray

public void setConnectionDefinitionArray(int i,
                                         ConnectionDefinitionType connectionDefinition)
Sets ith "connection-definition" element


insertNewConnectionDefinition

public ConnectionDefinitionType insertNewConnectionDefinition(int i)
Inserts and returns a new empty value (as xml) as the ith "connection-definition" element


addNewConnectionDefinition

public ConnectionDefinitionType addNewConnectionDefinition()
Appends and returns a new empty value (as xml) as the last "connection-definition" element


removeConnectionDefinition

public void removeConnectionDefinition(int i)
Removes the ith "connection-definition" element


getTransactionSupport

public TransactionSupportType.Enum getTransactionSupport()
Gets the "transaction-support" element


xgetTransactionSupport

public TransactionSupportType xgetTransactionSupport()
Gets (as xml) the "transaction-support" element


setTransactionSupport

public void setTransactionSupport(TransactionSupportType.Enum transactionSupport)
Sets the "transaction-support" element


xsetTransactionSupport

public void xsetTransactionSupport(TransactionSupportType transactionSupport)
Sets (as xml) the "transaction-support" element


getAuthenticationMechanismArray

public AuthenticationMechanismType[] getAuthenticationMechanismArray()
Gets array of all "authentication-mechanism" elements


getAuthenticationMechanismArray

public AuthenticationMechanismType getAuthenticationMechanismArray(int i)
Gets ith "authentication-mechanism" element


sizeOfAuthenticationMechanismArray

public int sizeOfAuthenticationMechanismArray()
Returns number of "authentication-mechanism" element


setAuthenticationMechanismArray

public void setAuthenticationMechanismArray(AuthenticationMechanismType[] authenticationMechanismArray)
Sets array of all "authentication-mechanism" element


setAuthenticationMechanismArray

public void setAuthenticationMechanismArray(int i,
                                            AuthenticationMechanismType authenticationMechanism)
Sets ith "authentication-mechanism" element


insertNewAuthenticationMechanism

public AuthenticationMechanismType insertNewAuthenticationMechanism(int i)
Inserts and returns a new empty value (as xml) as the ith "authentication-mechanism" element


addNewAuthenticationMechanism

public AuthenticationMechanismType addNewAuthenticationMechanism()
Appends and returns a new empty value (as xml) as the last "authentication-mechanism" element


removeAuthenticationMechanism

public void removeAuthenticationMechanism(int i)
Removes the ith "authentication-mechanism" element


getReauthenticationSupport

public boolean getReauthenticationSupport()
Gets the "reauthentication-support" element


xgetReauthenticationSupport

public TrueFalseType xgetReauthenticationSupport()
Gets (as xml) the "reauthentication-support" element


setReauthenticationSupport

public void setReauthenticationSupport(boolean reauthenticationSupport)
Sets the "reauthentication-support" element


xsetReauthenticationSupport

public void xsetReauthenticationSupport(TrueFalseType reauthenticationSupport)
Sets (as xml) the "reauthentication-support" element


getSecurityPermissionArray

public SecurityPermissionType[] getSecurityPermissionArray()
Gets array of all "security-permission" elements


getSecurityPermissionArray

public SecurityPermissionType getSecurityPermissionArray(int i)
Gets ith "security-permission" element


sizeOfSecurityPermissionArray

public int sizeOfSecurityPermissionArray()
Returns number of "security-permission" element


setSecurityPermissionArray

public void setSecurityPermissionArray(SecurityPermissionType[] securityPermissionArray)
Sets array of all "security-permission" element


setSecurityPermissionArray

public void setSecurityPermissionArray(int i,
                                       SecurityPermissionType securityPermission)
Sets ith "security-permission" element


insertNewSecurityPermission

public SecurityPermissionType insertNewSecurityPermission(int i)
Inserts and returns a new empty value (as xml) as the ith "security-permission" element


addNewSecurityPermission

public SecurityPermissionType addNewSecurityPermission()
Appends and returns a new empty value (as xml) as the last "security-permission" element


removeSecurityPermission

public void removeSecurityPermission(int i)
Removes the ith "security-permission" element



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