public class ContractSearch
extends java.lang.Object
Java class for contractSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contractSearch"> <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}string" minOccurs="0"/> <element name="arg3" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="arg4" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="arg5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="arg6" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="arg7" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="arg8" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="arg9" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="arg10" type="{http://common.bitel.ru}page" minOccurs="0"/> <element name="arg11" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="arg12" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="arg13" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="arg14" type="{http://www.w3.org/2001/XMLSchema}float"/> <element name="arg15" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="arg16" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
arg0 |
protected int |
arg1 |
protected Page |
arg10 |
protected int |
arg11 |
protected java.math.BigDecimal |
arg12 |
protected java.util.List<java.lang.Integer> |
arg13 |
protected float |
arg14 |
protected int |
arg15 |
protected int |
arg16 |
protected java.lang.String |
arg2 |
protected java.util.List<java.lang.Integer> |
arg3 |
protected java.util.List<java.lang.Integer> |
arg4 |
protected java.lang.String |
arg5 |
protected java.lang.String |
arg6 |
protected java.lang.String |
arg7 |
protected java.lang.String |
arg8 |
protected int |
arg9 |
Constructor and Description |
---|
ContractSearch() |
Modifier and Type | Method and Description |
---|---|
int |
getArg0()
Gets the value of the arg0 property.
|
int |
getArg1()
Gets the value of the arg1 property.
|
Page |
getArg10()
Gets the value of the arg10 property.
|
int |
getArg11()
Gets the value of the arg11 property.
|
java.math.BigDecimal |
getArg12()
Gets the value of the arg12 property.
|
java.util.List<java.lang.Integer> |
getArg13()
Gets the value of the arg13 property.
|
float |
getArg14()
Gets the value of the arg14 property.
|
int |
getArg15()
Gets the value of the arg15 property.
|
int |
getArg16()
Gets the value of the arg16 property.
|
java.lang.String |
getArg2()
Gets the value of the arg2 property.
|
java.util.List<java.lang.Integer> |
getArg3()
Gets the value of the arg3 property.
|
java.util.List<java.lang.Integer> |
getArg4()
Gets the value of the arg4 property.
|
java.lang.String |
getArg5()
Gets the value of the arg5 property.
|
java.lang.String |
getArg6()
Gets the value of the arg6 property.
|
java.lang.String |
getArg7()
Gets the value of the arg7 property.
|
java.lang.String |
getArg8()
Gets the value of the arg8 property.
|
int |
getArg9()
Gets the value of the arg9 property.
|
void |
setArg0(int value)
Sets the value of the arg0 property.
|
void |
setArg1(int value)
Sets the value of the arg1 property.
|
void |
setArg10(Page value)
Sets the value of the arg10 property.
|
void |
setArg11(int value)
Sets the value of the arg11 property.
|
void |
setArg12(java.math.BigDecimal value)
Sets the value of the arg12 property.
|
void |
setArg14(float value)
Sets the value of the arg14 property.
|
void |
setArg15(int value)
Sets the value of the arg15 property.
|
void |
setArg16(int value)
Sets the value of the arg16 property.
|
void |
setArg2(java.lang.String value)
Sets the value of the arg2 property.
|
void |
setArg5(java.lang.String value)
Sets the value of the arg5 property.
|
void |
setArg6(java.lang.String value)
Sets the value of the arg6 property.
|
void |
setArg7(java.lang.String value)
Sets the value of the arg7 property.
|
void |
setArg8(java.lang.String value)
Sets the value of the arg8 property.
|
void |
setArg9(int value)
Sets the value of the arg9 property.
|
protected int arg0
protected int arg1
protected java.lang.String arg2
protected java.util.List<java.lang.Integer> arg3
protected java.util.List<java.lang.Integer> arg4
protected java.lang.String arg5
protected java.lang.String arg6
protected java.lang.String arg7
protected java.lang.String arg8
protected int arg9
protected Page arg10
protected int arg11
protected java.math.BigDecimal arg12
protected java.util.List<java.lang.Integer> arg13
protected float arg14
protected int arg15
protected int arg16
public int getArg0()
public void setArg0(int value)
public int getArg1()
public void setArg1(int value)
public java.lang.String getArg2()
String
public void setArg2(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.Integer> getArg3()
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 arg3 property.
For example, to add a new item, do as follows:
getArg3().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.util.List<java.lang.Integer> getArg4()
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 arg4 property.
For example, to add a new item, do as follows:
getArg4().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getArg5()
String
public void setArg5(java.lang.String value)
value
- allowed object is
String
public java.lang.String getArg6()
String
public void setArg6(java.lang.String value)
value
- allowed object is
String
public java.lang.String getArg7()
String
public void setArg7(java.lang.String value)
value
- allowed object is
String
public java.lang.String getArg8()
String
public void setArg8(java.lang.String value)
value
- allowed object is
String
public int getArg9()
public void setArg9(int value)
public Page getArg10()
Page
public void setArg10(Page value)
value
- allowed object is
Page
public int getArg11()
public void setArg11(int value)
public java.math.BigDecimal getArg12()
BigDecimal
public void setArg12(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.util.List<java.lang.Integer> getArg13()
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 arg13 property.
For example, to add a new item, do as follows:
getArg13().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public float getArg14()
public void setArg14(float value)
public int getArg15()
public void setArg15(int value)
public int getArg16()
public void setArg16(int value)