public class UATPDetailsType
extends java.lang.Object
Java class for UATPDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UATPDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UATPNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ExpMonth" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ExpYear" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
expMonth |
protected int |
expYear |
protected java.lang.String |
uatpNumber |
| Constructor and Description |
|---|
UATPDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExpMonth()
Gets the value of the expMonth property.
|
int |
getExpYear()
Gets the value of the expYear property.
|
java.lang.String |
getUATPNumber()
Gets the value of the uatpNumber property.
|
void |
setExpMonth(int value)
Sets the value of the expMonth property.
|
void |
setExpYear(int value)
Sets the value of the expYear property.
|
void |
setUATPNumber(java.lang.String value)
Sets the value of the uatpNumber property.
|
protected java.lang.String uatpNumber
protected int expMonth
protected int expYear
public java.lang.String getUATPNumber()
Stringpublic void setUATPNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic int getExpMonth()
public void setExpMonth(int value)
public int getExpYear()
public void setExpYear(int value)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.