Class BillingType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BillingType
-
- All Implemented Interfaces:
ParameterInterface
public class BillingType extends Object implements ParameterInterface
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The <code>billing</code> element can be used to affect the values that are written to the server's statistics logs (called "billing logs") for the web service call. </p>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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapplicationNameprotected StringcustomerCodeprotected StringuserName
-
Constructor Summary
Constructors Constructor Description BillingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationName()Gets the value of the applicationName property.StringgetCustomerCode()Gets the value of the customerCode property.StringgetUserName()Gets the value of the userName property.booleanisSetApplicationName()booleanisSetCustomerCode()booleanisSetUserName()voidsetApplicationName(String value)Sets the value of the applicationName property.voidsetCustomerCode(String value)Sets the value of the customerCode property.voidsetUserName(String value)Sets the value of the userName property.
-
-
-
Method Detail
-
getCustomerCode
public String getCustomerCode()
Gets the value of the customerCode property.- Returns:
- possible object is
String
-
setCustomerCode
public void setCustomerCode(String value)
Sets the value of the customerCode property.- Parameters:
value- allowed object isString
-
isSetCustomerCode
public boolean isSetCustomerCode()
-
getUserName
public String getUserName()
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
public void setUserName(String value)
Sets the value of the userName property.- Parameters:
value- allowed object isString
-
isSetUserName
public boolean isSetUserName()
-
getApplicationName
public String getApplicationName()
Gets the value of the applicationName property.- Returns:
- possible object is
String
-
setApplicationName
public void setApplicationName(String value)
Sets the value of the applicationName property.- Parameters:
value- allowed object isString
-
isSetApplicationName
public boolean isSetApplicationName()
-
-