|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public ConnectionDefinitionType[] getConnectionDefinitionArray()
public ConnectionDefinitionType getConnectionDefinitionArray(int i)
public int sizeOfConnectionDefinitionArray()
public void setConnectionDefinitionArray(ConnectionDefinitionType[] connectionDefinitionArray)
public void setConnectionDefinitionArray(int i, ConnectionDefinitionType connectionDefinition)
public ConnectionDefinitionType insertNewConnectionDefinition(int i)
public ConnectionDefinitionType addNewConnectionDefinition()
public void removeConnectionDefinition(int i)
public TransactionSupportType.Enum getTransactionSupport()
public TransactionSupportType xgetTransactionSupport()
public void setTransactionSupport(TransactionSupportType.Enum transactionSupport)
public void xsetTransactionSupport(TransactionSupportType transactionSupport)
public AuthenticationMechanismType[] getAuthenticationMechanismArray()
public AuthenticationMechanismType getAuthenticationMechanismArray(int i)
public int sizeOfAuthenticationMechanismArray()
public void setAuthenticationMechanismArray(AuthenticationMechanismType[] authenticationMechanismArray)
public void setAuthenticationMechanismArray(int i, AuthenticationMechanismType authenticationMechanism)
public AuthenticationMechanismType insertNewAuthenticationMechanism(int i)
public AuthenticationMechanismType addNewAuthenticationMechanism()
public void removeAuthenticationMechanism(int i)
public boolean getReauthenticationSupport()
public TrueFalseType xgetReauthenticationSupport()
public void setReauthenticationSupport(boolean reauthenticationSupport)
public void xsetReauthenticationSupport(TrueFalseType reauthenticationSupport)
public SecurityPermissionType[] getSecurityPermissionArray()
public SecurityPermissionType getSecurityPermissionArray(int i)
public int sizeOfSecurityPermissionArray()
public void setSecurityPermissionArray(SecurityPermissionType[] securityPermissionArray)
public void setSecurityPermissionArray(int i, SecurityPermissionType securityPermission)
public SecurityPermissionType insertNewSecurityPermission(int i)
public SecurityPermissionType addNewSecurityPermission()
public void removeSecurityPermission(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |