101102103104105106107108
_parts = s; } public void validateThis() { if(_use == SOAPUse.ENCODED) { throw new ValidationException("validation.unsupportedUse.encoded", getLocator().getLineNumber(),getLocator().getSystemId()); } }
102103104105106107108109
_encodingStyle = s; } public void validateThis() { if(_use == SOAPUse.ENCODED) { throw new ValidationException("validation.unsupportedUse.encoded", getLocator().getLineNumber(),getLocator().getSystemId()); } }
124125126127128129130131
} if (_part == null) { failValidation("validation.missingRequiredAttribute", "part"); } if(_use == SOAPUse.ENCODED) { throw new ValidationException("validation.unsupportedUse.encoded", getLocator().getLineNumber(),getLocator().getSystemId()); } }