public class TPDZRec extends Object
Java class for tPDZRec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPDZRec">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PDZType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PDZRecip" type="{http://isds.czechpoint.cz/v20}tIdDb"/>
<element name="PDZPayer" type="{http://isds.czechpoint.cz/v20}tIdDb"/>
<element name="PDZExpire" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="PDZCnt" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="ODZIdent" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
odzIdent |
protected BigInteger |
pdzCnt |
protected XMLGregorianCalendar |
pdzExpire |
protected String |
pdzPayer |
protected String |
pdzRecip |
protected String |
pdzType |
| Constructor and Description |
|---|
TPDZRec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getODZIdent()
Gets the value of the odzIdent property.
|
BigInteger |
getPDZCnt()
Gets the value of the pdzCnt property.
|
XMLGregorianCalendar |
getPDZExpire()
Gets the value of the pdzExpire property.
|
String |
getPDZPayer()
Gets the value of the pdzPayer property.
|
String |
getPDZRecip()
Gets the value of the pdzRecip property.
|
String |
getPDZType()
Gets the value of the pdzType property.
|
void |
setODZIdent(String value)
Sets the value of the odzIdent property.
|
void |
setPDZCnt(BigInteger value)
Sets the value of the pdzCnt property.
|
void |
setPDZExpire(XMLGregorianCalendar value)
Sets the value of the pdzExpire property.
|
void |
setPDZPayer(String value)
Sets the value of the pdzPayer property.
|
void |
setPDZRecip(String value)
Sets the value of the pdzRecip property.
|
void |
setPDZType(String value)
Sets the value of the pdzType property.
|
protected String pdzType
protected String pdzRecip
protected String pdzPayer
protected XMLGregorianCalendar pdzExpire
protected BigInteger pdzCnt
protected String odzIdent
public String getPDZType()
Stringpublic void setPDZType(String value)
value - allowed object is
Stringpublic String getPDZRecip()
Stringpublic void setPDZRecip(String value)
value - allowed object is
Stringpublic String getPDZPayer()
Stringpublic void setPDZPayer(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getPDZExpire()
XMLGregorianCalendarpublic void setPDZExpire(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getPDZCnt()
BigIntegerpublic void setPDZCnt(BigInteger value)
value - allowed object is
BigIntegerpublic String getODZIdent()
StringCopyright © 2017. All rights reserved.