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>
Modifier and Type | Field and Description |
---|---|
protected int |
basecardId |
protected java.lang.String |
basecardTitle |
protected java.lang.String |
comment |
protected int |
contractId |
protected java.lang.String |
date1 |
protected java.lang.String |
date2 |
protected boolean |
needSync |
protected long |
number |
protected int |
objectId |
protected int |
slavecardsNumber |
protected javax.xml.datatype.XMLGregorianCalendar |
subscrDate |
protected int |
userdeviceId |
Constructor and Description |
---|
UserCard() |
Modifier and Type | Method and Description |
---|---|
int |
getBasecardId()
Gets the value of the basecardId property.
|
java.lang.String |
getBasecardTitle()
Gets the value of the basecardTitle property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
int |
getContractId()
Gets the value of the contractId property.
|
java.lang.String |
getDate1()
Gets the value of the date1 property.
|
java.lang.String |
getDate2()
Gets the value of the date2 property.
|
long |
getNumber()
Gets the value of the number property.
|
int |
getObjectId()
Gets the value of the objectId property.
|
int |
getSlavecardsNumber()
Gets the value of the slavecardsNumber property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSubscrDate()
Gets the value of the subscrDate property.
|
int |
getUserdeviceId()
Gets the value of the userdeviceId property.
|
boolean |
isNeedSync()
Gets the value of the needSync property.
|
void |
setBasecardId(int value)
Sets the value of the basecardId property.
|
void |
setBasecardTitle(java.lang.String value)
Sets the value of the basecardTitle property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setContractId(int value)
Sets the value of the contractId property.
|
void |
setDate1(java.lang.String value)
Sets the value of the date1 property.
|
void |
setDate2(java.lang.String value)
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(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the subscrDate property.
|
void |
setUserdeviceId(int value)
Sets the value of the userdeviceId property.
|
protected int basecardId
protected java.lang.String basecardTitle
protected java.lang.String comment
protected int contractId
protected java.lang.String date1
protected java.lang.String date2
protected boolean needSync
protected long number
protected int objectId
protected int slavecardsNumber
protected javax.xml.datatype.XMLGregorianCalendar subscrDate
protected int userdeviceId
public int getBasecardId()
public void setBasecardId(int value)
public java.lang.String getBasecardTitle()
String
public void setBasecardTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public int getContractId()
public void setContractId(int value)
public java.lang.String getDate1()
String
public void setDate1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDate2()
String
public void setDate2(java.lang.String value)
value
- allowed object is
String
public boolean isNeedSync()
public void setNeedSync(boolean value)
public long getNumber()
public void setNumber(long value)
public int getObjectId()
public void setObjectId(int value)
public int getSlavecardsNumber()
public void setSlavecardsNumber(int value)
public javax.xml.datatype.XMLGregorianCalendar getSubscrDate()
XMLGregorianCalendar
public void setSubscrDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public int getUserdeviceId()
public void setUserdeviceId(int value)