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

public class UserCard extends Id

Java class for userCard complex type.

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

 <complexType name="userCard">
   <complexContent>
     <extension base="{http://common.bitel.ru}id">
       <sequence>
         <element name="basecardId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="basecardTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="contractId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="date1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="date2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="needSync" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="number" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="slavecardsNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="subscrDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="userdeviceId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • basecardId

      protected int basecardId
    • basecardTitle

      protected String basecardTitle
    • comment

      protected String comment
    • contractId

      protected int contractId
    • date1

      protected String date1
    • date2

      protected String date2
    • needSync

      protected boolean needSync
    • number

      protected long number
    • objectId

      protected int objectId
    • slavecardsNumber

      protected int slavecardsNumber
    • subscrDate

      protected Date subscrDate
    • userdeviceId

      protected int userdeviceId
  • Constructor Details

    • UserCard

      public UserCard()
  • Method Details

    • getBasecardId

      public int getBasecardId()
      Gets the value of the basecardId property.
    • setBasecardId

      public void setBasecardId(int value)
      Sets the value of the basecardId property.
    • getBasecardTitle

      public String getBasecardTitle()
      Gets the value of the basecardTitle property.
      Returns:
      possible object is String
    • setBasecardTitle

      public void setBasecardTitle(String value)
      Sets the value of the basecardTitle property.
      Parameters:
      value - allowed object is String
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String
    • getContractId

      public int getContractId()
      Gets the value of the contractId property.
    • setContractId

      public void setContractId(int value)
      Sets the value of the contractId property.
    • getDate1

      public String getDate1()
      Gets the value of the date1 property.
      Returns:
      possible object is String
    • setDate1

      public void setDate1(String value)
      Sets the value of the date1 property.
      Parameters:
      value - allowed object is String
    • getDate2

      public String getDate2()
      Gets the value of the date2 property.
      Returns:
      possible object is String
    • setDate2

      public void setDate2(String value)
      Sets the value of the date2 property.
      Parameters:
      value - allowed object is String
    • isNeedSync

      public boolean isNeedSync()
      Gets the value of the needSync property.
    • setNeedSync

      public void setNeedSync(boolean value)
      Sets the value of the needSync property.
    • getNumber

      public long getNumber()
      Gets the value of the number property.
    • setNumber

      public void setNumber(long value)
      Sets the value of the number property.
    • getObjectId

      public int getObjectId()
      Gets the value of the objectId property.
    • setObjectId

      public void setObjectId(int value)
      Sets the value of the objectId property.
    • getSlavecardsNumber

      public int getSlavecardsNumber()
      Gets the value of the slavecardsNumber property.
    • setSlavecardsNumber

      public void setSlavecardsNumber(int value)
      Sets the value of the slavecardsNumber property.
    • getSubscrDate

      public Date getSubscrDate()
      Gets the value of the subscrDate property.
      Returns:
      possible object is Date
    • setSubscrDate

      public void setSubscrDate(Date value)
      Sets the value of the subscrDate property.
      Parameters:
      value - allowed object is Date
    • getUserdeviceId

      public int getUserdeviceId()
      Gets the value of the userdeviceId property.
    • setUserdeviceId

      public void setUserdeviceId(int value)
      Sets the value of the userdeviceId property.