public class IdDRVType extends Object implements Serializable
Java class for IdDRVType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdDRVType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IdNumDRV">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="IdTypDRV">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="IssAuthDRV" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="IssCtryDRV" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="IssDatDRV" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}date">
</restriction>
</simpleType>
</element>
<element name="ExpDatDRV" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}date">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
expDatDRV |
protected String |
idNumDRV |
protected String |
idTypDRV |
protected String |
issAuthDRV |
protected String |
issCtryDRV |
protected XMLGregorianCalendar |
issDatDRV |
| Constructor and Description |
|---|
IdDRVType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getExpDatDRV()
Gets the value of the expDatDRV property.
|
String |
getIdNumDRV()
Gets the value of the idNumDRV property.
|
String |
getIdTypDRV()
Gets the value of the idTypDRV property.
|
String |
getIssAuthDRV()
Gets the value of the issAuthDRV property.
|
String |
getIssCtryDRV()
Gets the value of the issCtryDRV property.
|
XMLGregorianCalendar |
getIssDatDRV()
Gets the value of the issDatDRV property.
|
void |
setExpDatDRV(XMLGregorianCalendar value)
Sets the value of the expDatDRV property.
|
void |
setIdNumDRV(String value)
Sets the value of the idNumDRV property.
|
void |
setIdTypDRV(String value)
Sets the value of the idTypDRV property.
|
void |
setIssAuthDRV(String value)
Sets the value of the issAuthDRV property.
|
void |
setIssCtryDRV(String value)
Sets the value of the issCtryDRV property.
|
void |
setIssDatDRV(XMLGregorianCalendar value)
Sets the value of the issDatDRV property.
|
protected String idNumDRV
protected String idTypDRV
protected String issAuthDRV
protected String issCtryDRV
protected XMLGregorianCalendar issDatDRV
protected XMLGregorianCalendar expDatDRV
public String getIdNumDRV()
Stringpublic void setIdNumDRV(String value)
value - allowed object is
Stringpublic String getIdTypDRV()
Stringpublic void setIdTypDRV(String value)
value - allowed object is
Stringpublic String getIssAuthDRV()
Stringpublic void setIssAuthDRV(String value)
value - allowed object is
Stringpublic String getIssCtryDRV()
Stringpublic void setIssCtryDRV(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getIssDatDRV()
XMLGregorianCalendarpublic void setIssDatDRV(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getExpDatDRV()
XMLGregorianCalendarpublic void setExpDatDRV(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All Rights Reserved.