org.csapi
Class TpAttributeValue

java.lang.Object
  extended by org.csapi.TpAttributeValue
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Generated from IDL definition of union "TpAttributeValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Constructor Summary
TpAttributeValue()
           
 
Method Summary
 TpAttributeTagInfo discriminator()
           
 TpSimpleAttributeValue SimpleValue()
           
 void SimpleValue(TpSimpleAttributeValue _x)
           
 TpStructuredAttributeValue StructuredValue()
           
 void StructuredValue(TpStructuredAttributeValue _x)
           
 java.lang.String XMLValue()
           
 void XMLValue(java.lang.String _x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpAttributeValue

public TpAttributeValue()
Method Detail

discriminator

public TpAttributeTagInfo discriminator()

SimpleValue

public TpSimpleAttributeValue SimpleValue()

SimpleValue

public void SimpleValue(TpSimpleAttributeValue _x)

StructuredValue

public TpStructuredAttributeValue StructuredValue()

StructuredValue

public void StructuredValue(TpStructuredAttributeValue _x)

XMLValue

public java.lang.String XMLValue()

XMLValue

public void XMLValue(java.lang.String _x)


Copyright © 2008. All Rights Reserved.