  package CosTrading.RegisterPackage;
  final public class MandatoryPropertyHolder implements org.omg.CORBA.portable.Streamable {
    public CosTrading.RegisterPackage.MandatoryProperty value;
    public MandatoryPropertyHolder() {
    }
    public MandatoryPropertyHolder(CosTrading.RegisterPackage.MandatoryProperty value) {
      this.value = value;
    }
    public void _read(org.omg.CORBA.portable.InputStream input) {
      value = MandatoryPropertyHelper.read(input);
    }
    public void _write(org.omg.CORBA.portable.OutputStream output) {
      MandatoryPropertyHelper.write(output, value);
    }
    public org.omg.CORBA.TypeCode _type() {
      return MandatoryPropertyHelper.type();
    }
  }
