|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.sub_v3.GetSubscriptionResults
public class GetSubscriptionResults
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>
| 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 |
|---|
protected String authInfo
protected String subscriptionKey
protected CoveragePeriod coveragePeriod
protected String chunkToken
| Constructor Detail |
|---|
public GetSubscriptionResults()
| Method Detail |
|---|
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()
Stringpublic 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 | |||||||||