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 String |
subscriptionId |
messages, refId, sessionToken| Constructor and Description |
|---|
ARBCreateSubscriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
CustomerProfileIdType |
getProfile()
Gets the value of the profile property.
|
String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setProfile(CustomerProfileIdType value)
Sets the value of the profile property.
|
void |
setSubscriptionId(String value)
Sets the value of the subscriptionId property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected String subscriptionId
protected CustomerProfileIdType profile
public String getSubscriptionId()
Stringpublic void setSubscriptionId(String value)
value - allowed object is
Stringpublic CustomerProfileIdType getProfile()
CustomerProfileIdTypepublic void setProfile(CustomerProfileIdType value)
value - allowed object is
CustomerProfileIdTypeCopyright © 2021. All rights reserved.