public class

PeriodSummary

extends Object
java.lang.Object
   ↳ com.coupa.resources.PeriodSummary

Class Overview

Java class for period-summary complex type.

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

 <complexType name="period-summary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="start-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="end-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="is-open" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="created-by" type="{}user-summary" minOccurs="0"/>
         <element name="updated-by" type="{}user-summary" minOccurs="0"/>
         <element name="segment-1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-6" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-7" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-8" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-9" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-10" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-11" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-12" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-13" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-14" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-15" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-16" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-17" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-18" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-19" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="segment-20" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="account-type" type="{}account-type-summary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AccountTypeSummary accountType
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
protected XMLGregorianCalendar endDate
protected BigInteger id
protected String isOpen
protected String name
protected String segment1
protected String segment10
protected String segment11
protected String segment12
protected String segment13
protected String segment14
protected String segment15
protected String segment16
protected String segment17
protected String segment18
protected String segment19
protected String segment2
protected String segment20
protected String segment3
protected String segment4
protected String segment5
protected String segment6
protected String segment7
protected String segment8
protected String segment9
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar updatedAt
protected UserSummary updatedBy
Public Constructors
PeriodSummary()
Public Methods
AccountTypeSummary getAccountType()
Gets the value of the accountType property.
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
BigInteger getId()
Gets the value of the id property.
String getIsOpen()
Gets the value of the isOpen property.
String getName()
Gets the value of the name property.
String getSegment1()
Gets the value of the segment1 property.
String getSegment10()
Gets the value of the segment10 property.
String getSegment11()
Gets the value of the segment11 property.
String getSegment12()
Gets the value of the segment12 property.
String getSegment13()
Gets the value of the segment13 property.
String getSegment14()
Gets the value of the segment14 property.
String getSegment15()
Gets the value of the segment15 property.
String getSegment16()
Gets the value of the segment16 property.
String getSegment17()
Gets the value of the segment17 property.
String getSegment18()
Gets the value of the segment18 property.
String getSegment19()
Gets the value of the segment19 property.
String getSegment2()
Gets the value of the segment2 property.
String getSegment20()
Gets the value of the segment20 property.
String getSegment3()
Gets the value of the segment3 property.
String getSegment4()
Gets the value of the segment4 property.
String getSegment5()
Gets the value of the segment5 property.
String getSegment6()
Gets the value of the segment6 property.
String getSegment7()
Gets the value of the segment7 property.
String getSegment8()
Gets the value of the segment8 property.
String getSegment9()
Gets the value of the segment9 property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
void setAccountType(AccountTypeSummary value)
Sets the value of the accountType property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setId(BigInteger value)
Sets the value of the id property.
void setIsOpen(String value)
Sets the value of the isOpen property.
void setName(String value)
Sets the value of the name property.
void setSegment1(String value)
Sets the value of the segment1 property.
void setSegment10(String value)
Sets the value of the segment10 property.
void setSegment11(String value)
Sets the value of the segment11 property.
void setSegment12(String value)
Sets the value of the segment12 property.
void setSegment13(String value)
Sets the value of the segment13 property.
void setSegment14(String value)
Sets the value of the segment14 property.
void setSegment15(String value)
Sets the value of the segment15 property.
void setSegment16(String value)
Sets the value of the segment16 property.
void setSegment17(String value)
Sets the value of the segment17 property.
void setSegment18(String value)
Sets the value of the segment18 property.
void setSegment19(String value)
Sets the value of the segment19 property.
void setSegment2(String value)
Sets the value of the segment2 property.
void setSegment20(String value)
Sets the value of the segment20 property.
void setSegment3(String value)
Sets the value of the segment3 property.
void setSegment4(String value)
Sets the value of the segment4 property.
void setSegment5(String value)
Sets the value of the segment5 property.
void setSegment6(String value)
Sets the value of the segment6 property.
void setSegment7(String value)
Sets the value of the segment7 property.
void setSegment8(String value)
Sets the value of the segment8 property.
void setSegment9(String value)
Sets the value of the segment9 property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
void setUpdatedBy(UserSummary value)
Sets the value of the updatedBy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AccountTypeSummary accountType

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

protected XMLGregorianCalendar endDate

protected BigInteger id

protected String isOpen

protected String name

protected String segment1

protected String segment10

protected String segment11

protected String segment12

protected String segment13

protected String segment14

protected String segment15

protected String segment16

protected String segment17

protected String segment18

protected String segment19

protected String segment2

protected String segment20

protected String segment3

protected String segment4

protected String segment5

protected String segment6

protected String segment7

protected String segment8

protected String segment9

protected XMLGregorianCalendar startDate

protected XMLGregorianCalendar updatedAt

protected UserSummary updatedBy

Public Constructors

public PeriodSummary ()

Public Methods

public AccountTypeSummary getAccountType ()

Gets the value of the accountType property.

Returns

public XMLGregorianCalendar getCreatedAt ()

