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