Class UserCard
java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.Id
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UserCard
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the basecardId property.Gets the value of the basecardTitle property.Gets the value of the comment property.int
Gets the value of the contractId property.getDate1()
Gets the value of the date1 property.getDate2()
Gets the value of the date2 property.long
Gets the value of the number property.int
Gets the value of the objectId property.int
Gets the value of the slavecardsNumber property.Gets the value of the subscrDate property.int
Gets the value of the userdeviceId property.boolean
Gets the value of the needSync property.void
setBasecardId
(int value) Sets the value of the basecardId property.void
setBasecardTitle
(String value) Sets the value of the basecardTitle property.void
setComment
(String value) Sets the value of the comment property.void
setContractId
(int value) Sets the value of the contractId property.void
Sets the value of the date1 property.void
Sets the value of the date2 property.void
setNeedSync
(boolean value) Sets the value of the needSync property.void
setNumber
(long value) Sets the value of the number property.void
setObjectId
(int value) Sets the value of the objectId property.void
setSlavecardsNumber
(int value) Sets the value of the slavecardsNumber property.void
setSubscrDate
(Date value) Sets the value of the subscrDate property.void
setUserdeviceId
(int value) Sets the value of the userdeviceId property.
-
Field Details
-
basecardId
protected int basecardId -
basecardTitle
-
comment
-
contractId
protected int contractId -
date1
-
date2
-
needSync
protected boolean needSync -
number
protected long number -
objectId
protected int objectId -
slavecardsNumber
protected int slavecardsNumber -
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
Gets the value of the basecardTitle property.- Returns:
- possible object is
String
-
setBasecardTitle
Sets the value of the basecardTitle property.- Parameters:
value
- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the date1 property.- Returns:
- possible object is
String
-
setDate1
Sets the value of the date1 property.- Parameters:
value
- allowed object isString
-
getDate2
Gets the value of the date2 property.- Returns:
- possible object is
String
-
setDate2
Sets the value of the date2 property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the subscrDate property.- Returns:
- possible object is
Date
-
setSubscrDate
Sets the value of the subscrDate property.- Parameters:
value
- allowed object isDate
-
getUserdeviceId
public int getUserdeviceId()Gets the value of the userdeviceId property. -
setUserdeviceId
public void setUserdeviceId(int value) Sets the value of the userdeviceId property.
-