});
CONSTRUCTOR_BUILDERS.put(SubOrganization.class, new IConstructorBuilder() {
public IDDMSComponent build() throws IOException, InvalidDDMSException {
String value = readString("the value [testSubOrganization]");
SecurityAttributes attr = buildSecurityAttributes("suborganization");
return (new SubOrganization(value, attr));
}
});
CONSTRUCTOR_BUILDERS.put(Service.class, new IConstructorBuilder() {
public IDDMSComponent build() throws IOException, InvalidDDMSException {
int numNames = readInt("the number of names this service has [1]");