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

public class UserCardCopy extends Id

Java class for userCardCopy complex type.

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

 <complexType name="userCardCopy">
   <complexContent>
     <extension base="{http://common.bitel.ru}id">
       <sequence>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="date1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="date2" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="parentCard" type="{http://common.cerbercrypt.modules.bgbilling.bitel.ru/}userCard" minOccurs="0"/>
         <element name="parentCardId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • comment

      protected String comment
    • date1

      protected Date date1
    • date2

      protected Date date2
    • parentCard

      protected UserCard parentCard
    • parentCardId

      protected int parentCardId
  • Constructor Details

    • UserCardCopy

      public UserCardCopy()
  • Method Details

    • 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
    • getDate1

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

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

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

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

      public UserCard getParentCard()
      Gets the value of the parentCard property.
      Returns:
      possible object is UserCard
    • setParentCard

      public void setParentCard(UserCard value)
      Sets the value of the parentCard property.
      Parameters:
      value - allowed object is UserCard
    • getParentCardId

      public int getParentCardId()
      Gets the value of the parentCardId property.
    • setParentCardId

      public void setParentCardId(int value)
      Sets the value of the parentCardId property.