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 Mar 21, 2012 11:04:21 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
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)