public class TDbUserInfo extends Object
Java class for tDbUserInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDbUserInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://isds.czechpoint.cz/v20}gPersonName"/>
<group ref="{http://isds.czechpoint.cz/v20}gAddress"/>
<element name="biDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="userID" type="{http://isds.czechpoint.cz/v20}tUserID"/>
<element name="userType" type="{http://isds.czechpoint.cz/v20}tUserType"/>
<element name="userPrivils" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ic">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="8"/>
</restriction>
</simpleType>
</element>
<element name="firmName">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="caStreet" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caCity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caZipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adCity |
protected String |
adNumberInMunicipality |
protected String |
adNumberInStreet |
protected String |
adState |
protected String |
adStreet |
protected String |
adZipCode |
protected XMLGregorianCalendar |
biDate |
protected String |
caCity |
protected JAXBElement<String> |
caState |
protected String |
caStreet |
protected String |
caZipCode |
protected String |
firmName |
protected String |
ic |
protected String |
pnFirstName |
protected String |
pnLastName |
protected String |
pnLastNameAtBirth |
protected String |
pnMiddleName |
protected String |
userID |
protected Long |
userPrivils |
protected TUserType |
userType |
| Constructor and Description |
|---|
TDbUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdCity()
Gets the value of the adCity property.
|
String |
getAdNumberInMunicipality()
Gets the value of the adNumberInMunicipality property.
|
String |
getAdNumberInStreet()
Gets the value of the adNumberInStreet property.
|
String |
getAdState()
Gets the value of the adState property.
|
String |
getAdStreet()
Gets the value of the adStreet property.
|
String |
getAdZipCode()
Gets the value of the adZipCode property.
|
XMLGregorianCalendar |
getBiDate()
Gets the value of the biDate property.
|
String |
getCaCity()
Gets the value of the caCity property.
|
JAXBElement<String> |
getCaState()
Gets the value of the caState property.
|
String |
getCaStreet()
Gets the value of the caStreet property.
|
String |
getCaZipCode()
Gets the value of the caZipCode property.
|
String |
getFirmName()
Gets the value of the firmName property.
|
String |
getIc()
Gets the value of the ic property.
|
String |
getPnFirstName()
Gets the value of the pnFirstName property.
|
String |
getPnLastName()
Gets the value of the pnLastName property.
|
String |
getPnLastNameAtBirth()
Gets the value of the pnLastNameAtBirth property.
|
String |
getPnMiddleName()
Gets the value of the pnMiddleName property.
|
String |
getUserID()
Gets the value of the userID property.
|
Long |
getUserPrivils()
Gets the value of the userPrivils property.
|
TUserType |
getUserType()
Gets the value of the userType property.
|
void |
setAdCity(String value)
Sets the value of the adCity property.
|
void |
setAdNumberInMunicipality(String value)
Sets the value of the adNumberInMunicipality property.
|
void |
setAdNumberInStreet(String value)
Sets the value of the adNumberInStreet property.
|
void |
setAdState(String value)
Sets the value of the adState property.
|
void |
setAdStreet(String value)
Sets the value of the adStreet property.
|
void |
setAdZipCode(String value)
Sets the value of the adZipCode property.
|
void |
setBiDate(XMLGregorianCalendar value)
Sets the value of the biDate property.
|
void |
setCaCity(String value)
Sets the value of the caCity property.
|
void |
setCaState(JAXBElement<String> value)
Sets the value of the caState property.
|
void |
setCaStreet(String value)
Sets the value of the caStreet property.
|
void |
setCaZipCode(String value)
Sets the value of the caZipCode property.
|
void |
setFirmName(String value)
Sets the value of the firmName property.
|
void |
setIc(String value)
Sets the value of the ic property.
|
void |
setPnFirstName(String value)
Sets the value of the pnFirstName property.
|
void |
setPnLastName(String value)
Sets the value of the pnLastName property.
|
void |
setPnLastNameAtBirth(String value)
Sets the value of the pnLastNameAtBirth property.
|
void |
setPnMiddleName(String value)
Sets the value of the pnMiddleName property.
|
void |
setUserID(String value)
Sets the value of the userID property.
|
void |
setUserPrivils(Long value)
Sets the value of the userPrivils property.
|
void |
setUserType(TUserType value)
Sets the value of the userType property.
|
protected String pnFirstName
protected String pnMiddleName
protected String pnLastName
protected String pnLastNameAtBirth
protected String adCity
protected String adStreet
protected String adNumberInStreet
protected String adNumberInMunicipality
protected String adZipCode
protected String adState
protected XMLGregorianCalendar biDate
protected String userID
protected TUserType userType
protected Long userPrivils
protected String ic
protected String firmName
protected String caStreet
protected String caCity
protected String caZipCode
protected JAXBElement<String> caState
public String getPnFirstName()
Stringpublic void setPnFirstName(String value)
value - allowed object is
Stringpublic String getPnMiddleName()
Stringpublic void setPnMiddleName(String value)
value - allowed object is
Stringpublic String getPnLastName()
Stringpublic void setPnLastName(String value)
value - allowed object is
Stringpublic String getPnLastNameAtBirth()
Stringpublic void setPnLastNameAtBirth(String value)
value - allowed object is
Stringpublic String getAdCity()
Stringpublic void setAdCity(String value)
value - allowed object is
Stringpublic String getAdStreet()
Stringpublic void setAdStreet(String value)
value - allowed object is
Stringpublic String getAdNumberInStreet()
Stringpublic void setAdNumberInStreet(String value)
value - allowed object is
Stringpublic String getAdNumberInMunicipality()
Stringpublic void setAdNumberInMunicipality(String value)
value - allowed object is
Stringpublic String getAdZipCode()
Stringpublic void setAdZipCode(String value)
value - allowed object is
Stringpublic String getAdState()
Stringpublic void setAdState(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getBiDate()
XMLGregorianCalendarpublic void setBiDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getUserID()
Stringpublic void setUserID(String value)
value - allowed object is
Stringpublic TUserType getUserType()
TUserTypepublic void setUserType(TUserType value)
value - allowed object is
TUserTypepublic Long getUserPrivils()
Longpublic void setUserPrivils(Long value)
value - allowed object is
Longpublic void setIc(String value)
value - allowed object is
Stringpublic String getFirmName()
Stringpublic void setFirmName(String value)
value - allowed object is
Stringpublic String getCaStreet()
Stringpublic void setCaStreet(String value)
value - allowed object is
Stringpublic String getCaCity()
Stringpublic void setCaCity(String value)
value - allowed object is
Stringpublic String getCaZipCode()
Stringpublic void setCaZipCode(String value)
value - allowed object is
Stringpublic JAXBElement<String> getCaState()
JAXBElement<String>public void setCaState(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>Copyright © 2017. All rights reserved.