Package net.authorize.api.contract.v1
Class PaymentScheduleType
- java.lang.Object
-
- net.authorize.api.contract.v1.PaymentScheduleType
-
public class PaymentScheduleType extends Object
Java class for paymentScheduleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="paymentScheduleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interval" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="length"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="1"/> <maxInclusive value="32000"/> </restriction> </simpleType> </element> <element name="unit" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBSubscriptionUnitEnum"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="totalOccurrences" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="1"/> <maxInclusive value="32000"/> </restriction> </simpleType> </element> <element name="trialOccurrences" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> <maxInclusive value="32000"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentScheduleType.IntervalJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected PaymentScheduleType.Intervalintervalprotected XMLGregorianCalendarstartDateprotected ShorttotalOccurrencesprotected ShorttrialOccurrences
-
Constructor Summary
Constructors Constructor Description PaymentScheduleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentScheduleType.IntervalgetInterval()Gets the value of the interval property.XMLGregorianCalendargetStartDate()Gets the value of the startDate property.ShortgetTotalOccurrences()Gets the value of the totalOccurrences property.ShortgetTrialOccurrences()Gets the value of the trialOccurrences property.voidsetInterval(PaymentScheduleType.Interval value)Sets the value of the interval property.voidsetStartDate(XMLGregorianCalendar value)Sets the value of the startDate property.voidsetTotalOccurrences(Short value)Sets the value of the totalOccurrences property.voidsetTrialOccurrences(Short value)Sets the value of the trialOccurrences property.
-
-
-
Field Detail
-
interval
protected PaymentScheduleType.Interval interval
-
startDate
protected XMLGregorianCalendar startDate
-
totalOccurrences
protected Short totalOccurrences
-
trialOccurrences
protected Short trialOccurrences
-
-
Method Detail
-
getInterval
public PaymentScheduleType.Interval getInterval()
Gets the value of the interval property.- Returns:
- possible object is
PaymentScheduleType.Interval
-
setInterval
public void setInterval(PaymentScheduleType.Interval value)
Sets the value of the interval property.- Parameters:
value- allowed object isPaymentScheduleType.Interval
-
getStartDate
public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTotalOccurrences
public Short getTotalOccurrences()
Gets the value of the totalOccurrences property.- Returns:
- possible object is
Short
-
setTotalOccurrences
public void setTotalOccurrences(Short value)
Sets the value of the totalOccurrences property.- Parameters:
value- allowed object isShort
-
getTrialOccurrences
public Short getTrialOccurrences()
Gets the value of the trialOccurrences property.- Returns:
- possible object is
Short
-
-