Class UpdateUserCardCopy

java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UpdateUserCardCopy

public class UpdateUserCardCopy extends 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>
 
  • Field Details

  • Constructor Details

    • UpdateUserCardCopy

      public UpdateUserCardCopy()
  • Method Details

    • getArg0

      public UserCardCopy getArg0()
      Gets the value of the arg0 property.
      Returns:
      possible object is UserCardCopy
    • setArg0

      public void setArg0(UserCardCopy value)
      Sets the value of the arg0 property.
      Parameters:
      value - allowed object is UserCardCopy