public class CxWsScanCompareCount extends Object
Java class for CxWsScanCompareCount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWsScanCompareCount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="New" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Fixed" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ReOccured" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
_new |
protected int |
fixed |
protected int |
reOccured |
| Constructor and Description |
|---|
CxWsScanCompareCount() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFixed()
Gets the value of the fixed property.
|
int |
getNew()
Gets the value of the new property.
|
int |
getReOccured()
Gets the value of the reOccured property.
|
void |
setFixed(int value)
Sets the value of the fixed property.
|
void |
setNew(int value)
Sets the value of the new property.
|
void |
setReOccured(int value)
Sets the value of the reOccured property.
|
public int getNew()
public void setNew(int value)
public int getFixed()
public void setFixed(int value)
public int getReOccured()
public void setReOccured(int value)
Copyright © 2020. All rights reserved.