in scim-spec/scim-spec-schema/src/main/java/org/apache/directory/scim/spec/schema/ServiceProviderConfiguration.java [162:182]
public int hashCode() {
final int PRIME = 59;
int result = super.hashCode();
final Object $documentationUrl = this.getDocumentationUrl();
result = result * PRIME + ($documentationUrl == null ? 43 : $documentationUrl.hashCode());
final Object $patch = this.getPatch();
result = result * PRIME + ($patch == null ? 43 : $patch.hashCode());
final Object $bulk = this.getBulk();
result = result * PRIME + ($bulk == null ? 43 : $bulk.hashCode());
final Object $filter = this.getFilter();
result = result * PRIME + ($filter == null ? 43 : $filter.hashCode());
final Object $changePassword = this.getChangePassword();
result = result * PRIME + ($changePassword == null ? 43 : $changePassword.hashCode());
final Object $sort = this.getSort();
result = result * PRIME + ($sort == null ? 43 : $sort.hashCode());
final Object $etag = this.getEtag();
result = result * PRIME + ($etag == null ? 43 : $etag.hashCode());
final Object $authenticationSchemes = this.getAuthenticationSchemes();
result = result * PRIME + ($authenticationSchemes == null ? 43 : $authenticationSchemes.hashCode());
return result;
}