public class GetUserCardCopyListByDate
extends java.lang.Object
Java class for getUserCardCopyListByDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserCardCopyListByDate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
arg0 |
protected javax.xml.datatype.XMLGregorianCalendar |
arg1 |
Constructor and Description |
---|
GetUserCardCopyListByDate() |
Modifier and Type | Method and Description |
---|---|
int |
getArg0()
Gets the value of the arg0 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getArg1()
Gets the value of the arg1 property.
|
void |
setArg0(int value)
Sets the value of the arg0 property.
|
void |
setArg1(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the arg1 property.
|
public int getArg0()
public void setArg0(int value)
public javax.xml.datatype.XMLGregorianCalendar getArg1()
XMLGregorianCalendar
public void setArg1(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar