public class

Credential

extends Object
java.lang.Object
   ↳ com.coupa.transaction.Credential

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Identity"/>
         <element ref="{}SharedSecret" minOccurs="0"/>
       </sequence>
       <attribute name="domain" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String domain
protected String identity
protected String sharedSecret
Public Constructors
Credential()
Public Methods
String getDomain()
Gets the value of the domain property.
String getIdentity()
Gets the value of the identity property.
String getSharedSecret()
Gets the value of the sharedSecret property.
void setDomain(String value)
Sets the value of the domain property.
void setIdentity(String value)
Sets the value of the identity property.
void setSharedSecret(String value)
Sets the value of the sharedSecret property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String domain

protected String identity

protected String sharedSecret

Public Constructors

public Credential ()

Public Methods

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

Gets the value of the sharedSecret property.

Returns
  • possible object is String

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

Sets the value of the sharedSecret property.

Parameters
value Allowed object is String