public abstract class A424Base extends Object
Java class for A424Base complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="A424Base"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="supplementalData" type="{}SupplementalData" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SupplementalData |
supplementalData
This field is for private and/or temporary exchanges of data.
|
Constructor and Description |
---|
A424Base() |
Modifier and Type | Method and Description |
---|---|
SupplementalData |
getSupplementalData()
Gets the value of the supplementalData property.
|
void |
setSupplementalData(SupplementalData value)
Sets the value of the supplementalData property.
|
protected SupplementalData supplementalData
public SupplementalData getSupplementalData()
This field is for private and/or temporary exchanges of data.
SupplementalData
public void setSupplementalData(SupplementalData value)
value
- allowed object is
SupplementalData
getSupplementalData()
Copyright © 2017. All rights reserved.