|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.uddi.vscache_v3.GetAllValidValues
public class GetAllValidValues
Java class for get_allValidValues complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_allValidValues"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:api_v3}authInfo" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}tModelKey"/> <element ref="{urn:uddi-org:vscache_v3}chunkToken" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
authInfo
|
protected String |
chunkToken
|
protected String |
tModelKey
|
Constructor Summary | |
---|---|
GetAllValidValues()
|
Method Summary | |
---|---|
String |
getAuthInfo()
Gets the value of the authInfo property. |
String |
getChunkToken()
Gets the value of the chunkToken property. |
String |
getTModelKey()
Gets the value of the tModelKey property. |
void |
setAuthInfo(String value)
Sets the value of the authInfo property. |
void |
setChunkToken(String value)
Sets the value of the chunkToken property. |
void |
setTModelKey(String value)
Sets the value of the tModelKey property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String authInfo
protected String tModelKey
protected String chunkToken
Constructor Detail |
---|
public GetAllValidValues()
Method Detail |
---|
public String getAuthInfo()
String
public void setAuthInfo(String value)
value
- allowed object is
String
public String getTModelKey()
String
public void setTModelKey(String value)
value
- allowed object is
String
public String getChunkToken()
String
public void setChunkToken(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |