|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.binding.InstanceDetails
public class InstanceDetails
Holds service-instance specific information that is required to either understand the service implementation details relative to a specific tModelKey reference, or to provide further parameter and settings support. If present this element should not be empty.
| Constructor Summary | |
|---|---|
InstanceDetails()
Construct a new empty instanceDetails object. |
|
| Method Summary | |
|---|---|
void |
addDescription(Description desc)
Adds the given description. |
java.util.Vector |
getDescriptionVector()
Returns the descriptions. |
InstanceParms |
getInstanceParms()
Returns the instance parameters of this instanceDetails as a String. |
java.lang.String |
getInstanceParmsString()
Returns the instance parameters of this instanceDetails as a String. |
OverviewDoc |
getOverviewDoc()
Returns the overview document of this instanceDetails. |
void |
setDescriptionVector(java.util.Vector descs)
Sets the description list to the current one. |
void |
setInstanceParms(InstanceParms parms)
Sets the instance parameters of this instanceDetails to the given instance parameters. |
void |
setInstanceParms(java.lang.String parms)
Sets the instance parameters of this instanceDetails to the given instance parameters. |
void |
setOverviewDoc(OverviewDoc doc)
Sets the overview document of this instanceDetails to the given overview document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceDetails()
| Method Detail |
|---|
public void addDescription(Description desc)
desc - The description to add.
languagecode.public void setDescriptionVector(java.util.Vector descs)
descs - Collection of Description objects to setpublic java.util.Vector getDescriptionVector()
public void setOverviewDoc(OverviewDoc doc)
doc - The new overview document, or null if the instanceDetails
doesn't have an overview document anymore.public OverviewDoc getOverviewDoc()
public void setInstanceParms(java.lang.String parms)
parms - The new instance parameters, or null if this instanceDetails
doesn't have instance parameters anymore.public void setInstanceParms(InstanceParms parms)
parms - The new instance parameters, or null if this instanceDetails
doesn't have instance parameters anymore.public InstanceParms getInstanceParms()
public java.lang.String getInstanceParmsString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||