public class TRecipients extends Object
Java class for tRecipients complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tRecipients">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbIDRecipient" type="{http://isds.czechpoint.cz/v20}tIdDb"/>
<element name="dmRecipientOrgUnit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dmRecipientOrgUnitNum" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="dmToHands" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dbIDRecipient |
protected JAXBElement<String> |
dmRecipientOrgUnit |
protected JAXBElement<BigInteger> |
dmRecipientOrgUnitNum |
protected String |
dmToHands |
| Constructor and Description |
|---|
TRecipients() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbIDRecipient()
Gets the value of the dbIDRecipient property.
|
JAXBElement<String> |
getDmRecipientOrgUnit()
Gets the value of the dmRecipientOrgUnit property.
|
JAXBElement<BigInteger> |
getDmRecipientOrgUnitNum()
Gets the value of the dmRecipientOrgUnitNum property.
|
String |
getDmToHands()
Gets the value of the dmToHands property.
|
void |
setDbIDRecipient(String value)
Sets the value of the dbIDRecipient property.
|
void |
setDmRecipientOrgUnit(JAXBElement<String> value)
Sets the value of the dmRecipientOrgUnit property.
|
void |
setDmRecipientOrgUnitNum(JAXBElement<BigInteger> value)
Sets the value of the dmRecipientOrgUnitNum property.
|
void |
setDmToHands(String value)
Sets the value of the dmToHands property.
|
protected String dbIDRecipient
protected JAXBElement<String> dmRecipientOrgUnit
protected JAXBElement<BigInteger> dmRecipientOrgUnitNum
protected String dmToHands
public String getDbIDRecipient()
Stringpublic void setDbIDRecipient(String value)
value - allowed object is
Stringpublic JAXBElement<String> getDmRecipientOrgUnit()
JAXBElement<String>public void setDmRecipientOrgUnit(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public JAXBElement<BigInteger> getDmRecipientOrgUnitNum()
JAXBElement<BigInteger>public void setDmRecipientOrgUnitNum(JAXBElement<BigInteger> value)
value - allowed object is
JAXBElement<BigInteger>public String getDmToHands()
StringCopyright © 2017. All rights reserved.