Class Document
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_01.Document
Java 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.008.001.01" type="{urn:sepade:xsd:pain.008.001.01}pain.008.001.01"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pain00800101 property.voidsetPain00800101(Pain00800101 value) Sets the value of the pain00800101 property.
-
Field Details
-
pain00800101
-
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getPain00800101
Gets the value of the pain00800101 property.- Returns:
- possible object is
Pain00800101
-
setPain00800101
Sets the value of the pain00800101 property.- Parameters:
value- allowed object isPain00800101
-