org.uddi.vscache_v3
Class GetAllValidValues

java.lang.Object
  extended by org.uddi.vscache_v3.GetAllValidValues
All Implemented Interfaces:
Serializable

public class GetAllValidValues
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

authInfo

protected String authInfo

tModelKey

protected String tModelKey

chunkToken

protected String chunkToken
Constructor Detail

GetAllValidValues

public GetAllValidValues()
Method Detail

getAuthInfo

public String getAuthInfo()
Gets the value of the authInfo property.

Returns:
possible object is String

setAuthInfo

public void setAuthInfo(String value)
Sets the value of the authInfo property.

Parameters:
value - allowed object is String

getTModelKey

public String getTModelKey()
Gets the value of the tModelKey property.

Returns:
possible object is String

setTModelKey

public void setTModelKey(String value)
Sets the value of the tModelKey property.

Parameters:
value - allowed object is String

getChunkToken

public String getChunkToken()
Gets the value of the chunkToken property.

Returns:
possible object is String

setChunkToken

public void setChunkToken(String value)
Sets the value of the chunkToken property.

Parameters:
value - allowed object is String


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.