public class ARBUpdateSubscriptionResponse 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="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileIdType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CustomerProfileIdType |
profile |
messages, refId, sessionToken
Constructor and Description |
---|
ARBUpdateSubscriptionResponse() |
Modifier and Type | Method and Description |
---|---|
CustomerProfileIdType |
getProfile()
Gets the value of the profile property.
|
void |
setProfile(CustomerProfileIdType value)
Sets the value of the profile property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
protected CustomerProfileIdType profile
public CustomerProfileIdType getProfile()
CustomerProfileIdType
public void setProfile(CustomerProfileIdType value)
value
- allowed object is
CustomerProfileIdType
Copyright © 2021. All rights reserved.