Skip to content

Pushing the changes for the updated fields in the xsd for the Novembe… #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 4, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
XSD changes
  • Loading branch information
nagarikantipavan committed Nov 20, 2018
commit d4165dcbb972e7619a05ca8a8645ed628a700c19
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* <complexContent>
* <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
* <sequence>
* <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileInfoExType"/>
* <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType"/>
* </sequence>
* </extension>
* </complexContent>
Expand All @@ -44,30 +44,30 @@ public class UpdateCustomerProfileRequest
{

@XmlElement(required = true)
protected CustomerProfileInfoExType profile;

protected CustomerProfileExType profile;
/**
* Gets the value of the profile property.
*
* @return
* possible object is
* {@link CustomerProfileInfoExType }
* {@link customerProfileExType }
*
*/
public CustomerProfileInfoExType getProfile() {
return profile;
}

public CustomerProfileExType getProfile() {
return profile;
}

/**
* Sets the value of the profile property.
*
* @param value
* allowed object is
* {@link CustomerProfileInfoExType }
* {@link customerProfileExType }
*
*/
public void setProfile(CustomerProfileInfoExType value) {
this.profile = value;
}
public void setProfile(CustomerProfileExType profile) {
this.profile = profile;
}

}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy