org.csapi.fw
Class TpServiceTypeDescription

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

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

Generated from IDL definition of struct "TpServiceTypeDescription"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 boolean AvailableOrUnavailable
           
 java.lang.String[] ServiceTypeNameList
           
 TpServiceTypeProperty[] ServiceTypePropertyList
           
 
Constructor Summary
TpServiceTypeDescription()
           
TpServiceTypeDescription(TpServiceTypeProperty[] ServiceTypePropertyList, java.lang.String[] ServiceTypeNameList, boolean AvailableOrUnavailable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ServiceTypePropertyList

public TpServiceTypeProperty[] ServiceTypePropertyList

ServiceTypeNameList

public java.lang.String[] ServiceTypeNameList

AvailableOrUnavailable

public boolean AvailableOrUnavailable
Constructor Detail

TpServiceTypeDescription

public TpServiceTypeDescription()

TpServiceTypeDescription

public TpServiceTypeDescription(TpServiceTypeProperty[] ServiceTypePropertyList,
                                java.lang.String[] ServiceTypeNameList,
                                boolean AvailableOrUnavailable)


Copyright © 2008. All Rights Reserved.