|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.platform.agents.FipaServiceDescription
This class provides an implementation of a FIPA Service description.
Constructor Summary | |
FipaServiceDescription()
Create a new, empty FIPA Service description. |
|
FipaServiceDescription(java.lang.String theServiceName,
java.lang.String theServiceType)
Create a new FIPA Service description, and initialize it with specified parameters. |
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
java.lang.String |
getFixedProperties()
Retrieve the fixed properties. |
java.lang.String |
getNegotiableProperties()
Retrieve the negotiable properties. |
java.lang.String |
getServiceName()
Retrieve the name of the service. |
java.lang.String |
getServiceOntology()
Retrieve the ontology of the service. |
java.lang.String |
getServiceType()
Retrieve the type of the service. |
void |
setFixedProperties(java.lang.String theFixedProperties)
Set the fixed properties. |
void |
setNegotiableProperties(java.lang.String theNegotiableProperties)
Set the negotiable properties. |
void |
setServiceName(java.lang.String theServiceName)
Set the name of the service. |
void |
setServiceOntology(java.lang.String theServiceOntology)
Set the service of the service. |
void |
setServiceType(java.lang.String theServiceType)
Set the type of the service. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FipaServiceDescription()
public FipaServiceDescription(java.lang.String theServiceName, java.lang.String theServiceType)
theServiceName
- The name of the service.
theServiceType
- The type of the service.
Method Detail |
public java.lang.String getServiceName()
public void setServiceName(java.lang.String theServiceName)
theServiceName
- A name of a service.
public java.lang.String getServiceType()
public void setServiceType(java.lang.String theServiceType)
theServiceType
- A type of a service.
public java.lang.String getServiceOntology()
public void setServiceOntology(java.lang.String theServiceOntology)
theServiceOntology
- An ontology of a service.
public java.lang.String getFixedProperties()
public void setFixedProperties(java.lang.String theFixedProperties)
theFixedProperties
- The fixed properties.
public java.lang.String getNegotiableProperties()
public void setNegotiableProperties(java.lang.String theNegotiableProperties)
theNegotiableProperties
- The negotiable properties.
public java.lang.String toString()
public static java.lang.String Copyright()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |