public class Card
extends java.lang.Object
Java class for card complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="card"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contractDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="contractId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="dealerId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="number" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="passDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
contractDate |
protected int |
contractId |
protected int |
dealerId |
protected long |
number |
protected javax.xml.datatype.XMLGregorianCalendar |
passDate |
protected java.lang.String |
password |
Constructor and Description |
---|
Card() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getContractDate()
Gets the value of the contractDate property.
|
int |
getContractId()
Gets the value of the contractId property.
|
int |
getDealerId()
Gets the value of the dealerId property.
|
long |
getNumber()
Gets the value of the number property.
|
javax.xml.datatype.XMLGregorianCalendar |
getPassDate()
Gets the value of the passDate property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
void |
setContractDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the contractDate property.
|
void |
setContractId(int value)
Sets the value of the contractId property.
|
void |
setDealerId(int value)
Sets the value of the dealerId property.
|
void |
setNumber(long value)
Sets the value of the number property.
|
void |
setPassDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the passDate property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
protected javax.xml.datatype.XMLGregorianCalendar contractDate
protected int contractId
protected int dealerId
protected long number
protected javax.xml.datatype.XMLGregorianCalendar passDate
protected java.lang.String password
public javax.xml.datatype.XMLGregorianCalendar getContractDate()
XMLGregorianCalendar
public void setContractDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public int getContractId()
public void setContractId(int value)
public int getDealerId()
public void setDealerId(int value)
public long getNumber()
public void setNumber(long value)
public javax.xml.datatype.XMLGregorianCalendar getPassDate()
XMLGregorianCalendar
public void setPassDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String