fr.etai.xat2v2.obj
Class RecoverVAT

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

public class RecoverVAT
extends Object
implements Serializable

RecoverVAT indicates who recover the VAT, and the type of recovery.

Java class for RecoverVATType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RecoverVATType">
   <complexContent>
     <extension base="{http://xat2.etai.fr}ClassificationListType">
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="person-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RecoverVAT()
           
 
Method Summary
 void addClassification(Classification cl)
           
 void beforeMarshal(Marshaller m)
           
 List<Classification> getClassification()
           
 Person getPersonInternalId()
          Gets the value of the personInternalId property.
 String getSource()
          Gets the value of the source property.
 void setClassification(List<Classification> classification)
           
 void setPersonInternalId(Person value)
          Sets the value of the personInternalId property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoverVAT

public RecoverVAT()
Method Detail

getPersonInternalId

public Person getPersonInternalId()
Gets the value of the personInternalId property.

Returns:
possible object is Object

setPersonInternalId

public void setPersonInternalId(Person value)
Sets the value of the personInternalId property.

Parameters:
value - allowed object is Object

getClassification

public List<Classification> getClassification()

setClassification

public void setClassification(List<Classification> classification)

addClassification

public void addClassification(Classification cl)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

beforeMarshal

public void beforeMarshal(Marshaller m)


Copyright © 2012. All Rights Reserved.