All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sany.masterdata.hr.entity.userinfo.UserInfo Maven / Gradle / Ivy

package com.sany.masterdata.hr.entity.userinfo;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;

/**
 * 

* Java class for UserInfo complex type. * *

* The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="UserInfo">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="abkrs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="btrtl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="dat01" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="dat02" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="datum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="famst" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="gbdat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="gbdep" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="gblnd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="gbort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="gesch" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="icnum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="insti" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="locat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="nachn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="natio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="orgeh" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="orgeh4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="orgeh5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="orgeh6" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="orgeh_1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="orgeh_2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="orgeh_3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="pcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="persg" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="persk" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="plans" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="posnc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="possc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="posty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="racky" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="slart" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="user_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="usrid4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="usrid_3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="usrid_5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="vorna" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="werks" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="zbmcj" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="zdate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="zgclb" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="zlpos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="zposty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="zsxzy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="ztdetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="zxxxx" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "UserInfo", propOrder = {"abkrs", "btrtl", "dat01", "dat02", "datum", "famst", "gbdat", "gbdep", "gblnd", "gbort", "gesch", "icnum", "insti", "locat", "nachn", "natio", "orgeh", "orgeh4", "orgeh5", "orgeh6", "orgeh1", "orgeh2", "orgeh3", "pcode", "persg", "persk", "plans", "posnc", "possc", "posty", "racky", "slart", "userId", "usrid4", "usrid3", "usrid5", "vorna", "werks", "zbmcj", "zdate", "zgclb", "zlpos", "zposty", "zsxzy", "ztdetail", "zxxxx"}) public class UserInfo { @XmlElementRef(name = "abkrs", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement abkrs; @XmlElementRef(name = "btrtl", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement btrtl; @XmlElementRef(name = "dat01", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement dat01; @XmlElementRef(name = "dat02", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement dat02; @XmlElementRef(name = "datum", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement datum; @XmlElementRef(name = "famst", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement famst; @XmlElementRef(name = "gbdat", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement gbdat; @XmlElementRef(name = "gbdep", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement gbdep; @XmlElementRef(name = "gblnd", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement gblnd; @XmlElementRef(name = "gbort", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement gbort; @XmlElementRef(name = "gesch", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement gesch; @XmlElementRef(name = "icnum", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement icnum; @XmlElementRef(name = "insti", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement insti; @XmlElementRef(name = "locat", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement locat; @XmlElementRef(name = "nachn", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement nachn; @XmlElementRef(name = "natio", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement natio; @XmlElementRef(name = "orgeh", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement orgeh; @XmlElementRef(name = "orgeh4", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement orgeh4; @XmlElementRef(name = "orgeh5", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement orgeh5; @XmlElementRef(name = "orgeh6", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement orgeh6; @XmlElementRef(name = "orgeh_1", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement orgeh1; @XmlElementRef(name = "orgeh_2", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement orgeh2; @XmlElementRef(name = "orgeh_3", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement orgeh3; @XmlElementRef(name = "pcode", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement pcode; @XmlElementRef(name = "persg", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement persg; @XmlElementRef(name = "persk", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement persk; @XmlElementRef(name = "plans", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement plans; @XmlElementRef(name = "posnc", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement posnc; @XmlElementRef(name = "possc", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement possc; @XmlElementRef(name = "posty", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement posty; @XmlElementRef(name = "racky", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement racky; @XmlElementRef(name = "slart", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement slart; @XmlElementRef(name = "user_id", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement userId; @XmlElementRef(name = "usrid4", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement usrid4; @XmlElementRef(name = "usrid_3", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement usrid3; @XmlElementRef(name = "usrid_5", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement usrid5; @XmlElementRef(name = "vorna", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement vorna; @XmlElementRef(name = "werks", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement werks; @XmlElementRef(name = "zbmcj", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement zbmcj; @XmlElementRef(name = "zdate", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement zdate; @XmlElementRef(name = "zgclb", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement zgclb; @XmlElementRef(name = "zlpos", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement zlpos; @XmlElementRef(name = "zposty", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement zposty; @XmlElementRef(name = "zsxzy", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement zsxzy; @XmlElementRef(name = "ztdetail", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement ztdetail; @XmlElementRef(name = "zxxxx", namespace = "http://service.sany.com", type = JAXBElement.class) protected JAXBElement zxxxx; /** * Gets the value of the abkrs property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getAbkrs() { return abkrs; } /** * Gets the value of the btrtl property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getBtrtl() { return btrtl; } /** * Gets the value of the dat01 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDat01() { return dat01; } /** * Gets the value of the dat02 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDat02() { return dat02; } /** * Gets the value of the datum property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDatum() { return datum; } /** * Gets the value of the famst property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getFamst() { return famst; } /** * Gets the value of the gbdat property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getGbdat() { return gbdat; } /** * Gets the value of the gbdep property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getGbdep() { return gbdep; } /** * Gets the value of the gblnd property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getGblnd() { return gblnd; } /** * Gets the value of the gbort property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getGbort() { return gbort; } /** * Gets the value of the gesch property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getGesch() { return gesch; } /** * Gets the value of the icnum property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getIcnum() { return icnum; } /** * Gets the value of the insti property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getInsti() { return insti; } /** * Gets the value of the locat property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getLocat() { return locat; } /** * Gets the value of the nachn property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getNachn() { return nachn; } /** * Gets the value of the natio property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getNatio() { return natio; } /** * Gets the value of the orgeh property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getOrgeh() { return orgeh; } /** * Gets the value of the orgeh1 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getOrgeh1() { return orgeh1; } /** * Gets the value of the orgeh2 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getOrgeh2() { return orgeh2; } /** * Gets the value of the orgeh3 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getOrgeh3() { return orgeh3; } /** * Gets the value of the orgeh4 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getOrgeh4() { return orgeh4; } /** * Gets the value of the orgeh5 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getOrgeh5() { return orgeh5; } /** * Gets the value of the orgeh6 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getOrgeh6() { return orgeh6; } /** * Gets the value of the pcode property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getPcode() { return pcode; } /** * Gets the value of the persg property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getPersg() { return persg; } /** * Gets the value of the persk property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getPersk() { return persk; } /** * Gets the value of the plans property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getPlans() { return plans; } /** * Gets the value of the posnc property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getPosnc() { return posnc; } /** * Gets the value of the possc property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getPossc() { return possc; } /** * Gets the value of the posty property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getPosty() { return posty; } /** * Gets the value of the racky property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getRacky() { return racky; } /** * Gets the value of the slart property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getSlart() { return slart; } /** * Gets the value of the userId property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getUserId() { return userId; } /** * Gets the value of the usrid3 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getUsrid3() { return usrid3; } /** * Gets the value of the usrid4 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getUsrid4() { return usrid4; } /** * Gets the value of the usrid5 property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getUsrid5() { return usrid5; } /** * Gets the value of the vorna property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getVorna() { return vorna; } /** * Gets the value of the werks property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getWerks() { return werks; } /** * Gets the value of the zbmcj property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZbmcj() { return zbmcj; } /** * Gets the value of the zdate property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZdate() { return zdate; } /** * Gets the value of the zgclb property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZgclb() { return zgclb; } /** * Gets the value of the zlpos property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZlpos() { return zlpos; } /** * Gets the value of the zposty property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZposty() { return zposty; } /** * Gets the value of the zsxzy property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZsxzy() { return zsxzy; } /** * Gets the value of the ztdetail property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZtdetail() { return ztdetail; } /** * Gets the value of the zxxxx property. * * @return * possible object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getZxxxx() { return zxxxx; } /** * Sets the value of the abkrs property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setAbkrs(JAXBElement value) { this.abkrs = value; } /** * Sets the value of the btrtl property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setBtrtl(JAXBElement value) { this.btrtl = value; } /** * Sets the value of the dat01 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDat01(JAXBElement value) { this.dat01 = value; } /** * Sets the value of the dat02 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDat02(JAXBElement value) { this.dat02 = value; } /** * Sets the value of the datum property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDatum(JAXBElement value) { this.datum = value; } /** * Sets the value of the famst property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setFamst(JAXBElement value) { this.famst = value; } /** * Sets the value of the gbdat property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setGbdat(JAXBElement value) { this.gbdat = value; } /** * Sets the value of the gbdep property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setGbdep(JAXBElement value) { this.gbdep = value; } /** * Sets the value of the gblnd property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setGblnd(JAXBElement value) { this.gblnd = value; } /** * Sets the value of the gbort property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setGbort(JAXBElement value) { this.gbort = value; } /** * Sets the value of the gesch property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setGesch(JAXBElement value) { this.gesch = value; } /** * Sets the value of the icnum property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setIcnum(JAXBElement value) { this.icnum = value; } /** * Sets the value of the insti property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setInsti(JAXBElement value) { this.insti = value; } /** * Sets the value of the locat property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setLocat(JAXBElement value) { this.locat = value; } /** * Sets the value of the nachn property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setNachn(JAXBElement value) { this.nachn = value; } /** * Sets the value of the natio property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setNatio(JAXBElement value) { this.natio = value; } /** * Sets the value of the orgeh property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setOrgeh(JAXBElement value) { this.orgeh = value; } /** * Sets the value of the orgeh1 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setOrgeh1(JAXBElement value) { this.orgeh1 = value; } /** * Sets the value of the orgeh2 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setOrgeh2(JAXBElement value) { this.orgeh2 = value; } /** * Sets the value of the orgeh3 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setOrgeh3(JAXBElement value) { this.orgeh3 = value; } /** * Sets the value of the orgeh4 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setOrgeh4(JAXBElement value) { this.orgeh4 = value; } /** * Sets the value of the orgeh5 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setOrgeh5(JAXBElement value) { this.orgeh5 = value; } /** * Sets the value of the orgeh6 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setOrgeh6(JAXBElement value) { this.orgeh6 = value; } /** * Sets the value of the pcode property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setPcode(JAXBElement value) { this.pcode = value; } /** * Sets the value of the persg property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setPersg(JAXBElement value) { this.persg = value; } /** * Sets the value of the persk property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setPersk(JAXBElement value) { this.persk = value; } /** * Sets the value of the plans property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setPlans(JAXBElement value) { this.plans = value; } /** * Sets the value of the posnc property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setPosnc(JAXBElement value) { this.posnc = value; } /** * Sets the value of the possc property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setPossc(JAXBElement value) { this.possc = value; } /** * Sets the value of the posty property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setPosty(JAXBElement value) { this.posty = value; } /** * Sets the value of the racky property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setRacky(JAXBElement value) { this.racky = value; } /** * Sets the value of the slart property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setSlart(JAXBElement value) { this.slart = value; } /** * Sets the value of the userId property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setUserId(JAXBElement value) { this.userId = value; } /** * Sets the value of the usrid3 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setUsrid3(JAXBElement value) { this.usrid3 = value; } /** * Sets the value of the usrid4 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setUsrid4(JAXBElement value) { this.usrid4 = value; } /** * Sets the value of the usrid5 property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setUsrid5(JAXBElement value) { this.usrid5 = value; } /** * Sets the value of the vorna property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setVorna(JAXBElement value) { this.vorna = value; } /** * Sets the value of the werks property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setWerks(JAXBElement value) { this.werks = value; } /** * Sets the value of the zbmcj property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZbmcj(JAXBElement value) { this.zbmcj = value; } /** * Sets the value of the zdate property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZdate(JAXBElement value) { this.zdate = value; } /** * Sets the value of the zgclb property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZgclb(JAXBElement value) { this.zgclb = value; } /** * Sets the value of the zlpos property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZlpos(JAXBElement value) { this.zlpos = value; } /** * Sets the value of the zposty property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZposty(JAXBElement value) { this.zposty = value; } /** * Sets the value of the zsxzy property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZsxzy(JAXBElement value) { this.zsxzy = value; } /** * Sets the value of the ztdetail property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZtdetail(JAXBElement value) { this.ztdetail = value; } /** * Sets the value of the zxxxx property. * * @param value * allowed object is {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setZxxxx(JAXBElement value) { this.zxxxx = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy