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