public class PaymentTypeInformationSDD extends 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 and Description |
|---|---|
protected PaymentCategoryPurpose1Code |
ctgyPurp |
protected LocalInstrumentSDD |
lclInstrm |
protected SequenceType1Code |
seqTp |
protected ServiceLevelSDD |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformationSDD() |
| Modifier and Type | Method and 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()
ServiceLevelSDDpublic void setSvcLvl(ServiceLevelSDD value)
value - allowed object is
ServiceLevelSDDpublic LocalInstrumentSDD getLclInstrm()
LocalInstrumentSDDpublic void setLclInstrm(LocalInstrumentSDD value)
value - allowed object is
LocalInstrumentSDDpublic SequenceType1Code getSeqTp()
SequenceType1Codepublic void setSeqTp(SequenceType1Code value)
value - allowed object is
SequenceType1Codepublic PaymentCategoryPurpose1Code getCtgyPurp()
PaymentCategoryPurpose1Codepublic void setCtgyPurp(PaymentCategoryPurpose1Code value)
value - allowed object is
PaymentCategoryPurpose1CodeCopyright © 2019. All rights reserved.