public class TRADRVType extends Object implements Serializable
Java class for TRADRVType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRADRVType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NamDRV">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="SurNameDRV">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="NatDRV">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="RolDRV" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="PlaceOfBrtDRV" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="DatOfBrtDRV" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}date">
</restriction>
</simpleType>
</element>
<element name="IdDRV" type="{}IdDRVType" maxOccurs="20"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
datOfBrtDRV |
protected List<IdDRVType> |
idDRV |
protected String |
namDRV |
protected String |
natDRV |
protected String |
placeOfBrtDRV |
protected String |
rolDRV |
protected String |
surNameDRV |
| Constructor and Description |
|---|
TRADRVType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDatOfBrtDRV()
Gets the value of the datOfBrtDRV property.
|
List<IdDRVType> |
getIdDRV()
Gets the value of the idDRV property.
|
String |
getNamDRV()
Gets the value of the namDRV property.
|
String |
getNatDRV()
Gets the value of the natDRV property.
|
String |
getPlaceOfBrtDRV()
Gets the value of the placeOfBrtDRV property.
|
String |
getRolDRV()
Gets the value of the rolDRV property.
|
String |
getSurNameDRV()
Gets the value of the surNameDRV property.
|
void |
setDatOfBrtDRV(XMLGregorianCalendar value)
Sets the value of the datOfBrtDRV property.
|
void |
setNamDRV(String value)
Sets the value of the namDRV property.
|
void |
setNatDRV(String value)
Sets the value of the natDRV property.
|
void |
setPlaceOfBrtDRV(String value)
Sets the value of the placeOfBrtDRV property.
|
void |
setRolDRV(String value)
Sets the value of the rolDRV property.
|
void |
setSurNameDRV(String value)
Sets the value of the surNameDRV property.
|
protected String namDRV
protected String surNameDRV
protected String natDRV
protected String rolDRV
protected String placeOfBrtDRV
protected XMLGregorianCalendar datOfBrtDRV
public String getNamDRV()
Stringpublic void setNamDRV(String value)
value - allowed object is
Stringpublic String getSurNameDRV()
Stringpublic void setSurNameDRV(String value)
value - allowed object is
Stringpublic String getNatDRV()
Stringpublic void setNatDRV(String value)
value - allowed object is
Stringpublic String getRolDRV()
Stringpublic void setRolDRV(String value)
value - allowed object is
Stringpublic String getPlaceOfBrtDRV()
Stringpublic void setPlaceOfBrtDRV(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDatOfBrtDRV()
XMLGregorianCalendarpublic void setDatOfBrtDRV(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<IdDRVType> getIdDRV()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the idDRV property.
For example, to add a new item, do as follows:
getIdDRV().add(newItem);
Objects of the following type(s) are allowed in the list
IdDRVType
Copyright © 2017. All Rights Reserved.