
cz.abclinuxu.datoveschranky.ws.db.TDbUserInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isds-web-services Show documentation
Show all versions of isds-web-services Show documentation
Entity classes generated from WSDL.
The newest version!
package cz.abclinuxu.datoveschranky.ws.db;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* typ pro veškeré informace o uživateli schránky a
*
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "tDbUserInfo", propOrder = {
"pnFirstName",
"pnMiddleName",
"pnLastName",
"pnLastNameAtBirth",
"adCity",
"adStreet",
"adNumberInStreet",
"adNumberInMunicipality",
"adZipCode",
"adState",
"biDate",
"userID",
"userType",
"userPrivils",
"ic",
"firmName",
"caStreet",
"caCity",
"caZipCode",
"caState"
})
public class TDbUserInfo {
@XmlElement(required = true, nillable = true)
protected String pnFirstName;
@XmlElement(required = true, nillable = true)
protected String pnMiddleName;
@XmlElement(required = true, nillable = true)
protected String pnLastName;
@XmlElement(required = true, nillable = true)
protected String pnLastNameAtBirth;
@XmlElement(required = true, nillable = true)
protected String adCity;
@XmlElement(required = true, nillable = true)
protected String adStreet;
@XmlElement(required = true, nillable = true)
protected String adNumberInStreet;
@XmlElement(required = true, nillable = true)
protected String adNumberInMunicipality;
@XmlElement(required = true, nillable = true)
protected String adZipCode;
@XmlElement(required = true, nillable = true)
protected String adState;
@XmlElement(required = true, nillable = true)
@XmlSchemaType(name = "date")
protected XMLGregorianCalendar biDate;
@XmlElement(required = true, nillable = true)
protected String userID;
@XmlElement(required = true, nillable = true)
protected TUserType userType;
@XmlElement(required = true, type = Long.class, nillable = true)
protected Long userPrivils;
@XmlElement(required = true, nillable = true)
protected String ic;
@XmlElement(required = true, nillable = true)
protected String firmName;
@XmlElement(required = true, nillable = true)
protected String caStreet;
@XmlElement(required = true, nillable = true)
protected String caCity;
@XmlElement(required = true, nillable = true)
protected String caZipCode;
@XmlElementRef(name = "caState", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false)
protected JAXBElement caState;
/**
* Gets the value of the pnFirstName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPnFirstName() {
return pnFirstName;
}
/**
* Sets the value of the pnFirstName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPnFirstName(String value) {
this.pnFirstName = value;
}
/**
* Gets the value of the pnMiddleName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPnMiddleName() {
return pnMiddleName;
}
/**
* Sets the value of the pnMiddleName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPnMiddleName(String value) {
this.pnMiddleName = value;
}
/**
* Gets the value of the pnLastName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPnLastName() {
return pnLastName;
}
/**
* Sets the value of the pnLastName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPnLastName(String value) {
this.pnLastName = value;
}
/**
* Gets the value of the pnLastNameAtBirth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPnLastNameAtBirth() {
return pnLastNameAtBirth;
}
/**
* Sets the value of the pnLastNameAtBirth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPnLastNameAtBirth(String value) {
this.pnLastNameAtBirth = value;
}
/**
* Gets the value of the adCity property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdCity() {
return adCity;
}
/**
* Sets the value of the adCity property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdCity(String value) {
this.adCity = value;
}
/**
* Gets the value of the adStreet property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdStreet() {
return adStreet;
}
/**
* Sets the value of the adStreet property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdStreet(String value) {
this.adStreet = value;
}
/**
* Gets the value of the adNumberInStreet property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdNumberInStreet() {
return adNumberInStreet;
}
/**
* Sets the value of the adNumberInStreet property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdNumberInStreet(String value) {
this.adNumberInStreet = value;
}
/**
* Gets the value of the adNumberInMunicipality property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdNumberInMunicipality() {
return adNumberInMunicipality;
}
/**
* Sets the value of the adNumberInMunicipality property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdNumberInMunicipality(String value) {
this.adNumberInMunicipality = value;
}
/**
* Gets the value of the adZipCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdZipCode() {
return adZipCode;
}
/**
* Sets the value of the adZipCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdZipCode(String value) {
this.adZipCode = value;
}
/**
* Gets the value of the adState property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdState() {
return adState;
}
/**
* Sets the value of the adState property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdState(String value) {
this.adState = value;
}
/**
* Gets the value of the biDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getBiDate() {
return biDate;
}
/**
* Sets the value of the biDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setBiDate(XMLGregorianCalendar value) {
this.biDate = value;
}
/**
* Gets the value of the userID property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUserID() {
return userID;
}
/**
* Sets the value of the userID property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUserID(String value) {
this.userID = value;
}
/**
* Gets the value of the userType property.
*
* @return
* possible object is
* {@link TUserType }
*
*/
public TUserType getUserType() {
return userType;
}
/**
* Sets the value of the userType property.
*
* @param value
* allowed object is
* {@link TUserType }
*
*/
public void setUserType(TUserType value) {
this.userType = value;
}
/**
* Gets the value of the userPrivils property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getUserPrivils() {
return userPrivils;
}
/**
* Sets the value of the userPrivils property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setUserPrivils(Long value) {
this.userPrivils = value;
}
/**
* Gets the value of the ic property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIc() {
return ic;
}
/**
* Sets the value of the ic property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIc(String value) {
this.ic = value;
}
/**
* Gets the value of the firmName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFirmName() {
return firmName;
}
/**
* Sets the value of the firmName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFirmName(String value) {
this.firmName = value;
}
/**
* Gets the value of the caStreet property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCaStreet() {
return caStreet;
}
/**
* Sets the value of the caStreet property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCaStreet(String value) {
this.caStreet = value;
}
/**
* Gets the value of the caCity property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCaCity() {
return caCity;
}
/**
* Sets the value of the caCity property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCaCity(String value) {
this.caCity = value;
}
/**
* Gets the value of the caZipCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCaZipCode() {
return caZipCode;
}
/**
* Sets the value of the caZipCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCaZipCode(String value) {
this.caZipCode = value;
}
/**
* Gets the value of the caState property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public JAXBElement getCaState() {
return caState;
}
/**
* Sets the value of the caState property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
public void setCaState(JAXBElement value) {
this.caState = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy