Class UpdateUserCardCopy
java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UpdateUserCardCopy
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArg0()
Gets the value of the arg0 property.void
setArg0
(UserCardCopy value) Sets the value of the arg0 property.
-
Field Details
-
arg0
-
-
Constructor Details
-
UpdateUserCardCopy
public UpdateUserCardCopy()
-
-
Method Details
-
getArg0
Gets the value of the arg0 property.- Returns:
- possible object is
UserCardCopy
-
setArg0
Sets the value of the arg0 property.- Parameters:
value
- allowed object isUserCardCopy
-