result.add(selector);
} else if (ProfileSetValueType.type.isAssignableFrom(xmlObject.schemaType())) {
ProfileSetValueType nodeData = (ProfileSetValueType)xmlObject;
SetValueProfileSelector selector = new SetValueProfileSelectorImpl(this, nodeData.getIdref(), nodeData.getStringValue());
result.add(selector);
} else if (ProfileSetComplexValueType.type.isAssignableFrom(xmlObject.schemaType())) {
ProfileSetComplexValueType nodeData = (ProfileSetComplexValueType)xmlObject;
SetComplexValueProfileSelector selector = new SetComplexValueProfileSelectorImpl(this, nodeData.getIdref(), nodeData.getItemList());