org.csapi.jr.se.fw
Class ServiceProperty

java.lang.Object
  |
  +--org.csapi.jr.se.fw.ServiceProperty
All Implemented Interfaces:
java.io.Serializable

public final class ServiceProperty
extends java.lang.Object
implements java.io.Serializable

This data type is a Sequence of Data Elements which describes an 'SCF property'. It is a structured data type which consists of ServicePropertyName and ServicePropertyValueList.

See Also:
Serialized Form

Constructor Summary
ServiceProperty()
          Creates a new ServiceProperty instance.
ServiceProperty(java.lang.String _servicePropertyName, java.lang.String[] _servicePropertyValueList)
          Creates a new ServiceProperty instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getServicePropertyName()
          This method returns a servicePropertyName.
 java.lang.String[] getServicePropertyValueList()
          This method returns a servicePropertyValueList.
 int hashCode()
          Returns a hashcode value for the object.
 void setServicePropertyName(java.lang.String servicePropertyName)
          This method sets a servicePropertyName.
 void setServicePropertyValueList(java.lang.String[] servicePropertyValueList)
          This method sets a servicePropertyValueList.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProperty

public ServiceProperty()
Creates a new ServiceProperty instance.


ServiceProperty

public ServiceProperty(java.lang.String _servicePropertyName,
                       java.lang.String[] _servicePropertyValueList)
Creates a new ServiceProperty instance.

Parameters:
_servicePropertyName -
_servicePropertyValueList -
Method Detail

getServicePropertyName

public java.lang.String getServicePropertyName()
This method returns a servicePropertyName.

Returns:
a String value

getServicePropertyValueList

public java.lang.String[] getServicePropertyValueList()
This method returns a servicePropertyValueList.

Returns:
a String[] value

setServicePropertyName

public void setServicePropertyName(java.lang.String servicePropertyName)
This method sets a servicePropertyName.


setServicePropertyValueList

public void setServicePropertyValueList(java.lang.String[] servicePropertyValueList)
This method sets a servicePropertyValueList.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object