impl/src/main/java/org/apache/tuscany/sdo/impl/AttributeImpl.java [233:282]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void setMany(boolean value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public void unsetMany() {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetMany() {
    return isMany();
  }

  public void setReadOnly(boolean value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public void unsetReadOnly() {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetReadOnly() {
    return isReadOnly();
  }
  
  public org.apache.tuscany.sdo.model.Type getType_() {
    return (org.apache.tuscany.sdo.model.Type)getType();
  }

  public void setType(org.apache.tuscany.sdo.model.Type value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public Sequence getAnyAttribute() {
    throw new UnsupportedOperationException();
  }

  public String getDefault_() {
    return (String) this.getDefault();
  }

  public void setDefault_(String value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public org.apache.tuscany.sdo.model.Property getOpposite_() {
    return (org.apache.tuscany.sdo.model.Property) getOpposite();
  }

  public void setOpposite_(org.apache.tuscany.sdo.model.Property value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



impl/src/main/java/org/apache/tuscany/sdo/impl/ReferenceImpl.java [178:227]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void setMany(boolean value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public void unsetMany() {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetMany() {
    return isMany();
  }

  public void setReadOnly(boolean value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public void unsetReadOnly() {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetReadOnly() {
    return isReadOnly();
  }

  public org.apache.tuscany.sdo.model.Type getType_() {
    return (org.apache.tuscany.sdo.model.Type)getType();
  }

  public void setType(org.apache.tuscany.sdo.model.Type value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public Sequence getAnyAttribute() {
    throw new UnsupportedOperationException();
  }

  public String getDefault_() {
    return (String) this.getDefault();
  }

  public void setDefault_(String value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public org.apache.tuscany.sdo.model.Property getOpposite_() {
    return (org.apache.tuscany.sdo.model.Property) getOpposite();
  }

  public void setOpposite_(org.apache.tuscany.sdo.model.Property value) {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



