org.omg.Messaging
Class PolicyValue

java.lang.Object
  extended byorg.omg.Messaging.PolicyValue
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class PolicyValue
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "PolicyValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int ptype
           
 byte[] pvalue
           
 
Constructor Summary
PolicyValue()
           
PolicyValue(int ptype, byte[] pvalue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ptype

public int ptype

pvalue

public byte[] pvalue
Constructor Detail

PolicyValue

public PolicyValue()

PolicyValue

public PolicyValue(int ptype,
                   byte[] pvalue)