com.amazon.webservices.awsecommerceservice._2007_04_04
Class MerchantItemAttributes.VendorRebate

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.MerchantItemAttributes.VendorRebate
Enclosing class:
MerchantItemAttributes

public static class MerchantItemAttributes.VendorRebate
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String endDate
           
protected  java.lang.String startDate
           
protected  java.lang.String type
           
 
Constructor Summary
MerchantItemAttributes.VendorRebate()
           
 
Method Summary
 java.lang.String getEndDate()
          Gets the value of the endDate property.
 java.lang.String getStartDate()
          Gets the value of the startDate property.
 java.lang.String getType()
          Gets the value of the type property.
 void setEndDate(java.lang.String value)
          Sets the value of the endDate property.
 void setStartDate(java.lang.String value)
          Sets the value of the startDate property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected java.lang.String type

startDate

protected java.lang.String startDate

endDate

protected java.lang.String endDate
Constructor Detail

MerchantItemAttributes.VendorRebate

public MerchantItemAttributes.VendorRebate()
Method Detail

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getStartDate

public java.lang.String getStartDate()
Gets the value of the startDate property.

Returns:
possible object is String

setStartDate

public void setStartDate(java.lang.String value)
Sets the value of the startDate property.

Parameters:
value - allowed object is String

getEndDate

public java.lang.String getEndDate()
Gets the value of the endDate property.

Returns:
possible object is String

setEndDate

public void setEndDate(java.lang.String value)
Sets the value of the endDate property.

Parameters:
value - allowed object is String


Copyright © 2007 orange-cafe.de. All Rights Reserved.