void IsetBooleanAttribute(string attributeName, boolean value);
None.
// Call the Boolean method String attributeName = "custID"; boolean value = false; exampleBusObj.IsetBooleanAttribute(attributeName, false);