org.omg.Messaging
Class PolicyValue

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

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

Generated from IDL struct "PolicyValue".

Version:
generated at Jan 1, 2011 11:42:54 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 int ptype
           
 byte[] pvalue
           
 
Constructor Summary
PolicyValue()
           
PolicyValue(int ptype, byte[] pvalue)
           
 
Method Summary
 
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)