public class ARBCreateSubscriptionResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
<sequence>
<element name="subscriptionId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileIdType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerProfileIdType |
profile |
protected java.lang.String |
subscriptionId |
messages, refId, sessionToken| Constructor and Description |
|---|
ARBCreateSubscriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
CustomerProfileIdType |
getProfile()
Gets the value of the profile property.
|
java.lang.String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setProfile(CustomerProfileIdType value)
Sets the value of the profile property.
|
void |
setSubscriptionId(java.lang.String value)
Sets the value of the subscriptionId property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected java.lang.String subscriptionId
protected CustomerProfileIdType profile
public java.lang.String getSubscriptionId()
Stringpublic void setSubscriptionId(java.lang.String value)
value - allowed object is
Stringpublic CustomerProfileIdType getProfile()
CustomerProfileIdTypepublic void setProfile(CustomerProfileIdType value)
value - allowed object is
CustomerProfileIdTypeCopyright © 2018. All Rights Reserved.