public class DriversLicenseMaskedType extends Object
Java class for driversLicenseMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="driversLicenseMaskedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="number">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="state">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="2"/>
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="dateOfBirth">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="8"/>
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dateOfBirth |
protected String |
number |
protected String |
state |
| Constructor and Description |
|---|
DriversLicenseMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getState()
Gets the value of the state property.
|
void |
setDateOfBirth(String value)
Sets the value of the dateOfBirth property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setState(String value)
Sets the value of the state property.
|
protected String number
protected String state
protected String dateOfBirth
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getDateOfBirth()
StringCopyright © 2020. All rights reserved.