|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--cgl.juddi.datatype.request.GetAttributeDetail
"Used to get full attribute information suitable for make one or more attribute requests. Returns a attributeDetail message."
| Field Summary | |
(package private) java.util.Vector |
attributeKeyVector
|
(package private) java.lang.String |
generic
|
| Constructor Summary | |
GetAttributeDetail()
Construct a new empty get_bindingDetail request |
|
| Method Summary | |
void |
addAttributeKey(AttributeKey key)
Add a reference to a bindingTemplate to this search. |
void |
addAttributeKey(java.lang.String key)
Adds a AttributeKey to the collection of binding keys used by this query. |
java.util.Vector |
getAttributeKeyVector()
|
java.lang.String |
getGeneric()
|
void |
setAttributeKeyVector(java.util.Vector keys)
Add a collection of properyTemplate references to this search. |
void |
setGeneric(java.lang.String genericValue)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
java.lang.String generic
java.util.Vector attributeKeyVector
| Constructor Detail |
public GetAttributeDetail()
| Method Detail |
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public void addAttributeKey(AttributeKey key)
key - The bindingkey of the referenced bindingTemplate.public void addAttributeKey(java.lang.String key)
key - A AttributeKeypublic void setAttributeKeyVector(java.util.Vector keys)
keys - The collection of properykeys.public java.util.Vector getAttributeKeyVector()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||