public class

AttachmentLinkSummary

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

Class Overview

Java class for attachment-link-summary complex type.

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

 <complexType name="attachment-link-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="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attachment" type="{}attachment-summary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AttachmentSummary attachment
protected XMLGregorianCalendar createdAt
protected BigInteger id
protected String intent
protected XMLGregorianCalendar updatedAt
Public Constructors
AttachmentLinkSummary()
Public Methods
AttachmentSummary getAttachment()
Gets the value of the attachment property.
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
BigInteger getId()
Gets the value of the id property.
String getIntent()
Gets the value of the intent property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
void setAttachment(AttachmentSummary value)
Sets the value of the attachment property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setId(BigInteger value)
Sets the value of the id property.
void setIntent(String value)
Sets the value of the intent property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AttachmentSummary attachment

protected XMLGregorianCalendar createdAt

protected BigInteger id

protected String intent

protected XMLGregorianCalendar updatedAt

Public Constructors

public AttachmentLinkSummary ()

Public Methods

public AttachmentSummary getAttachment ()

Gets the value of the attachment property.

Returns

public XMLGregorianCalendar getCreatedAt ()

Gets the value of the createdAt property.

Returns
  • possible object is XMLGregorianCalendar

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public String getIntent ()

Gets the value of the intent property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedAt ()

Gets the value of the updatedAt property.

Returns
  • possible object is XMLGregorianCalendar

public void setAttachment (AttachmentSummary value)

Sets the value of the attachment property.

Parameters
value Allowed object is AttachmentSummary

public void setCreatedAt (XMLGregorianCalendar value)

Sets the value of the createdAt 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 setIntent (String value)

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