package com.microsoft.bingads.v10.campaignmanagement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for EnhancedCpcBiddingScheme complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="EnhancedCpcBiddingScheme"> * <complexContent> * <extension base="{http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContracts.V10}BiddingScheme"> * <sequence> * </sequence> * </extension> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EnhancedCpcBiddingScheme", namespace = "http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContracts.V10") public class EnhancedCpcBiddingScheme extends BiddingScheme { }