element.validate();
}
}
// Validating property serviceRef
for (int _index = 0; _index < sizeServiceRef(); ++_index) {
ServiceRef element = getServiceRef(_index);
if (element != null) {
element.validate();
}
}
// Validating property passByReference
if (getPassByReference() != null) {
}
// Validating property cmp
if (getCmp() != null) {
getCmp().validate();
}
// Validating property principal
if (getPrincipal() != null) {
getPrincipal().validate();
}
// Validating property mdbConnectionFactory
if (getMdbConnectionFactory() != null) {
getMdbConnectionFactory().validate();
}
// Validating property jmsDurableSubscriptionName
if (getJmsDurableSubscriptionName() != null) {
}
// Validating property jmsMaxMessagesLoad
if (getJmsMaxMessagesLoad() != null) {
}
// Validating property iorSecurityConfig
if (getIorSecurityConfig() != null) {
getIorSecurityConfig().validate();
}
// Validating property isReadOnlyBean
if (getIsReadOnlyBean() != null) {
}
// Validating property refreshPeriodInSeconds
if (getRefreshPeriodInSeconds() != null) {
}
// Validating property commitOption
if (getCommitOption() != null) {
}
// Validating property cmtTimeoutInSeconds
if (getCmtTimeoutInSeconds() != null) {
}
// Validating property useThreadPoolId
if (getUseThreadPoolId() != null) {
}
// Validating property genClasses
if (getGenClasses() != null) {
getGenClasses().validate();
}
// Validating property beanPool
if (getBeanPool() != null) {
getBeanPool().validate();
}
// Validating property beanCache
if (getBeanCache() != null) {
getBeanCache().validate();
}
// Validating property mdbResourceAdapter
if (getMdbResourceAdapter() != null) {
getMdbResourceAdapter().validate();
}
// Validating property webserviceEndpoint
for (int _index = 0; _index < sizeWebserviceEndpoint(); ++_index) {
WebserviceEndpoint element = getWebserviceEndpoint(_index);
if (element != null) {
element.validate();
}
}
// Validating property flushAtEndOfMethod
if (getFlushAtEndOfMethod() != null) {
getFlushAtEndOfMethod().validate();