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

cz.abclinuxu.datoveschranky.ws.dm.TRecord 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.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * 

Java class for tRecord complex type. * *

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

 * <complexType name="tRecord">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence minOccurs="0">
 *         <element name="dmOrdinal">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
 *               <minInclusive value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <group ref="{http://isds.czechpoint.cz/v20}gMessageEnvelope"/>
 *         <element name="dmMessageStatus" type="{http://www.w3.org/2001/XMLSchema}integer"/>
 *         <element name="dmAttachmentSize" type="{http://www.w3.org/2001/XMLSchema}integer"/>
 *         <element name="dmDeliveryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
 *         <element name="dmAcceptanceTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
 *       </sequence>
 *       <attribute name="dmType">
 *         <simpleType>
 *           <restriction base="{http://isds.czechpoint.cz/v20}tDmType">
 *           </restriction>
 *         </simpleType>
 *       </attribute>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "tRecord", propOrder = { "dmOrdinal", "dmID", "dbIDSender", "dmSender", "dmSenderAddress", "dmSenderType", "dmRecipient", "dmRecipientAddress", "dmAmbiguousRecipient", "dmSenderOrgUnit", "dmSenderOrgUnitNum", "dbIDRecipient", "dmRecipientOrgUnit", "dmRecipientOrgUnitNum", "dmToHands", "dmAnnotation", "dmRecipientRefNumber", "dmSenderRefNumber", "dmRecipientIdent", "dmSenderIdent", "dmLegalTitleLaw", "dmLegalTitleYear", "dmLegalTitleSect", "dmLegalTitlePar", "dmLegalTitlePoint", "dmPersonalDelivery", "dmAllowSubstDelivery", "dmMessageStatus", "dmAttachmentSize", "dmDeliveryTime", "dmAcceptanceTime" }) public class TRecord { protected Integer dmOrdinal; protected String dmID; @XmlElementRef(name = "dbIDSender", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dbIDSender; @XmlElementRef(name = "dmSender", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmSender; @XmlElementRef(name = "dmSenderAddress", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmSenderAddress; protected Integer dmSenderType; @XmlElementRef(name = "dmRecipient", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmRecipient; @XmlElementRef(name = "dmRecipientAddress", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmRecipientAddress; @XmlElementRef(name = "dmAmbiguousRecipient", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmAmbiguousRecipient; @XmlElementRef(name = "dmSenderOrgUnit", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmSenderOrgUnit; @XmlElementRef(name = "dmSenderOrgUnitNum", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmSenderOrgUnitNum; @XmlElementRef(name = "dbIDRecipient", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dbIDRecipient; @XmlElementRef(name = "dmRecipientOrgUnit", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmRecipientOrgUnit; @XmlElementRef(name = "dmRecipientOrgUnitNum", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmRecipientOrgUnitNum; @XmlElementRef(name = "dmToHands", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmToHands; @XmlElementRef(name = "dmAnnotation", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmAnnotation; @XmlElementRef(name = "dmRecipientRefNumber", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmRecipientRefNumber; @XmlElementRef(name = "dmSenderRefNumber", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmSenderRefNumber; @XmlElementRef(name = "dmRecipientIdent", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmRecipientIdent; @XmlElementRef(name = "dmSenderIdent", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmSenderIdent; @XmlElementRef(name = "dmLegalTitleLaw", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmLegalTitleLaw; @XmlElementRef(name = "dmLegalTitleYear", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmLegalTitleYear; @XmlElementRef(name = "dmLegalTitleSect", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmLegalTitleSect; @XmlElementRef(name = "dmLegalTitlePar", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmLegalTitlePar; @XmlElementRef(name = "dmLegalTitlePoint", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmLegalTitlePoint; @XmlElementRef(name = "dmPersonalDelivery", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmPersonalDelivery; @XmlElementRef(name = "dmAllowSubstDelivery", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmAllowSubstDelivery; protected BigInteger dmMessageStatus; @XmlElementRef(name = "dmAttachmentSize", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmAttachmentSize; @XmlElementRef(name = "dmDeliveryTime", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmDeliveryTime; @XmlElementRef(name = "dmAcceptanceTime", namespace = "http://isds.czechpoint.cz/v20", type = JAXBElement.class, required = false) protected JAXBElement dmAcceptanceTime; @XmlAttribute(name = "dmType") protected String dmType; /** * Gets the value of the dmOrdinal property. * * @return * possible object is * {@link Integer } * */ public Integer getDmOrdinal() { return dmOrdinal; } /** * Sets the value of the dmOrdinal property. * * @param value * allowed object is * {@link Integer } * */ public void setDmOrdinal(Integer value) { this.dmOrdinal = value; } /** * Gets the value of the dmID property. * * @return * possible object is * {@link String } * */ public String getDmID() { return dmID; } /** * Sets the value of the dmID property. * * @param value * allowed object is * {@link String } * */ public void setDmID(String value) { this.dmID = value; } /** * Gets the value of the dbIDSender property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDbIDSender() { return dbIDSender; } /** * Sets the value of the dbIDSender property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDbIDSender(JAXBElement value) { this.dbIDSender = value; } /** * Gets the value of the dmSender property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmSender() { return dmSender; } /** * Sets the value of the dmSender property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmSender(JAXBElement value) { this.dmSender = value; } /** * Gets the value of the dmSenderAddress property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmSenderAddress() { return dmSenderAddress; } /** * Sets the value of the dmSenderAddress property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmSenderAddress(JAXBElement value) { this.dmSenderAddress = value; } /** * Gets the value of the dmSenderType property. * * @return * possible object is * {@link Integer } * */ public Integer getDmSenderType() { return dmSenderType; } /** * Sets the value of the dmSenderType property. * * @param value * allowed object is * {@link Integer } * */ public void setDmSenderType(Integer value) { this.dmSenderType = value; } /** * Gets the value of the dmRecipient property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmRecipient() { return dmRecipient; } /** * Sets the value of the dmRecipient property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmRecipient(JAXBElement value) { this.dmRecipient = value; } /** * Gets the value of the dmRecipientAddress property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmRecipientAddress() { return dmRecipientAddress; } /** * Sets the value of the dmRecipientAddress property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmRecipientAddress(JAXBElement value) { this.dmRecipientAddress = value; } /** * Gets the value of the dmAmbiguousRecipient property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public JAXBElement getDmAmbiguousRecipient() { return dmAmbiguousRecipient; } /** * Sets the value of the dmAmbiguousRecipient property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public void setDmAmbiguousRecipient(JAXBElement value) { this.dmAmbiguousRecipient = value; } /** * Gets the value of the dmSenderOrgUnit property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmSenderOrgUnit() { return dmSenderOrgUnit; } /** * Sets the value of the dmSenderOrgUnit property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmSenderOrgUnit(JAXBElement value) { this.dmSenderOrgUnit = value; } /** * Gets the value of the dmSenderOrgUnitNum property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public JAXBElement getDmSenderOrgUnitNum() { return dmSenderOrgUnitNum; } /** * Sets the value of the dmSenderOrgUnitNum property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public void setDmSenderOrgUnitNum(JAXBElement value) { this.dmSenderOrgUnitNum = value; } /** * Gets the value of the dbIDRecipient property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDbIDRecipient() { return dbIDRecipient; } /** * Sets the value of the dbIDRecipient property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDbIDRecipient(JAXBElement value) { this.dbIDRecipient = value; } /** * Gets the value of the dmRecipientOrgUnit property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmRecipientOrgUnit() { return dmRecipientOrgUnit; } /** * Sets the value of the dmRecipientOrgUnit property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmRecipientOrgUnit(JAXBElement value) { this.dmRecipientOrgUnit = value; } /** * Gets the value of the dmRecipientOrgUnitNum property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public JAXBElement getDmRecipientOrgUnitNum() { return dmRecipientOrgUnitNum; } /** * Sets the value of the dmRecipientOrgUnitNum property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public void setDmRecipientOrgUnitNum(JAXBElement value) { this.dmRecipientOrgUnitNum = value; } /** * Gets the value of the dmToHands property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmToHands() { return dmToHands; } /** * Sets the value of the dmToHands property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmToHands(JAXBElement value) { this.dmToHands = value; } /** * Gets the value of the dmAnnotation property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmAnnotation() { return dmAnnotation; } /** * Sets the value of the dmAnnotation property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmAnnotation(JAXBElement value) { this.dmAnnotation = value; } /** * Gets the value of the dmRecipientRefNumber property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmRecipientRefNumber() { return dmRecipientRefNumber; } /** * Sets the value of the dmRecipientRefNumber property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmRecipientRefNumber(JAXBElement value) { this.dmRecipientRefNumber = value; } /** * Gets the value of the dmSenderRefNumber property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmSenderRefNumber() { return dmSenderRefNumber; } /** * Sets the value of the dmSenderRefNumber property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmSenderRefNumber(JAXBElement value) { this.dmSenderRefNumber = value; } /** * Gets the value of the dmRecipientIdent property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmRecipientIdent() { return dmRecipientIdent; } /** * Sets the value of the dmRecipientIdent property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmRecipientIdent(JAXBElement value) { this.dmRecipientIdent = value; } /** * Gets the value of the dmSenderIdent property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmSenderIdent() { return dmSenderIdent; } /** * Sets the value of the dmSenderIdent property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmSenderIdent(JAXBElement value) { this.dmSenderIdent = value; } /** * Gets the value of the dmLegalTitleLaw property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public JAXBElement getDmLegalTitleLaw() { return dmLegalTitleLaw; } /** * Sets the value of the dmLegalTitleLaw property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public void setDmLegalTitleLaw(JAXBElement value) { this.dmLegalTitleLaw = value; } /** * Gets the value of the dmLegalTitleYear property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public JAXBElement getDmLegalTitleYear() { return dmLegalTitleYear; } /** * Sets the value of the dmLegalTitleYear property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public void setDmLegalTitleYear(JAXBElement value) { this.dmLegalTitleYear = value; } /** * Gets the value of the dmLegalTitleSect property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmLegalTitleSect() { return dmLegalTitleSect; } /** * Sets the value of the dmLegalTitleSect property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmLegalTitleSect(JAXBElement value) { this.dmLegalTitleSect = value; } /** * Gets the value of the dmLegalTitlePar property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmLegalTitlePar() { return dmLegalTitlePar; } /** * Sets the value of the dmLegalTitlePar property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmLegalTitlePar(JAXBElement value) { this.dmLegalTitlePar = value; } /** * Gets the value of the dmLegalTitlePoint property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public JAXBElement getDmLegalTitlePoint() { return dmLegalTitlePoint; } /** * Sets the value of the dmLegalTitlePoint property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link String }{@code >} * */ public void setDmLegalTitlePoint(JAXBElement value) { this.dmLegalTitlePoint = value; } /** * Gets the value of the dmPersonalDelivery property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public JAXBElement getDmPersonalDelivery() { return dmPersonalDelivery; } /** * Sets the value of the dmPersonalDelivery property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public void setDmPersonalDelivery(JAXBElement value) { this.dmPersonalDelivery = value; } /** * Gets the value of the dmAllowSubstDelivery property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public JAXBElement getDmAllowSubstDelivery() { return dmAllowSubstDelivery; } /** * Sets the value of the dmAllowSubstDelivery property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link Boolean }{@code >} * */ public void setDmAllowSubstDelivery(JAXBElement value) { this.dmAllowSubstDelivery = value; } /** * Gets the value of the dmMessageStatus property. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getDmMessageStatus() { return dmMessageStatus; } /** * Sets the value of the dmMessageStatus property. * * @param value * allowed object is * {@link BigInteger } * */ public void setDmMessageStatus(BigInteger value) { this.dmMessageStatus = value; } /** * Gets the value of the dmAttachmentSize property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public JAXBElement getDmAttachmentSize() { return dmAttachmentSize; } /** * Sets the value of the dmAttachmentSize property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} * */ public void setDmAttachmentSize(JAXBElement value) { this.dmAttachmentSize = value; } /** * Gets the value of the dmDeliveryTime property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} * */ public JAXBElement getDmDeliveryTime() { return dmDeliveryTime; } /** * Sets the value of the dmDeliveryTime property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} * */ public void setDmDeliveryTime(JAXBElement value) { this.dmDeliveryTime = value; } /** * Gets the value of the dmAcceptanceTime property. * * @return * possible object is * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} * */ public JAXBElement getDmAcceptanceTime() { return dmAcceptanceTime; } /** * Sets the value of the dmAcceptanceTime property. * * @param value * allowed object is * {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >} * */ public void setDmAcceptanceTime(JAXBElement value) { this.dmAcceptanceTime = value; } /** * Gets the value of the dmType property. * * @return * possible object is * {@link String } * */ public String getDmType() { return dmType; } /** * Sets the value of the dmType property. * * @param value * allowed object is * {@link String } * */ public void setDmType(String value) { this.dmType = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy