Class Document
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_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.001.001.02" type="{urn:sepade:xsd:pain.001.001.02}pain.001.001.02"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Pain00100102pain00100102
-
Constructor Summary
Constructors Constructor Description Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pain00100102getPain00100102()Gets the value of the pain00100102 property.voidsetPain00100102(Pain00100102 value)Sets the value of the pain00100102 property.
-
-
-
Field Detail
-
pain00100102
protected Pain00100102 pain00100102
-
-
Method Detail
-
getPain00100102
public Pain00100102 getPain00100102()
Gets the value of the pain00100102 property.- Returns:
- possible object is
Pain00100102
-
setPain00100102
public void setPain00100102(Pain00100102 value)
Sets the value of the pain00100102 property.- Parameters:
value- allowed object isPain00100102
-
-