public class TModelInstanceInfo extends java.lang.Object implements RegistryObject
A set of these is held by the TModelInstanceDetails Map. When taken as a group they form a technically descriptive fingerprint by virtue of the unordered list of tModelKey references that they form. Each singular TModelInstanceInfo refers to a single tModel, and its presence in a bindingTemplate.tModelInstanceDetails implies that this containing web service supports the tModel that is referenced.
Constructor and Description |
---|
TModelInstanceInfo()
Constructs a new empty TModelInstanceDetails.
|
TModelInstanceInfo(java.lang.String key)
Constructs a new empty TModelInstanceDetails.
|
Modifier and Type | Method and Description |
---|---|
void |
addDescription(Description desc)
Add a Description to the collection of Descriptions.
|
java.util.Vector |
getDescriptionVector()
Returns the descriptions.
|
InstanceDetails |
getInstanceDetails()
Returns the instanceDetails of this tModelInstanceInfo.
|
java.lang.String |
getTModelKey()
Returns the tModel key of this tModelInstanceInfo.
|
void |
setDescriptionVector(java.util.Vector descs)
Sets the Description intance to the one one passed in.
|
void |
setInstanceDetails(InstanceDetails details)
Sets the instanceDetails of this tModelInstanceInfo to the given
instanceDetails.
|
void |
setTModelKey(java.lang.String key)
Sets the tModel key of this tModelInstanceInfo to the given key.
|
void |
setTModelKey(TModelKey key)
Sets the tModel key of this tModelInstanceInfo to the given key.
|
public TModelInstanceInfo()
public TModelInstanceInfo(java.lang.String key)
public void setTModelKey(TModelKey key)
key
- The key of the tModel this tModelInstanceInfo is
referencing to.public void setTModelKey(java.lang.String key)
key
- The key of the tModel this tModelInstanceInfo is
referencing to.public java.lang.String getTModelKey()
public void addDescription(Description desc)
desc
- The Description to add.public void setDescriptionVector(java.util.Vector descs)
descs
- Descriptions of Description objects to setpublic java.util.Vector getDescriptionVector()
public void setInstanceDetails(InstanceDetails details)
details
- The instanceDetails of this tModelInstanceInfo, or null if
this tModelInstanceInfo doesn't have any instanceDetails.public InstanceDetails getInstanceDetails()
Copyright ? 2003 Apache Software Foundation. All rights reserved.