fr.etai.xat2v2.obj
Class VATStatus

java.lang.Object
  extended by fr.etai.xat2v2.obj.VATStatus
All Implemented Interfaces:
Serializable

public class VATStatus
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

VATStatus

public VATStatus()
Method Detail

getRecoverVAT

public RecoverVAT getRecoverVAT()
Gets the value of the recoverVAT property.

Returns:
possible object is RecoverVAT

setRecoverVAT

public void setRecoverVAT(RecoverVAT value)
Sets the value of the recoverVAT property.

Parameters:
value - allowed object is RecoverVAT

getReason

public Reason getReason()
Gets the value of the reason property.

Returns:
possible object is Reason

setReason

public void setReason(Reason value)
Sets the value of the reason property.

Parameters:
value - allowed object is Reason


Copyright © 2012. All Rights Reserved.