public class CONFIGURATION extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{}TYPOLOGY"/>
<element ref="{}MAX_SIZE_OF_DATASTRUCTURE"/>
<element ref="{}AVAILABLE_DISKSPACE"/>
<element ref="{}MAX_NUMBER_OF_DATASTRUCTURE"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
availablediskspace |
protected int |
maxnumberofdatastructure |
protected int |
maxsizeofdatastructure |
protected String |
typology |
| Constructor and Description |
|---|
CONFIGURATION() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAVAILABLEDISKSPACE()
Gets the value of the availablediskspace property.
|
int |
getMAXNUMBEROFDATASTRUCTURE()
Gets the value of the maxnumberofdatastructure property.
|
int |
getMAXSIZEOFDATASTRUCTURE()
Gets the value of the maxsizeofdatastructure property.
|
String |
getTYPOLOGY()
Gets the value of the typology property.
|
void |
setAVAILABLEDISKSPACE(int value)
Sets the value of the availablediskspace property.
|
void |
setMAXNUMBEROFDATASTRUCTURE(int value)
Sets the value of the maxnumberofdatastructure property.
|
void |
setMAXSIZEOFDATASTRUCTURE(int value)
Sets the value of the maxsizeofdatastructure property.
|
void |
setTYPOLOGY(String value)
Sets the value of the typology property.
|
protected String typology
protected int maxsizeofdatastructure
protected int availablediskspace
protected int maxnumberofdatastructure
public String getTYPOLOGY()
Stringpublic void setTYPOLOGY(String value)
value - allowed object is
Stringpublic int getMAXSIZEOFDATASTRUCTURE()
public void setMAXSIZEOFDATASTRUCTURE(int value)
public int getAVAILABLEDISKSPACE()
public void setAVAILABLEDISKSPACE(int value)
public int getMAXNUMBEROFDATASTRUCTURE()
public void setMAXNUMBEROFDATASTRUCTURE(int value)
Copyright © 2019. All rights reserved.