package CosTrading;
final public class PropertySeqHolder implements org.omg.CORBA.portable.Streamable {
  public CosTrading.Property[] value;
  public PropertySeqHolder() {
  }
  public PropertySeqHolder(CosTrading.Property[] value) {
    this.value = value;
  }
  public void _read(org.omg.CORBA.portable.InputStream input) {
    value = PropertySeqHelper.read(input);
  }
  public void _write(org.omg.CORBA.portable.OutputStream output) {
    PropertySeqHelper.write(output, value);
  }
  public org.omg.CORBA.TypeCode _type() {
    return PropertySeqHelper.type();
  }
}
