public class SaleToIssuerData extends Object
Java class for SaleToIssuerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleToIssuerData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StatementReference" type="{}StatementReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
statementReference
The Statement reference.
|
| Constructor and Description |
|---|
SaleToIssuerData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatementReference()
Gets the value of the statementReference property.
|
void |
setStatementReference(String value)
Sets the value of the statementReference property.
|
Copyright © 2022. All rights reserved.