|
||||||||||
| 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 java.lang.String |
authInfo
|
protected java.lang.String |
chunkToken
|
protected CoveragePeriod |
coveragePeriod
|
protected java.lang.String |
subscriptionKey
|
| Constructor Summary | |
|---|---|
GetSubscriptionResults()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property. |
java.lang.String |
getChunkToken()
Gets the value of the chunkToken property. |
CoveragePeriod |
getCoveragePeriod()
Gets the value of the coveragePeriod property. |
java.lang.String |
getSubscriptionKey()
Gets the value of the subscriptionKey property. |
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property. |
void |
setChunkToken(java.lang.String value)
Sets the value of the chunkToken property. |
void |
setCoveragePeriod(CoveragePeriod value)
Sets the value of the coveragePeriod property. |
void |
setSubscriptionKey(java.lang.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 java.lang.String authInfo
protected java.lang.String subscriptionKey
protected CoveragePeriod coveragePeriod
protected java.lang.String chunkToken
| Constructor Detail |
|---|
public GetSubscriptionResults()
| Method Detail |
|---|
public java.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubscriptionKey()
Stringpublic void setSubscriptionKey(java.lang.String value)
value - allowed object is
Stringpublic CoveragePeriod getCoveragePeriod()
CoveragePeriodpublic void setCoveragePeriod(CoveragePeriod value)
value - allowed object is
CoveragePeriodpublic java.lang.String getChunkToken()
Stringpublic void setChunkToken(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||