_SDOPackage
Class ServiceProfile

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

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

_SDOPackage/ServiceProfile.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Field Summary
 java.lang.String id
           
 java.lang.String interface_type
           
 NameValue[] properties
           
 SDOService service
           
 
Constructor Summary
ServiceProfile()
           
ServiceProfile(java.lang.String _id, java.lang.String _interface_type, NameValue[] _properties, SDOService _service)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

interface_type

public java.lang.String interface_type

properties

public NameValue[] properties

service

public SDOService service
Constructor Detail

ServiceProfile

public ServiceProfile()

ServiceProfile

public ServiceProfile(java.lang.String _id,
                      java.lang.String _interface_type,
                      NameValue[] _properties,
                      SDOService _service)