public class TDbOwnerInfo extends Object
Java class for tDbOwnerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDbOwnerInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbID" type="{http://isds.czechpoint.cz/v20}tIdDb"/>
<element name="dbType" type="{http://isds.czechpoint.cz/v20}tDbType"/>
<element name="ic" type="{http://isds.czechpoint.cz/v20}tIdentificationNumber"/>
<group ref="{http://isds.czechpoint.cz/v20}gPersonName"/>
<element name="firmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<group ref="{http://isds.czechpoint.cz/v20}gBirthInfo"/>
<group ref="{http://isds.czechpoint.cz/v20}gAddress"/>
<element name="nationality" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="telNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="identifier">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="registryCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="5"/>
</restriction>
</simpleType>
</element>
<element name="dbState" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="dbEffectiveOVM" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="dbOpenAddressing" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</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 String |
biCity |
protected String |
biCounty |
protected XMLGregorianCalendar |
biDate |
protected String |
biState |
protected Boolean |
dbEffectiveOVM |
protected String |
dbID |
protected Boolean |
dbOpenAddressing |
protected BigInteger |
dbState |
protected TDbType |
dbType |
protected JAXBElement<String> |
email |
protected String |
firmName |
protected String |
ic |
protected String |
identifier |
protected String |
nationality |
protected String |
pnFirstName |
protected String |
pnLastName |
protected String |
pnLastNameAtBirth |
protected String |
pnMiddleName |
protected String |
registryCode |
protected JAXBElement<String> |
telNumber |
| Constructor and Description |
|---|
TDbOwnerInfo() |
| 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.
|
String |
getBiCity()
Gets the value of the biCity property.
|
String |
getBiCounty()
Gets the value of the biCounty property.
|
XMLGregorianCalendar |
getBiDate()
Gets the value of the biDate property.
|
String |
getBiState()
Gets the value of the biState property.
|
String |
getDbID()
Gets the value of the dbID property.
|
BigInteger |
getDbState()
Gets the value of the dbState property.
|
TDbType |
getDbType()
Gets the value of the dbType property.
|
JAXBElement<String> |
getEmail()
Gets the value of the email property.
|
String |
getFirmName()
Gets the value of the firmName property.
|
String |
getIc()
Gets the value of the ic property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getNationality()
Gets the value of the nationality 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 |
getRegistryCode()
Gets the value of the registryCode property.
|
JAXBElement<String> |
getTelNumber()
Gets the value of the telNumber property.
|
Boolean |
isDbEffectiveOVM()
Gets the value of the dbEffectiveOVM property.
|
Boolean |
isDbOpenAddressing()
Gets the value of the dbOpenAddressing 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 |
setBiCity(String value)
Sets the value of the biCity property.
|
void |
setBiCounty(String value)
Sets the value of the biCounty property.
|
void |
setBiDate(XMLGregorianCalendar value)
Sets the value of the biDate property.
|
void |
setBiState(String value)
Sets the value of the biState property.
|
void |
setDbEffectiveOVM(Boolean value)
Sets the value of the dbEffectiveOVM property.
|
void |
setDbID(String value)
Sets the value of the dbID property.
|
void |
setDbOpenAddressing(Boolean value)
Sets the value of the dbOpenAddressing property.
|
void |
setDbState(BigInteger value)
Sets the value of the dbState property.
|
void |
setDbType(TDbType value)
Sets the value of the dbType property.
|
void |
setEmail(JAXBElement<String> value)
Sets the value of the email property.
|
void |
setFirmName(String value)
Sets the value of the firmName property.
|
void |
setIc(String value)
Sets the value of the ic property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setNationality(String value)
Sets the value of the nationality 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 |
setRegistryCode(String value)
Sets the value of the registryCode property.
|
void |
setTelNumber(JAXBElement<String> value)
Sets the value of the telNumber property.
|
protected String dbID
protected TDbType dbType
protected String ic
protected String pnFirstName
protected String pnMiddleName
protected String pnLastName
protected String pnLastNameAtBirth
protected String firmName
protected XMLGregorianCalendar biDate
protected String biCity
protected String biCounty
protected String biState
protected String adCity
protected String adStreet
protected String adNumberInStreet
protected String adNumberInMunicipality
protected String adZipCode
protected String adState
protected String nationality
protected JAXBElement<String> email
protected JAXBElement<String> telNumber
protected String identifier
protected String registryCode
protected BigInteger dbState
protected Boolean dbEffectiveOVM
protected Boolean dbOpenAddressing
public String getDbID()
Stringpublic void setDbID(String value)
value - allowed object is
Stringpublic TDbType getDbType()
TDbTypepublic void setDbType(TDbType value)
value - allowed object is
TDbTypepublic void setIc(String value)
value - allowed object is
Stringpublic 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 getFirmName()
Stringpublic void setFirmName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getBiDate()
XMLGregorianCalendarpublic void setBiDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getBiCity()
Stringpublic void setBiCity(String value)
value - allowed object is
Stringpublic String getBiCounty()
Stringpublic void setBiCounty(String value)
value - allowed object is
Stringpublic String getBiState()
Stringpublic void setBiState(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 String getNationality()
Stringpublic void setNationality(String value)
value - allowed object is
Stringpublic JAXBElement<String> getEmail()
JAXBElement<String>public void setEmail(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public JAXBElement<String> getTelNumber()
JAXBElement<String>public void setTelNumber(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getRegistryCode()
Stringpublic void setRegistryCode(String value)
value - allowed object is
Stringpublic BigInteger getDbState()
BigIntegerpublic void setDbState(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isDbEffectiveOVM()
Booleanpublic void setDbEffectiveOVM(Boolean value)
value - allowed object is
Booleanpublic Boolean isDbOpenAddressing()
BooleanCopyright © 2016. All rights reserved.