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

cz.abclinuxu.datoveschranky.ws.db.TCreateDBPFOInfoInput Maven / Gradle / Ivy

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.XmlType;


/**
 * 

Java class for tCreateDBPFOInfoInput complex type. * *

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

 * <complexType name="tCreateDBPFOInfoInput">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="dbOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
 *         <element name="dbPrimaryUsers" type="{http://isds.czechpoint.cz/v20}tDbUsersArray"/>
 *         <element name="dbFormerNames" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="dbUpperDBId" type="{http://isds.czechpoint.cz/v20}tIdDb" minOccurs="0"/>
 *         <element name="dbCEOLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <group ref="{http://isds.czechpoint.cz/v20}gExtApproval"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "tCreateDBPFOInfoInput", propOrder = { "dbOwnerInfo", "dbPrimaryUsers", "dbFormerNames", "dbUpperDBId", "dbCEOLabel", "dbApproved", "dbExternRefNumber" }) public class TCreateDBPFOInfoInput { @XmlElement(required = true) protected TDbOwnerInfo dbOwnerInfo; @XmlElement(required = true) protected TDbUsersArray dbPrimaryUsers; @XmlElementRef(name = "dbFormerNames", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dbFormerNames; @XmlElementRef(name = "dbUpperDBId", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dbUpperDBId; @XmlElementRef(name = "dbCEOLabel", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dbCEOLabel; @XmlElementRef(name = "dbApproved", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dbApproved; @XmlElementRef(name = "dbExternRefNumber", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dbExternRefNumber; /** * Gets the value of the dbOwnerInfo property. * * @return * possible object is * {@link TDbOwnerInfo } * */ public TDbOwnerInfo getDbOwnerInfo() { return dbOwnerInfo; } /** * Sets the value of the dbOwnerInfo property. * * @param value * allowed object is * {@link TDbOwnerInfo } * */ public void setDbOwnerInfo(TDbOwnerInfo value) { this.dbOwnerInfo = value; } /** * Gets the value of the dbPrimaryUsers property. * * @return * possible object is * {@link TDbUsersArray } * */ public TDbUsersArray getDbPrimaryUsers() { return dbPrimaryUsers; } /** * Sets the value of the dbPrimaryUsers property. * * @param value * allowed object is * {@link TDbUsersArray } * */ public void setDbPrimaryUsers(TDbUsersArray value) { this.dbPrimaryUsers = value; } /** * Gets the value of the dbFormerNames property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDbFormerNames() { return dbFormerNames; } /** * Sets the value of the dbFormerNames property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDbFormerNames(JAXBElement value) { this.dbFormerNames = value; } /** * Gets the value of the dbUpperDBId property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDbUpperDBId() { return dbUpperDBId; } /** * Sets the value of the dbUpperDBId property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDbUpperDBId(JAXBElement value) { this.dbUpperDBId = value; } /** * Gets the value of the dbCEOLabel property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDbCEOLabel() { return dbCEOLabel; } /** * Sets the value of the dbCEOLabel property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDbCEOLabel(JAXBElement value) { this.dbCEOLabel = value; } /** * Gets the value of the dbApproved property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public JAXBElement getDbApproved() { return dbApproved; } /** * Sets the value of the dbApproved property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public void setDbApproved(JAXBElement value) { this.dbApproved = value; } /** * Gets the value of the dbExternRefNumber property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDbExternRefNumber() { return dbExternRefNumber; } /** * Sets the value of the dbExternRefNumber property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDbExternRefNumber(JAXBElement value) { this.dbExternRefNumber = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy