|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.WSCTX.uddi_wsctx_schema.ContextInfo
Constructor Summary | |
ContextInfo()
|
|
ContextInfo(org.apache.axis.types.URI contextKey,
Name[] name)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.URI |
getContextKey()
Gets the contextKey value for this ContextInfo. |
Name[] |
getName()
Gets the name value for this ContextInfo. |
Name |
getName(int i)
|
int |
hashCode()
|
void |
setContextKey(org.apache.axis.types.URI contextKey)
Sets the contextKey value for this ContextInfo. |
void |
setName(int i,
Name _value)
|
void |
setName(Name[] name)
Sets the name value for this ContextInfo. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextInfo()
public ContextInfo(org.apache.axis.types.URI contextKey, Name[] name)
Method Detail |
public org.apache.axis.types.URI getContextKey()
public void setContextKey(org.apache.axis.types.URI contextKey)
contextKey
- public Name[] getName()
public void setName(Name[] name)
name
- public Name getName(int i)
public void setName(int i, Name _value)
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |