org.uddi.sub_v3
Class GetSubscriptionResults

java.lang.Object
  extended by org.uddi.sub_v3.GetSubscriptionResults
All Implemented Interfaces:
Serializable

public class GetSubscriptionResults
extends Object
implements Serializable

Java class for get_subscriptionResults complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="get_subscriptionResults">
   <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:sub_v3}subscriptionKey"/>
         <element ref="{urn:uddi-org:sub_v3}coveragePeriod"/>
         <element ref="{urn:uddi-org:sub_v3}chunkToken" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String authInfo
           
protected  String chunkToken
           
protected  CoveragePeriod coveragePeriod
           
protected  String subscriptionKey
           
 
Constructor Summary
GetSubscriptionResults()
           
 
Method Summary
 String getAuthInfo()
          Gets the value of the authInfo property.
 String getChunkToken()
          Gets the value of the chunkToken property.
 CoveragePeriod getCoveragePeriod()
          Gets the value of the coveragePeriod property.
 String getSubscriptionKey()
          Gets the value of the subscriptionKey property.
 void setAuthInfo(String value)
          Sets the value of the authInfo property.
 void setChunkToken(String value)
          Sets the value of the chunkToken property.
 void setCoveragePeriod(CoveragePeriod value)
          Sets the value of the coveragePeriod property.
 void setSubscriptionKey(String value)
          Sets the value of the subscriptionKey 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

subscriptionKey

protected String subscriptionKey

coveragePeriod

protected CoveragePeriod coveragePeriod

chunkToken

protected String chunkToken
Constructor Detail

GetSubscriptionResults

public GetSubscriptionResults()
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

getSubscriptionKey

public String getSubscriptionKey()
Gets the value of the subscriptionKey property.

Returns:
possible object is String

setSubscriptionKey

public void setSubscriptionKey(String value)
Sets the value of the subscriptionKey property.

Parameters:
value - allowed object is String

getCoveragePeriod

public CoveragePeriod getCoveragePeriod()
Gets the value of the coveragePeriod property.

Returns:
possible object is CoveragePeriod

setCoveragePeriod

public void setCoveragePeriod(CoveragePeriod value)
Sets the value of the coveragePeriod property.

Parameters:
value - allowed object is CoveragePeriod

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.