public class

CredentialType

extends Object
java.lang.Object
   ↳ com.coupa.transaction.CredentialType
Known Direct Subclasses

Class Overview

Java class for CredentialType complex type.

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

 <complexType name="CredentialType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Credential"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Credential credential
Public Constructors
CredentialType()
Public Methods
Credential getCredential()
Gets the value of the credential property.
void setCredential(Credential value)
Sets the value of the credential property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Credential credential

Public Constructors

public CredentialType ()

Public Methods

public Credential getCredential ()

Gets the value of the credential property.

Returns

public void setCredential (Credential value)

Sets the value of the credential property.

Parameters
value Allowed object is Credential