public class ChangeContractStatus
extends java.lang.Object
Java class for changeContractStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="changeContractStatus"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="arg2" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
arg0 |
protected int |
arg1 |
protected javax.xml.datatype.XMLGregorianCalendar |
arg2 |
protected javax.xml.datatype.XMLGregorianCalendar |
arg3 |
protected java.lang.String |
arg4 |
Constructor and Description |
---|
ChangeContractStatus() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
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.
|
javax.xml.datatype.XMLGregorianCalendar |
getArg3()
Gets the value of the arg3 property.
|
java.lang.String |
getArg4()
Gets the value of the arg4 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.
|
void |
setArg3(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the arg3 property.
|
void |
setArg4(java.lang.String value)
Sets the value of the arg4 property.
|
protected java.util.List<java.lang.Integer> arg0
protected int arg1
protected javax.xml.datatype.XMLGregorianCalendar arg2
protected javax.xml.datatype.XMLGregorianCalendar arg3
protected java.lang.String arg4
public java.util.List<java.lang.Integer> getArg0()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the arg0 property.
For example, to add a new item, do as follows:
getArg0().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
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
public javax.xml.datatype.XMLGregorianCalendar getArg3()
XMLGregorianCalendar
public void setArg3(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getArg4()
String
public void setArg4(java.lang.String value)
value
- allowed object is
String