|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.RecoverVAT
public class RecoverVAT
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>
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 |
---|
public RecoverVAT()
Method Detail |
---|
public Person getPersonInternalId()
Object
public void setPersonInternalId(Person value)
value
- allowed object is
Object
public List<Classification> getClassification()
public void setClassification(List<Classification> classification)
public void addClassification(Classification cl)
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public void beforeMarshal(Marshaller m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |