public class

Account

extends Resource
java.lang.Object
   ↳ com.coupa.resources.Resource
     ↳ com.coupa.resources.Account

Class Overview

Java class for account complex type.

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

 <complexType name="account">
   <complexContent>
     <extension base="{}resource">
       <sequence>
         <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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="active" type="{http://www.w3.org/2001/XMLSchema}string" 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="account-type" type="{}account-type-summary" minOccurs="0"/>
         <element name="created-by" type="{}user-summary" minOccurs="0"/>
         <element name="updated-by" type="{}user-summary" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AccountTypeSummary accountType
protected String active
protected String code
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
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 updatedAt
protected UserSummary updatedBy
[Expand]
Inherited Fields
From class com.coupa.resources.Resource
Public Constructors
Account()
Public Methods
AccountTypeSummary getAccountType()
Gets the value of the accountType property.
String getActive()
Gets the value of the active property.
String getCode()
Gets the value of the code property.
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy 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 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 setActive(String value)
Sets the value of the active property.
void setCode(String value)
Sets the value of the code property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy 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 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 com.coupa.resources.Resource
From class java.lang.Object
From interface com.coupa.api.Identifiable

Fields

protected AccountTypeSummary accountType

protected String active

protected String code

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

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 updatedAt

protected UserSummary updatedBy

Public Constructors

public Account ()

Public Methods

public AccountTypeSummary getAccountType ()

Gets the value of the accountType property.

Returns

public String getActive ()

Gets the value of the active property.

Returns
  • possible object is String

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

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 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 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 setActive (String value)

Sets the value of the active property.

Parameters
value Allowed object is String

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

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 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 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