public class TMessageEnvelopeSub extends Object
Java class for tMessageEnvelopeSub complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMessageEnvelopeSub">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://isds.czechpoint.cz/v20}gMessageEnvelopeSub"/>
<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>
<attribute name="dmType" type="{http://isds.czechpoint.cz/v20}tDmType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dbIDRecipient |
protected Boolean |
dmAllowSubstDelivery |
protected String |
dmAnnotation |
protected BigInteger |
dmLegalTitleLaw |
protected String |
dmLegalTitlePar |
protected String |
dmLegalTitlePoint |
protected String |
dmLegalTitleSect |
protected BigInteger |
dmLegalTitleYear |
protected JAXBElement<Boolean> |
dmOVM |
protected Boolean |
dmPersonalDelivery |
protected JAXBElement<Boolean> |
dmPublishOwnID |
protected String |
dmRecipientIdent |
protected String |
dmRecipientOrgUnit |
protected BigInteger |
dmRecipientOrgUnitNum |
protected String |
dmRecipientRefNumber |
protected String |
dmSenderIdent |
protected String |
dmSenderOrgUnit |
protected BigInteger |
dmSenderOrgUnitNum |
protected String |
dmSenderRefNumber |
protected String |
dmToHands |
protected String |
dmType |
| Constructor and Description |
|---|
TMessageEnvelopeSub() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbIDRecipient()
Gets the value of the dbIDRecipient property.
|
String |
getDmAnnotation()
Gets the value of the dmAnnotation property.
|
BigInteger |
getDmLegalTitleLaw()
Gets the value of the dmLegalTitleLaw property.
|
String |
getDmLegalTitlePar()
Gets the value of the dmLegalTitlePar property.
|
String |
getDmLegalTitlePoint()
Gets the value of the dmLegalTitlePoint property.
|
String |
getDmLegalTitleSect()
Gets the value of the dmLegalTitleSect property.
|
BigInteger |
getDmLegalTitleYear()
Gets the value of the dmLegalTitleYear property.
|
JAXBElement<Boolean> |
getDmOVM()
Gets the value of the dmOVM property.
|
JAXBElement<Boolean> |
getDmPublishOwnID()
Gets the value of the dmPublishOwnID property.
|
String |
getDmRecipientIdent()
Gets the value of the dmRecipientIdent property.
|
String |
getDmRecipientOrgUnit()
Gets the value of the dmRecipientOrgUnit property.
|
BigInteger |
getDmRecipientOrgUnitNum()
Gets the value of the dmRecipientOrgUnitNum property.
|
String |
getDmRecipientRefNumber()
Gets the value of the dmRecipientRefNumber property.
|
String |
getDmSenderIdent()
Gets the value of the dmSenderIdent property.
|
String |
getDmSenderOrgUnit()
Gets the value of the dmSenderOrgUnit property.
|
BigInteger |
getDmSenderOrgUnitNum()
Gets the value of the dmSenderOrgUnitNum property.
|
String |
getDmSenderRefNumber()
Gets the value of the dmSenderRefNumber property.
|
String |
getDmToHands()
Gets the value of the dmToHands property.
|
String |
getDmType()
Gets the value of the dmType property.
|
Boolean |
isDmAllowSubstDelivery()
Gets the value of the dmAllowSubstDelivery property.
|
Boolean |
isDmPersonalDelivery()
Gets the value of the dmPersonalDelivery property.
|
void |
setDbIDRecipient(String value)
Sets the value of the dbIDRecipient property.
|
void |
setDmAllowSubstDelivery(Boolean value)
Sets the value of the dmAllowSubstDelivery property.
|
void |
setDmAnnotation(String value)
Sets the value of the dmAnnotation property.
|
void |
setDmLegalTitleLaw(BigInteger value)
Sets the value of the dmLegalTitleLaw property.
|
void |
setDmLegalTitlePar(String value)
Sets the value of the dmLegalTitlePar property.
|
void |
setDmLegalTitlePoint(String value)
Sets the value of the dmLegalTitlePoint property.
|
void |
setDmLegalTitleSect(String value)
Sets the value of the dmLegalTitleSect property.
|
void |
setDmLegalTitleYear(BigInteger value)
Sets the value of the dmLegalTitleYear property.
|
void |
setDmOVM(JAXBElement<Boolean> value)
Sets the value of the dmOVM property.
|
void |
setDmPersonalDelivery(Boolean value)
Sets the value of the dmPersonalDelivery property.
|
void |
setDmPublishOwnID(JAXBElement<Boolean> value)
Sets the value of the dmPublishOwnID property.
|
void |
setDmRecipientIdent(String value)
Sets the value of the dmRecipientIdent property.
|
void |
setDmRecipientOrgUnit(String value)
Sets the value of the dmRecipientOrgUnit property.
|
void |
setDmRecipientOrgUnitNum(BigInteger value)
Sets the value of the dmRecipientOrgUnitNum property.
|
void |
setDmRecipientRefNumber(String value)
Sets the value of the dmRecipientRefNumber property.
|
void |
setDmSenderIdent(String value)
Sets the value of the dmSenderIdent property.
|
void |
setDmSenderOrgUnit(String value)
Sets the value of the dmSenderOrgUnit property.
|
void |
setDmSenderOrgUnitNum(BigInteger value)
Sets the value of the dmSenderOrgUnitNum property.
|
void |
setDmSenderRefNumber(String value)
Sets the value of the dmSenderRefNumber property.
|
void |
setDmToHands(String value)
Sets the value of the dmToHands property.
|
void |
setDmType(String value)
Sets the value of the dmType property.
|
protected String dmSenderOrgUnit
protected BigInteger dmSenderOrgUnitNum
protected String dbIDRecipient
protected String dmRecipientOrgUnit
protected BigInteger dmRecipientOrgUnitNum
protected String dmToHands
protected String dmAnnotation
protected String dmRecipientRefNumber
protected String dmSenderRefNumber
protected String dmRecipientIdent
protected String dmSenderIdent
protected BigInteger dmLegalTitleLaw
protected BigInteger dmLegalTitleYear
protected String dmLegalTitleSect
protected String dmLegalTitlePar
protected String dmLegalTitlePoint
protected Boolean dmPersonalDelivery
protected Boolean dmAllowSubstDelivery
protected JAXBElement<Boolean> dmOVM
protected JAXBElement<Boolean> dmPublishOwnID
protected String dmType
public String getDmSenderOrgUnit()
Stringpublic void setDmSenderOrgUnit(String value)
value - allowed object is
Stringpublic BigInteger getDmSenderOrgUnitNum()
BigIntegerpublic void setDmSenderOrgUnitNum(BigInteger value)
value - allowed object is
BigIntegerpublic String getDbIDRecipient()
Stringpublic void setDbIDRecipient(String value)
value - allowed object is
Stringpublic String getDmRecipientOrgUnit()
Stringpublic void setDmRecipientOrgUnit(String value)
value - allowed object is
Stringpublic BigInteger getDmRecipientOrgUnitNum()
BigIntegerpublic void setDmRecipientOrgUnitNum(BigInteger value)
value - allowed object is
BigIntegerpublic String getDmToHands()
Stringpublic void setDmToHands(String value)
value - allowed object is
Stringpublic String getDmAnnotation()
Stringpublic void setDmAnnotation(String value)
value - allowed object is
Stringpublic String getDmRecipientRefNumber()
Stringpublic void setDmRecipientRefNumber(String value)
value - allowed object is
Stringpublic String getDmSenderRefNumber()
Stringpublic void setDmSenderRefNumber(String value)
value - allowed object is
Stringpublic String getDmRecipientIdent()
Stringpublic void setDmRecipientIdent(String value)
value - allowed object is
Stringpublic String getDmSenderIdent()
Stringpublic void setDmSenderIdent(String value)
value - allowed object is
Stringpublic BigInteger getDmLegalTitleLaw()
BigIntegerpublic void setDmLegalTitleLaw(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDmLegalTitleYear()
BigIntegerpublic void setDmLegalTitleYear(BigInteger value)
value - allowed object is
BigIntegerpublic String getDmLegalTitleSect()
Stringpublic void setDmLegalTitleSect(String value)
value - allowed object is
Stringpublic String getDmLegalTitlePar()
Stringpublic void setDmLegalTitlePar(String value)
value - allowed object is
Stringpublic String getDmLegalTitlePoint()
Stringpublic void setDmLegalTitlePoint(String value)
value - allowed object is
Stringpublic Boolean isDmPersonalDelivery()
Booleanpublic void setDmPersonalDelivery(Boolean value)
value - allowed object is
Booleanpublic Boolean isDmAllowSubstDelivery()
Booleanpublic void setDmAllowSubstDelivery(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<Boolean> getDmOVM()
JAXBElement<Boolean>public void setDmOVM(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Boolean> getDmPublishOwnID()
JAXBElement<Boolean>public void setDmPublishOwnID(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public String getDmType()
StringCopyright © 2017. All rights reserved.