public class VATDetailsType
extends java.lang.Object
Java class for VATDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VATDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BusinessSeller" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="RestrictedToBusiness" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="VATPercent" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
businessSeller |
protected java.lang.Boolean |
restrictedToBusiness |
protected java.lang.Float |
vatPercent |
Constructor and Description |
---|
VATDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getVATPercent()
Gets the value of the vatPercent property.
|
java.lang.Boolean |
isBusinessSeller()
Gets the value of the businessSeller property.
|
java.lang.Boolean |
isRestrictedToBusiness()
Gets the value of the restrictedToBusiness property.
|
void |
setBusinessSeller(java.lang.Boolean value)
Sets the value of the businessSeller property.
|
void |
setRestrictedToBusiness(java.lang.Boolean value)
Sets the value of the restrictedToBusiness property.
|
void |
setVATPercent(java.lang.Float value)
Sets the value of the vatPercent property.
|
protected java.lang.Boolean businessSeller
protected java.lang.Boolean restrictedToBusiness
protected java.lang.Float vatPercent
public java.lang.Boolean isBusinessSeller()
Boolean
public void setBusinessSeller(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.lang.Boolean isRestrictedToBusiness()
Boolean
public void setRestrictedToBusiness(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.lang.Float getVATPercent()
Float
public void setVATPercent(java.lang.Float value)
value
- the value
allowed object is
Float
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.