Class GetUserCardCopyListByDate

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

public class GetUserCardCopyListByDate extends Object

Java class for getUserCardCopyListByDate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getUserCardCopyListByDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • arg0

      protected int arg0
    • arg1

      protected Date arg1
  • Constructor Details

    • GetUserCardCopyListByDate

      public GetUserCardCopyListByDate()
  • Method Details

    • getArg0

      public int getArg0()
      Gets the value of the arg0 property.
    • setArg0

      public void setArg0(int value)
      Sets the value of the arg0 property.
    • getArg1

      public Date getArg1()
      Gets the value of the arg1 property.
      Returns:
      possible object is Date
    • setArg1

      public void setArg1(Date value)
      Sets the value of the arg1 property.
      Parameters:
      value - allowed object is Date