public class

Name

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

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">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String content
protected String lang
Public Constructors
Name()
Public Methods
String getContent()
Gets the value of the content property.
String getLang()
Gets the value of the lang property.
void setContent(String value)
Sets the value of the content property.
void setLang(String value)
Sets the value of the lang property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String content

protected String lang

Public Constructors

public Name ()

Public Methods

public String getContent ()

Gets the value of the content property.

Returns
  • possible object is String

public String getLang ()

Gets the value of the lang property.

Returns
  • possible object is String

public void setContent (String value)

Sets the value of the content property.

Parameters
value Allowed object is String

public void setLang (String value)

Sets the value of the lang property.

Parameters
value Allowed object is String