public class PaymentTypeInformation8 extends Object
Java class for PaymentTypeInformation8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTypeInformation8">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SvcLvl" type="{urn:sepade:xsd:pain.008.001.01}ServiceLevel4"/>
<element name="SeqTp" type="{urn:sepade:xsd:pain.008.001.01}SequenceType1Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SequenceType1Code |
seqTp |
protected ServiceLevel4 |
svcLvl |
| Constructor and Description |
|---|
PaymentTypeInformation8() |
| Modifier and Type | Method and Description |
|---|---|
SequenceType1Code |
getSeqTp()
Gets the value of the seqTp property.
|
ServiceLevel4 |
getSvcLvl()
Gets the value of the svcLvl property.
|
void |
setSeqTp(SequenceType1Code value)
Sets the value of the seqTp property.
|
void |
setSvcLvl(ServiceLevel4 value)
Sets the value of the svcLvl property.
|
protected ServiceLevel4 svcLvl
protected SequenceType1Code seqTp
public ServiceLevel4 getSvcLvl()
ServiceLevel4public void setSvcLvl(ServiceLevel4 value)
value - allowed object is
ServiceLevel4public SequenceType1Code getSeqTp()
SequenceType1Codepublic void setSeqTp(SequenceType1Code value)
value - allowed object is
SequenceType1CodeCopyright © 2019. All rights reserved.