Class Document
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_002_02.Document
-
public class Document extends java.lang.ObjectJava class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pain.002.001.02" type="{urn:swift:xsd:$pain.002.002.02}pain.002.001.02"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Pain00200102pain00200102
-
Constructor Summary
Constructors Constructor Description Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pain00200102getPain00200102()Gets the value of the pain00200102 property.voidsetPain00200102(Pain00200102 value)Sets the value of the pain00200102 property.
-
-
-
Field Detail
-
pain00200102
protected Pain00200102 pain00200102
-
-
Method Detail
-
getPain00200102
public Pain00200102 getPain00200102()
Gets the value of the pain00200102 property.- Returns:
- possible object is
Pain00200102
-
setPain00200102
public void setPain00200102(Pain00200102 value)
Sets the value of the pain00200102 property.- Parameters:
value- allowed object isPain00200102
-
-