impl/src/main/java/org/apache/tuscany/sdo/impl/ClassImpl.java [587:612]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void unsetName()
  {
    throw new UnsupportedOperationException("Type is frozen and cannot be modified");
  }

  public boolean isSetName()
  {
    return true;
  }
  
  public void unsetUri()
  {
    throw new UnsupportedOperationException("Type is frozen and cannot be modified");
  }

  public boolean isSetUri()
  {
    return true;
  }

  public void setUri(String value) {
    throw new UnsupportedOperationException("Type is frozen and cannot be modified");
  }
  
  public String getUri() {
    return getURI();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



impl/src/main/java/org/apache/tuscany/sdo/impl/DataTypeImpl.java [256:281]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void unsetName()
  {
    throw new UnsupportedOperationException("Type is frozen and cannot be modified");
  }

  public boolean isSetName()
  {
    return true;
  }
  
  public void unsetUri()
  {
    throw new UnsupportedOperationException("Type is frozen and cannot be modified");
  }

  public boolean isSetUri()
  {
    return true;
  }

  public void setUri(String value) {
    throw new UnsupportedOperationException("Type is frozen and cannot be modified");
  }
  
  public String getUri() {
    return getURI();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



