public class

PunchoutSite

extends Resource
java.lang.Object
   ↳ com.coupa.resources.Resource
     ↳ com.coupa.resources.PunchoutSite

Class Overview

Java class for punchout-site complex type.

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

 <complexType name="punchout-site">
   <complexContent>
     <extension base="{}resource">
       <sequence>
         <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="name" 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="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="secret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sender-domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sender-identity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="supplier-id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="created-by" type="{}user-summary" minOccurs="0"/>
         <element name="updated-by" type="{}user-summary" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
protected String domain
protected String identity
protected String name
protected String protocol
protected String secret
protected String senderDomain
protected String senderIdentity
protected BigInteger supplierId
protected XMLGregorianCalendar updatedAt
protected UserSummary updatedBy
protected String url
[Expand]
Inherited Fields
From class com.coupa.resources.Resource
Public Constructors
PunchoutSite()
Public Methods
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
String getDomain()
Gets the value of the domain property.
String getIdentity()
Gets the value of the identity property.
String getName()
Gets the value of the name property.
String getProtocol()
Gets the value of the protocol property.
String getSecret()
Gets the value of the secret property.
String getSenderDomain()
Gets the value of the senderDomain property.
String getSenderIdentity()
Gets the value of the senderIdentity property.
BigInteger getSupplierId()
Gets the value of the supplierId property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
String getUrl()
Gets the value of the url property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setDomain(String value)
Sets the value of the domain property.
void setIdentity(String value)
Sets the value of the identity property.
void setName(String value)
Sets the value of the name property.
void setProtocol(String value)
Sets the value of the protocol property.
void setSecret(String value)
Sets the value of the secret property.
void setSenderDomain(String value)
Sets the value of the senderDomain property.
void setSenderIdentity(String value)
Sets the value of the senderIdentity property.
void setSupplierId(BigInteger value)
Sets the value of the supplierId property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
void setUpdatedBy(UserSummary value)
Sets the value of the updatedBy property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class com.coupa.resources.Resource
From class java.lang.Object
From interface com.coupa.api.Identifiable

Fields

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

protected String domain

protected String identity

protected String name

protected String protocol

protected String secret

protected String senderDomain

protected String senderIdentity

protected BigInteger supplierId

protected XMLGregorianCalendar updatedAt

protected UserSummary updatedBy

protected String url

Public Constructors

public PunchoutSite ()

Public Methods

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

Gets the value of the domain property.

Returns
  • possible object is String

public String getIdentity ()

Gets the value of the identity property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getProtocol ()

Gets the value of the protocol property.

Returns
  • possible object is String

public String getSecret ()

Gets the value of the secret property.

Returns
  • possible object is String

public String getSenderDomain ()

Gets the value of the senderDomain property.

Returns
  • possible object is String

public String getSenderIdentity ()

Gets the value of the senderIdentity property.

Returns
  • possible object is String

public BigInteger getSupplierId ()

Gets the value of the supplierId property.

Returns
  • possible object is BigInteger

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 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 setCreatedBy (UserSummary value)

Sets the value of the createdBy property.

Parameters
value Allowed object is UserSummary

public void setDomain (String value)

Sets the value of the domain property.

Parameters
value Allowed object is String

public void setIdentity (String value)

Sets the value of the identity property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setProtocol (String value)

Sets the value of the protocol property.

Parameters
value Allowed object is String

public void setSecret (String value)

Sets the value of the secret property.

Parameters
value Allowed object is String

public void setSenderDomain (String value)

Sets the value of the senderDomain property.

Parameters
value Allowed object is String

public void setSenderIdentity (String value)

Sets the value of the senderIdentity property.

Parameters
value Allowed object is String

public void setSupplierId (BigInteger value)

Sets the value of the supplierId property.

Parameters
value Allowed object is BigInteger

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

Sets the value of the url property.

Parameters
value Allowed object is String