public class

WarehouseSummary

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

Class Overview

Java class for warehouse-summary complex type.

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

 <complexType name="warehouse-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="active-flag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" 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="address" type="{}address-summary" minOccurs="0"/>
         <element name="warehouse-type" type="{}warehouse-type-summary" minOccurs="0"/>
         <element name="created-by" type="{}user-summary" minOccurs="0"/>
         <element name="updated-by" type="{}user-summary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String activeFlag
protected AddressSummary address
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
protected String description
protected BigInteger id
protected String name
protected XMLGregorianCalendar updatedAt
protected UserSummary updatedBy
protected WarehouseTypeSummary warehouseType
Public Constructors
WarehouseSummary()
Public Methods
String getActiveFlag()
Gets the value of the activeFlag property.
AddressSummary getAddress()
Gets the value of the address property.
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
String getDescription()
Gets the value of the description property.
BigInteger getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
WarehouseTypeSummary getWarehouseType()
Gets the value of the warehouseType property.
void setActiveFlag(String value)
Sets the value of the activeFlag property.
void setAddress(AddressSummary value)
Sets the value of the address property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setDescription(String value)
Sets the value of the description property.
void setId(BigInteger value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
void setUpdatedBy(UserSummary value)
Sets the value of the updatedBy property.
void setWarehouseType(WarehouseTypeSummary value)
Sets the value of the warehouseType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String activeFlag

protected AddressSummary address

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

protected String description

protected BigInteger id

protected String name

protected XMLGregorianCalendar updatedAt

protected UserSummary updatedBy

protected WarehouseTypeSummary warehouseType

Public Constructors

public WarehouseSummary ()

Public Methods

public String getActiveFlag ()

Gets the value of the activeFlag property.

Returns
  • possible object is String

public AddressSummary getAddress ()

Gets the value of the address 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 String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public String getName ()

Gets the value of the name 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 WarehouseTypeSummary getWarehouseType ()

Gets the value of the warehouseType property.

Returns

public void setActiveFlag (String value)

Sets the value of the activeFlag property.

Parameters
value Allowed object is String

public void setAddress (AddressSummary value)

Sets the value of the address property.

Parameters
value Allowed object is AddressSummary

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

Sets the value of the description property.

Parameters
value Allowed object is String

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setName (String value)

Sets the value of the name 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

public void setWarehouseType (WarehouseTypeSummary value)

Sets the value of the warehouseType property.

Parameters
value Allowed object is WarehouseTypeSummary