public class SubscriptionTermsType
extends java.lang.Object
Java class for SubscriptionTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionTermsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/> </sequence> <attribute name="period" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
period |
Constructor and Description |
---|
SubscriptionTermsType() |
Modifier and Type | Method and Description |
---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getPeriod()
Gets the value of the period property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setPeriod(java.lang.String value)
Sets the value of the period property.
|
protected BasicAmountType amount
protected java.lang.String period
public BasicAmountType getAmount()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getPeriod()
String
public void setPeriod(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.