org.omg.CosTrading.RegisterPackage
Class OfferInfo

java.lang.Object
  extended by org.omg.CosTrading.RegisterPackage.OfferInfo
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class OfferInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: OfferInfo.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 Property[] properties
          Struct member properties
 org.omg.CORBA.Object reference
          Struct member reference
 java.lang.String type
          Struct member type
 
Constructor Summary
OfferInfo()
          Default constructor
OfferInfo(org.omg.CORBA.Object reference, java.lang.String type, Property[] properties)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

public org.omg.CORBA.Object reference
Struct member reference


type

public java.lang.String type
Struct member type


properties

public Property[] properties
Struct member properties

Constructor Detail

OfferInfo

public OfferInfo()
Default constructor


OfferInfo

public OfferInfo(org.omg.CORBA.Object reference,
                 java.lang.String type,
                 Property[] properties)
Constructor with fields initialization

Parameters:
reference - reference struct member
type - type struct member
properties - properties struct member