Gets the value of the createdAt property.

Returns
  • possible object is XMLGregorianCalendar

public UserSummary getCreatedBy ()

Gets the value of the createdBy property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public String getIsOpen ()

Gets the value of the isOpen property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getSegment1 ()

Gets the value of the segment1 property.

Returns
  • possible object is String

public String getSegment10 ()

Gets the value of the segment10 property.

Returns
  • possible object is String

public String getSegment11 ()

Gets the value of the segment11 property.

Returns
  • possible object is String

public String getSegment12 ()

Gets the value of the segment12 property.

Returns
  • possible object is String

public String getSegment13 ()

Gets the value of the segment13 property.

Returns
  • possible object is String

public String getSegment14 ()

Gets the value of the segment14 property.

Returns
  • possible object is String

public String getSegment15 ()

Gets the value of the segment15 property.

Returns
  • possible object is String

public String getSegment16 ()

Gets the value of the segment16 property.

Returns
  • possible object is String

public String getSegment17 ()

Gets the value of the segment17 property.

Returns
  • possible object is String

public String getSegment18 ()

Gets the value of the segment18 property.

Returns
  • possible object is String

public String getSegment19 ()

Gets the value of the segment19 property.

Returns
  • possible object is String

public String getSegment2 ()

Gets the value of the segment2 property.

Returns
  • possible object is String

public String getSegment20 ()

Gets the value of the segment20 property.

Returns
  • possible object is String

public String getSegment3 ()

Gets the value of the segment3 property.

Returns
  • possible object is String

public String getSegment4 ()

Gets the value of the segment4 property.

Returns
  • possible object is String

public String getSegment5 ()

Gets the value of the segment5 property.

Returns
  • possible object is String

public String getSegment6 ()

Gets the value of the segment6 property.

Returns
  • possible object is String

public String getSegment7 ()

Gets the value of the segment7 property.

Returns
  • possible object is String

public String getSegment8 ()

Gets the value of the segment8 property.

Returns
  • possible object is String

public String getSegment9 ()

Gets the value of the segment9 property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUpdatedAt ()

Gets the value of the updatedAt property.

Returns
  • possible object is XMLGregorianCalendar

public UserSummary getUpdatedBy ()

Gets the value of the updatedBy property.

Returns

public void setAccountType (AccountTypeSummary value)

Sets the value of the accountType property.

Parameters
value Allowed object is AccountTypeSummary

public void setCreatedAt (XMLGregorianCalendar value)

Sets the value of the createdAt property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedBy (UserSummary value)

Sets the value of the createdBy property.

Parameters
value Allowed object is UserSummary

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setIsOpen (String value)

Sets the value of the isOpen property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSegment1 (String value)

Sets the value of the segment1 property.

Parameters
value Allowed object is String

public void setSegment10 (String value)

Sets the value of the segment10 property.

Parameters
value Allowed object is String

public void setSegment11 (String value)

Sets the value of the segment11 property.

Parameters
value Allowed object is String

public void setSegment12 (String value)

Sets the value of the segment12 property.

Parameters
value Allowed object is String

public void setSegment13 (String value)

Sets the value of the segment13 property.

Parameters
value Allowed object is String

public void setSegment14 (String value)

Sets the value of the segment14 property.

Parameters
value Allowed object is String

public void setSegment15 (String value)

Sets the value of the segment15 property.

Parameters
value Allowed object is String

public void setSegment16 (String value)

Sets the value of the segment16 property.

Parameters
value Allowed object is String

public void setSegment17 (String value)

Sets the value of the segment17 property.

Parameters
value Allowed object is String

public void setSegment18 (String value)

Sets the value of the segment18 property.

Parameters
value Allowed object is String

public void setSegment19 (String value)

Sets the value of the segment19 property.

Parameters
value Allowed object is String

public void setSegment2 (String value)

Sets the value of the segment2 property.

Parameters
value Allowed object is String

public void setSegment20 (String value)

Sets the value of the segment20 property.

Parameters
value Allowed object is String

public void setSegment3 (String value)

Sets the value of the segment3 property.

Parameters
value Allowed object is String

public void setSegment4 (String value)

Sets the value of the segment4 property.

Parameters
value Allowed object is String

public void setSegment5 (String value)

Sets the value of the segment5 property.

Parameters
value Allowed object is String

public void setSegment6 (String value)

Sets the value of the segment6 property.

Parameters
value Allowed object is String

public void setSegment7 (String value)

Sets the value of the segment7 property.

Parameters
value Allowed object is String

public void setSegment8 (String value)

Sets the value of the segment8 property.

Parameters
value Allowed object is String

public void setSegment9 (String value)

Sets the value of the segment9 property.

Parameters
value Allowed object is String

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedAt (XMLGregorianCalendar value)

Sets the value of the updatedAt property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedBy (UserSummary value)

Sets the value of the updatedBy property.

Parameters
value Allowed object is UserSummary