Package de.adorsys.psd2.model
Class PeriodicPaymentInitiationMultipartBody
- java.lang.Object
-
- de.adorsys.psd2.model.PeriodicPaymentInitiationMultipartBody
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-11-12T17:35:11.808068+02:00[Europe/Kiev]") public class PeriodicPaymentInitiationMultipartBody extends ObjectThe multipart message definition for the initiation of a periodic payment initiation where the information of the payment is contained in a pain.001 message (Part 1) and the additional informations related to the periodic payment is an additional JSON message (Part 2).
-
-
Constructor Summary
Constructors Constructor Description PeriodicPaymentInitiationMultipartBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Valid PeriodicPaymentInitiationXmlPart2StandingorderTypeJsongetJsonStandingorderType()Get jsonStandingorderTypeObjectgetXmlSct()Get xmlSctinthashCode()PeriodicPaymentInitiationMultipartBodyjsonStandingorderType(PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingorderType)voidsetJsonStandingorderType(PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingorderType)voidsetXmlSct(Object xmlSct)StringtoString()PeriodicPaymentInitiationMultipartBodyxmlSct(Object xmlSct)
-
-
-
Method Detail
-
xmlSct
public PeriodicPaymentInitiationMultipartBody xmlSct(Object xmlSct)
-
getXmlSct
public Object getXmlSct()
Get xmlSct- Returns:
- xmlSct
-
setXmlSct
public void setXmlSct(Object xmlSct)
-
jsonStandingorderType
public PeriodicPaymentInitiationMultipartBody jsonStandingorderType(PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingorderType)
-
getJsonStandingorderType
@Valid public @Valid PeriodicPaymentInitiationXmlPart2StandingorderTypeJson getJsonStandingorderType()
Get jsonStandingorderType- Returns:
- jsonStandingorderType
-
setJsonStandingorderType
public void setJsonStandingorderType(PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingorderType)
-
-