public class BillingType extends Object implements ParameterInterface
Java class for BillingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="customerCode" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" default="external" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName |
protected String |
customerCode |
protected String |
userName |
| Constructor and Description |
|---|
BillingType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Gets the value of the applicationName property.
|
String |
getCustomerCode()
Gets the value of the customerCode property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isSetApplicationName() |
boolean |
isSetCustomerCode() |
boolean |
isSetUserName() |
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setCustomerCode(String value)
Sets the value of the customerCode property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String customerCode
protected String userName
protected String applicationName
public String getCustomerCode()
Stringpublic void setCustomerCode(String value)
value - allowed object is
Stringpublic boolean isSetCustomerCode()
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isSetUserName()
public String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic boolean isSetApplicationName()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.