public class TaxabilityInfo
extends java.lang.Object
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 name="GlAccount" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="CostCenter" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TaxabilityInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCostCenter()
Gets the value of the costCenter property.
|
java.lang.String |
getGlAccount()
Gets the value of the glAccount property.
|
void |
setCostCenter(java.lang.String value)
Sets the value of the costCenter property.
|
void |
setGlAccount(java.lang.String value)
Sets the value of the glAccount property.
|
public java.lang.String getGlAccount()
String
public void setGlAccount(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCostCenter()
String
public void setCostCenter(java.lang.String value)
value
- allowed object is
String