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 | supplementalDataThis 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.
SupplementalDatapublic void setSupplementalData(SupplementalData value)
value - allowed object is
     SupplementalDatagetSupplementalData()Copyright © 2017. All rights reserved.