public class PaymentTypeInformationSDD
extends java.lang.Object
Java class for PaymentTypeInformationSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformationSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SvcLvl" type="{urn:swift:xsd:$pain.008.002.01}ServiceLevelSDD"/> <element name="LclInstrm" type="{urn:swift:xsd:$pain.008.002.01}LocalInstrumentSDD"/> <element name="SeqTp" type="{urn:swift:xsd:$pain.008.002.01}SequenceType1Code"/> <element name="CtgyPurp" type="{urn:swift:xsd:$pain.008.002.01}PaymentCategoryPurpose1Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected PaymentCategoryPurpose1Code |
ctgyPurp |
|
protected LocalInstrumentSDD |
lclInstrm |
|
protected SequenceType1Code |
seqTp |
|
protected ServiceLevelSDD |
svcLvl |
Constructor | Description |
---|---|
PaymentTypeInformationSDD() |
Modifier and Type | Method | Description |
---|---|---|
PaymentCategoryPurpose1Code |
getCtgyPurp() |
Gets the value of the ctgyPurp property.
|
LocalInstrumentSDD |
getLclInstrm() |
Gets the value of the lclInstrm property.
|
SequenceType1Code |
getSeqTp() |
Gets the value of the seqTp property.
|
ServiceLevelSDD |
getSvcLvl() |
Gets the value of the svcLvl property.
|
void |
setCtgyPurp(PaymentCategoryPurpose1Code value) |
Sets the value of the ctgyPurp property.
|
void |
setLclInstrm(LocalInstrumentSDD value) |
Sets the value of the lclInstrm property.
|
void |
setSeqTp(SequenceType1Code value) |
Sets the value of the seqTp property.
|
void |
setSvcLvl(ServiceLevelSDD value) |
Sets the value of the svcLvl property.
|
protected ServiceLevelSDD svcLvl
protected LocalInstrumentSDD lclInstrm
protected SequenceType1Code seqTp
protected PaymentCategoryPurpose1Code ctgyPurp
public ServiceLevelSDD getSvcLvl()
ServiceLevelSDD
public void setSvcLvl(ServiceLevelSDD value)
value
- allowed object is
ServiceLevelSDD
public LocalInstrumentSDD getLclInstrm()
LocalInstrumentSDD
public void setLclInstrm(LocalInstrumentSDD value)
value
- allowed object is
LocalInstrumentSDD
public SequenceType1Code getSeqTp()
SequenceType1Code
public void setSeqTp(SequenceType1Code value)
value
- allowed object is
SequenceType1Code
public PaymentCategoryPurpose1Code getCtgyPurp()
PaymentCategoryPurpose1Code
public void setCtgyPurp(PaymentCategoryPurpose1Code value)
value
- allowed object is
PaymentCategoryPurpose1Code
Copyright © 2018. All rights reserved.