|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.VATStatus
public class VATStatus
VATStatus will tell if the VAT is recoverable, by whom and for what reason.
Java class for VATStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VATStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="recover-VAT" type="{http://xat2.etai.fr}RecoverVATType" minOccurs="0"/> <element name="reason" type="{http://xat2.etai.fr}ReasonType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
VATStatus()
|
Method Summary | |
---|---|
Reason |
getReason()
Gets the value of the reason property. |
RecoverVAT |
getRecoverVAT()
Gets the value of the recoverVAT property. |
void |
setReason(Reason value)
Sets the value of the reason property. |
void |
setRecoverVAT(RecoverVAT value)
Sets the value of the recoverVAT property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VATStatus()
Method Detail |
---|
public RecoverVAT getRecoverVAT()
RecoverVAT
public void setRecoverVAT(RecoverVAT value)
value
- allowed object is
RecoverVAT
public Reason getReason()
Reason
public void setReason(Reason value)
value
- allowed object is
Reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |