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

cz.abclinuxu.datoveschranky.ws.dm.TMultipleMessageEnvelopeSub Maven / Gradle / Ivy

The newest version!

package cz.abclinuxu.datoveschranky.ws.dm;

import java.math.BigInteger;
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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for tMultipleMessageEnvelopeSub complex type. * *

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

 * <complexType name="tMultipleMessageEnvelopeSub">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <group ref="{http://isds.czechpoint.cz/v20}gMultipleMessageEnvelopeSub"/>
 *         <element name="dmOVM" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="dmPublishOwnID" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "tMultipleMessageEnvelopeSub", propOrder = { "dmSenderOrgUnit", "dmSenderOrgUnitNum", "dmAnnotation", "dmRecipientRefNumber", "dmSenderRefNumber", "dmRecipientIdent", "dmSenderIdent", "dmLegalTitleLaw", "dmLegalTitleYear", "dmLegalTitleSect", "dmLegalTitlePar", "dmLegalTitlePoint", "dmPersonalDelivery", "dmAllowSubstDelivery", "dmOVM", "dmPublishOwnID" }) @XmlSeeAlso({ cz.abclinuxu.datoveschranky.ws.dm.TMultipleMessageCreateInput.DmEnvelope.class }) public class TMultipleMessageEnvelopeSub { @XmlElement(required = true, nillable = true) protected String dmSenderOrgUnit; @XmlElement(required = true, nillable = true) protected BigInteger dmSenderOrgUnitNum; @XmlElement(required = true, nillable = true) protected String dmAnnotation; @XmlElement(required = true, nillable = true) protected String dmRecipientRefNumber; @XmlElement(required = true, nillable = true) protected String dmSenderRefNumber; @XmlElement(required = true, nillable = true) protected String dmRecipientIdent; @XmlElement(required = true, nillable = true) protected String dmSenderIdent; @XmlElement(required = true, nillable = true) protected BigInteger dmLegalTitleLaw; @XmlElement(required = true, nillable = true) protected BigInteger dmLegalTitleYear; @XmlElement(required = true, nillable = true) protected String dmLegalTitleSect; @XmlElement(required = true, nillable = true) protected String dmLegalTitlePar; @XmlElement(required = true, nillable = true) protected String dmLegalTitlePoint; @XmlElement(required = true, type = Boolean.class, nillable = true) protected Boolean dmPersonalDelivery; @XmlElement(required = true, type = Boolean.class, nillable = true) protected Boolean dmAllowSubstDelivery; @XmlElementRef(name = "dmOVM", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmOVM; @XmlElementRef(name = "dmPublishOwnID", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmPublishOwnID; /** * Gets the value of the dmSenderOrgUnit property. * * @return * possible object is * {@link String } * */ public String getDmSenderOrgUnit() { return dmSenderOrgUnit; } /** * Sets the value of the dmSenderOrgUnit property. * * @param value * allowed object is * {@link String } * */ public void setDmSenderOrgUnit(String value) { this.dmSenderOrgUnit = value; } /** * Gets the value of the dmSenderOrgUnitNum property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDmSenderOrgUnitNum() { return dmSenderOrgUnitNum; } /** * Sets the value of the dmSenderOrgUnitNum property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDmSenderOrgUnitNum(BigInteger value) { this.dmSenderOrgUnitNum = value; } /** * Gets the value of the dmAnnotation property. * * @return * possible object is * {@link String } * */ public String getDmAnnotation() { return dmAnnotation; } /** * Sets the value of the dmAnnotation property. * * @param value * allowed object is * {@link String } * */ public void setDmAnnotation(String value) { this.dmAnnotation = value; } /** * Gets the value of the dmRecipientRefNumber property. * * @return * possible object is * {@link String } * */ public String getDmRecipientRefNumber() { return dmRecipientRefNumber; } /** * Sets the value of the dmRecipientRefNumber property. * * @param value * allowed object is * {@link String } * */ public void setDmRecipientRefNumber(String value) { this.dmRecipientRefNumber = value; } /** * Gets the value of the dmSenderRefNumber property. * * @return * possible object is * {@link String } * */ public String getDmSenderRefNumber() { return dmSenderRefNumber; } /** * Sets the value of the dmSenderRefNumber property. * * @param value * allowed object is * {@link String } * */ public void setDmSenderRefNumber(String value) { this.dmSenderRefNumber = value; } /** * Gets the value of the dmRecipientIdent property. * * @return * possible object is * {@link String } * */ public String getDmRecipientIdent() { return dmRecipientIdent; } /** * Sets the value of the dmRecipientIdent property. * * @param value * allowed object is * {@link String } * */ public void setDmRecipientIdent(String value) { this.dmRecipientIdent = value; } /** * Gets the value of the dmSenderIdent property. * * @return * possible object is * {@link String } * */ public String getDmSenderIdent() { return dmSenderIdent; } /** * Sets the value of the dmSenderIdent property. * * @param value * allowed object is * {@link String } * */ public void setDmSenderIdent(String value) { this.dmSenderIdent = value; } /** * Gets the value of the dmLegalTitleLaw property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDmLegalTitleLaw() { return dmLegalTitleLaw; } /** * Sets the value of the dmLegalTitleLaw property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDmLegalTitleLaw(BigInteger value) { this.dmLegalTitleLaw = value; } /** * Gets the value of the dmLegalTitleYear property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDmLegalTitleYear() { return dmLegalTitleYear; } /** * Sets the value of the dmLegalTitleYear property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDmLegalTitleYear(BigInteger value) { this.dmLegalTitleYear = value; } /** * Gets the value of the dmLegalTitleSect property. * * @return * possible object is * {@link String } * */ public String getDmLegalTitleSect() { return dmLegalTitleSect; } /** * Sets the value of the dmLegalTitleSect property. * * @param value * allowed object is * {@link String } * */ public void setDmLegalTitleSect(String value) { this.dmLegalTitleSect = value; } /** * Gets the value of the dmLegalTitlePar property. * * @return * possible object is * {@link String } * */ public String getDmLegalTitlePar() { return dmLegalTitlePar; } /** * Sets the value of the dmLegalTitlePar property. * * @param value * allowed object is * {@link String } * */ public void setDmLegalTitlePar(String value) { this.dmLegalTitlePar = value; } /** * Gets the value of the dmLegalTitlePoint property. * * @return * possible object is * {@link String } * */ public String getDmLegalTitlePoint() { return dmLegalTitlePoint; } /** * Sets the value of the dmLegalTitlePoint property. * * @param value * allowed object is * {@link String } * */ public void setDmLegalTitlePoint(String value) { this.dmLegalTitlePoint = value; } /** * Gets the value of the dmPersonalDelivery property. * * @return * possible object is * {@link Boolean } * */ public Boolean isDmPersonalDelivery() { return dmPersonalDelivery; } /** * Sets the value of the dmPersonalDelivery property. * * @param value * allowed object is * {@link Boolean } * */ public void setDmPersonalDelivery(Boolean value) { this.dmPersonalDelivery = value; } /** * Gets the value of the dmAllowSubstDelivery property. * * @return * possible object is * {@link Boolean } * */ public Boolean isDmAllowSubstDelivery() { return dmAllowSubstDelivery; } /** * Sets the value of the dmAllowSubstDelivery property. * * @param value * allowed object is * {@link Boolean } * */ public void setDmAllowSubstDelivery(Boolean value) { this.dmAllowSubstDelivery = value; } /** * Gets the value of the dmOVM property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public JAXBElement getDmOVM() { return dmOVM; } /** * Sets the value of the dmOVM property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public void setDmOVM(JAXBElement value) { this.dmOVM = value; } /** * Gets the value of the dmPublishOwnID property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public JAXBElement getDmPublishOwnID() { return dmPublishOwnID; } /** * Sets the value of the dmPublishOwnID property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public void setDmPublishOwnID(JAXBElement value) { this.dmPublishOwnID = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy