if (getCmpResource() != null) {
getCmpResource().validate();
}
// Validating property messageDestination
for (int _index = 0; _index < sizeMessageDestination(); ++_index) {
MessageDestination element = getMessageDestination(_index);
if (element != null) {
element.validate();
}
}
// Validating property webserviceDescription
for (int _index = 0; _index < sizeWebserviceDescription();
++_index) {
WebserviceDescription element = getWebserviceDescription(_index);
if (element != null) {
element.validate();
}
}
}