public class

AttachmentSummary

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

Class Overview

Java class for attachment-summary complex type.

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

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

Summary

Fields
protected XMLGregorianCalendar createdAt
protected BigInteger id
protected String text
protected String type
protected XMLGregorianCalendar updatedAt
protected String url
Public Constructors
AttachmentSummary()
Public Methods
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
BigInteger getId()
Gets the value of the id property.
String getText()
Gets the value of the text property.
String getType()
Gets the value of the type property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
String getUrl()
Gets the value of the url property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setId(BigInteger value)
Sets the value of the id property.
void setText(String value)
Sets the value of the text property.
void setType(String value)
Sets the value of the type property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar createdAt

protected BigInteger id

protected String text

protected String type

protected XMLGregorianCalendar updatedAt

protected String url

Public Constructors

public AttachmentSummary ()

Public Methods

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 getText ()

Gets the value of the text property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedAt ()

Gets the value of the updatedAt property.

Returns
  • possible object is XMLGregorianCalendar

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

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

Sets the value of the text property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type 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 setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String