impl/src/main/java/org/apache/tuscany/sdo/util/metadata/impl/TypeMetaDataImpl.java [145:154]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void set(int propertyIndex, Object newValue)
  {
    switch (propertyIndex)
    {
      case LOCATION:
        setLocation((String)newValue);
        return;
    }
    super.set(propertyIndex, newValue);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



impl/src/main/java/org/apache/tuscany/sdo/util/metadata/impl/XSDMetaDataImpl.java [145:154]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void set(int propertyIndex, Object newValue)
  {
    switch (propertyIndex)
    {
      case LOCATION:
        setLocation((String)newValue);
        return;
    }
    super.set(propertyIndex, newValue);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



