public class

AccountingSegment

extends Object
java.lang.Object
   ↳ com.coupa.transaction.AccountingSegment

Class Overview

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 ref="{}Name"/>
         <element ref="{}Description"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Description description
protected String id
protected Name name
Public Constructors
AccountingSegment()
Public Methods
Description getDescription()
Gets the value of the description property.
String getId()
Gets the value of the id property.
Name getName()
Gets the value of the name property.
void setDescription(Description value)
Sets the value of the description property.
void setId(String value)
Sets the value of the id property.
void setName(Name value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Description description

protected String id

protected Name name

Public Constructors

public AccountingSegment ()

Public Methods

public Description getDescription ()

Gets the value of the description property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Name getName ()

Gets the value of the name property.

Returns
  • possible object is Name

public void setDescription (Description value)

Sets the value of the description property.

Parameters
value Allowed object is Description

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setName (Name value)

Sets the value of the name property.

Parameters
value Allowed object is Name