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>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | authInfo | 
| protected String | chunkToken | 
| protected CoveragePeriod | coveragePeriod | 
| protected String | subscriptionKey | 
| Constructor and Description | 
|---|
| GetSubscriptionResults() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
protected String authInfo
protected String subscriptionKey
protected CoveragePeriod coveragePeriod
protected String chunkToken
public String getAuthInfo()
Stringpublic void setAuthInfo(String value)
value - allowed object is
     Stringpublic String getSubscriptionKey()
Stringpublic void setSubscriptionKey(String value)
value - allowed object is
     Stringpublic CoveragePeriod getCoveragePeriod()
CoveragePeriodpublic void setCoveragePeriod(CoveragePeriod value)
value - allowed object is
     CoveragePeriodpublic String getChunkToken()
StringCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.