public class UpdateUserCardCopy
extends java.lang.Object
Java class for updateUserCardCopy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateUserCardCopy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arg0" type="{http://common.cerbercrypt.modules.bgbilling.bitel.ru/}userCardCopy" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected UserCardCopy |
arg0 |
Constructor and Description |
---|
UpdateUserCardCopy() |
Modifier and Type | Method and Description |
---|---|
UserCardCopy |
getArg0()
Gets the value of the arg0 property.
|
void |
setArg0(UserCardCopy value)
Sets the value of the arg0 property.
|
protected UserCardCopy arg0
public UserCardCopy getArg0()
UserCardCopy
public void setArg0(UserCardCopy value)
value
- allowed object is
UserCardCopy