public class RemType
extends java.lang.Object
Java class for remType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="remType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mailing" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
mailing |
| Constructor and Description |
|---|
RemType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getMailing()
Gets the value of the mailing property.
|
void |
setMailing(java.lang.Object value)
Sets the value of the mailing property.
|
Copyright © 2022. All rights reserved.