public class DriversLicenseMaskedType
extends java.lang.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 java.lang.String |
dateOfBirth |
protected java.lang.String |
number |
protected java.lang.String |
state |
| Constructor and Description |
|---|
DriversLicenseMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
java.lang.String |
getNumber()
Gets the value of the number property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
void |
setDateOfBirth(java.lang.String value)
Sets the value of the dateOfBirth property.
|
void |
setNumber(java.lang.String value)
Sets the value of the number property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
protected java.lang.String number
protected java.lang.String state
protected java.lang.String dateOfBirth
public java.lang.String getNumber()
Stringpublic void setNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDateOfBirth()
Stringpublic void setDateOfBirth(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.