public class

WarehouseLocationSummary

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

Class Overview

Java class for warehouse-location-summary complex type.

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

 <complexType name="warehouse-location-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="aisle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="bin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="level" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="warehouse" type="{}warehouse-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 aisle
protected String bin
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
protected BigInteger id
protected String level
protected XMLGregorianCalendar updatedAt
protected UserSummary updatedBy
protected WarehouseSummary warehouse
Public Constructors
WarehouseLocationSummary()
Public Methods
String getAisle()
Gets the value of the aisle property.
String getBin()
Gets the value of the bin property.
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
BigInteger getId()
Gets the value of the id property.
String getLevel()
Gets the value of the level property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
WarehouseSummary getWarehouse()
Gets the value of the warehouse property.
void setAisle(String value)
Sets the value of the aisle property.
void setBin(String value)
Sets the value of the bin property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setId(BigInteger value)
Sets the value of the id property.
void setLevel(String value)
Sets the value of the level property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
void setUpdatedBy(UserSummary value)
Sets the value of the updatedBy property.
void setWarehouse(WarehouseSummary value)
Sets the value of the warehouse property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String aisle

protected String bin

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

protected BigInteger id

protected String level

protected XMLGregorianCalendar updatedAt

protected UserSummary updatedBy

protected WarehouseSummary warehouse

Public Constructors

public WarehouseLocationSummary ()

Public Methods

public String getAisle ()

Gets the value of the aisle property.

Returns
  • possible object is String

public String getBin ()

Gets the value of the bin 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 BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public String getLevel ()

Gets the value of the level 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 WarehouseSummary getWarehouse ()

Gets the value of the warehouse property.

Returns

public void setAisle (String value)

Sets the value of the aisle property.

Parameters
value Allowed object is String

public void setBin (String value)

Sets the value of the bin 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 setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setLevel (String value)

Sets the value of the level 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 setWarehouse (WarehouseSummary value)

Sets the value of the warehouse property.

Parameters
value Allowed object is WarehouseSummary