protected void testGetSetAgentNameProperty() throws Exception
{
String setName = setMethod(property);
String getName = getMethod(property);
AgentNameType tt = metadata.getTypeMapping()
.createAgentName(null, schema.getPrefix(), property, (String) value);
Method setMethod = schemaClass.getMethod(setName, AgentNameType.class);
Method getMethod = schemaClass.getMethod(getName);
setMethod.invoke(schema, tt);