public class SizeOptimizationType extends Object
Java class for SizeOptimizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SizeOptimizationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="maxSize" type="{http://www.w3.org/2001/XMLSchema}int" default="100000" />
<attribute name="maxRetries" type="{http://www.w3.org/2001/XMLSchema}int" default="5" />
<attribute name="stepSize" type="{http://www.w3.org/2001/XMLSchema}int" default="10" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxRetries |
protected Integer |
maxSize |
protected Integer |
stepSize |
| Constructor and Description |
|---|
SizeOptimizationType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRetries()
Gets the value of the maxRetries property.
|
int |
getMaxSize()
Gets the value of the maxSize property.
|
int |
getStepSize()
Gets the value of the stepSize property.
|
boolean |
isSetMaxRetries() |
boolean |
isSetMaxSize() |
boolean |
isSetStepSize() |
void |
setMaxRetries(int value)
Sets the value of the maxRetries property.
|
void |
setMaxSize(int value)
Sets the value of the maxSize property.
|
void |
setStepSize(int value)
Sets the value of the stepSize property.
|
void |
unsetMaxRetries() |
void |
unsetMaxSize() |
void |
unsetStepSize() |
protected Integer maxSize
protected Integer maxRetries
protected Integer stepSize
public int getMaxSize()
Integerpublic void setMaxSize(int value)
value - allowed object is
Integerpublic boolean isSetMaxSize()
public void unsetMaxSize()
public int getMaxRetries()
Integerpublic void setMaxRetries(int value)
value - allowed object is
Integerpublic boolean isSetMaxRetries()
public void unsetMaxRetries()
public int getStepSize()
Integerpublic void setStepSize(int value)
value - allowed object is
Integerpublic boolean isSetStepSize()
public void unsetStepSize()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.