cgl.axis.services.WSCTX.wsrm_schema
Class ServiceRefType

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsrm_schema.ServiceRefType
All Implemented Interfaces:
java.io.Serializable

public class ServiceRefType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ServiceRefType()
           
ServiceRefType(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
          Gets the name value for this ServiceRefType.
 int hashCode()
           
 void setName(java.lang.String name)
          Sets the name value for this ServiceRefType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRefType

public ServiceRefType()

ServiceRefType

public ServiceRefType(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this ServiceRefType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ServiceRefType.

Parameters:
name -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()