public class RestrictedIdentificationSDD
extends java.lang.Object
Java class for RestrictedIdentificationSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RestrictedIdentificationSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:swift:xsd:$pain.008.002.01}RestrictedSMNDACode"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected RestrictedSMNDACode |
id |
Constructor | Description |
---|---|
RestrictedIdentificationSDD() |
Modifier and Type | Method | Description |
---|---|---|
RestrictedSMNDACode |
getId() |
Gets the value of the id property.
|
void |
setId(RestrictedSMNDACode value) |
Sets the value of the id property.
|
protected RestrictedSMNDACode id
public RestrictedSMNDACode getId()
RestrictedSMNDACode
public void setId(RestrictedSMNDACode value)
value
- allowed object is
RestrictedSMNDACode
Copyright © 2018. All rights reserved.