public class CONFIGURATION extends Object
Java class for CONFIGURATION complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATION">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="DATASOURCE_TYPE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DATASOURCE_ORIGINAL_ID" type="{}DATASOURCE_ORIGINAL_IDType" minOccurs="0"/>
<element name="DATASOURCE_COMPLIANCE_DEGREE" type="{}DATASOURCE_COMPLIANCE_DEGREEType" minOccurs="0"/>
<element name="DATASOURCE_AGGREGATED" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</element>
<element name="DATASOURCE_AGGREGATOR_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ENVIRONMENTS" type="{}ENVIRONMENTSType" minOccurs="0"/>
<element name="TYPOLOGY" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MAX_SIZE_OF_DATASTRUCTURE" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AVAILABLE_DISKSPACE" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="MAX_NUMBER_OF_DATASTRUCTURE" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="OFFICIAL_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ENGLISH_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ICON_URI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="COUNTRY" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LOCATION" type="{}LOCATION"/>
<element name="REPOSITORY_WEBPAGE" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="REPOSITORY_INSTITUTION" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ADMIN_INFO" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="INTERFACES" type="{}INTERFACES"/>
<element name="DATACOLLS" type="{}DATACOLLSType" minOccurs="0"/>
<element name="REGISTERED_BY" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EXTRA_FIELDS" type="{}EXTRA_FIELDS" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
admininfo |
protected BigInteger |
availablediskspace |
protected String |
country |
protected DATACOLLSType |
datacolls |
protected String |
datasourceaggregated |
protected String |
datasourceaggregatorid |
protected DATASOURCECOMPLIANCEDEGREEType |
datasourcecompliancedegree |
protected DATASOURCEORIGINALIDType |
datasourceoriginalid |
protected String |
datasourcetype |
protected String |
englishname |
protected ENVIRONMENTSType |
environments |
protected EXTRAFIELDS |
extrafields |
protected String |
iconuri |
protected INTERFACES |
interfaces |
protected LOCATION |
location |
protected BigInteger |
maxnumberofdatastructure |
protected BigInteger |
maxsizeofdatastructure |
protected String |
officialname |
protected String |
registeredby |
protected String |
repositoryinstitution |
protected String |
repositorywebpage |
protected String |
typology |
| Constructor and Description |
|---|
CONFIGURATION() |
| Modifier and Type | Method and Description |
|---|---|
String |
getADMININFO()
Gets the value of the admininfo property.
|
BigInteger |
getAVAILABLEDISKSPACE()
Gets the value of the availablediskspace property.
|
String |
getCOUNTRY()
Gets the value of the country property.
|
DATACOLLSType |
getDATACOLLS()
Gets the value of the datacolls property.
|
String |
getDATASOURCEAGGREGATED()
Gets the value of the datasourceaggregated property.
|
String |
getDATASOURCEAGGREGATORID()
Gets the value of the datasourceaggregatorid property.
|
DATASOURCECOMPLIANCEDEGREEType |
getDATASOURCECOMPLIANCEDEGREE()
Gets the value of the datasourcecompliancedegree property.
|
DATASOURCEORIGINALIDType |
getDATASOURCEORIGINALID()
Gets the value of the datasourceoriginalid property.
|
String |
getDATASOURCETYPE()
Gets the value of the datasourcetype property.
|
String |
getENGLISHNAME()
Gets the value of the englishname property.
|
ENVIRONMENTSType |
getENVIRONMENTS()
Gets the value of the environments property.
|
EXTRAFIELDS |
getEXTRAFIELDS()
Gets the value of the extrafields property.
|
String |
getICONURI()
Gets the value of the iconuri property.
|
INTERFACES |
getINTERFACES()
Gets the value of the interfaces property.
|
LOCATION |
getLOCATION()
Gets the value of the location property.
|
BigInteger |
getMAXNUMBEROFDATASTRUCTURE()
Gets the value of the maxnumberofdatastructure property.
|
BigInteger |
getMAXSIZEOFDATASTRUCTURE()
Gets the value of the maxsizeofdatastructure property.
|
String |
getOFFICIALNAME()
Gets the value of the officialname property.
|
String |
getREGISTEREDBY()
Gets the value of the registeredby property.
|
String |
getREPOSITORYINSTITUTION()
Gets the value of the repositoryinstitution property.
|
String |
getREPOSITORYWEBPAGE()
Gets the value of the repositorywebpage property.
|
String |
getTYPOLOGY()
Gets the value of the typology property.
|
void |
setADMININFO(String value)
Sets the value of the admininfo property.
|
void |
setAVAILABLEDISKSPACE(BigInteger value)
Sets the value of the availablediskspace property.
|
void |
setCOUNTRY(String value)
Sets the value of the country property.
|
void |
setDATACOLLS(DATACOLLSType value)
Sets the value of the datacolls property.
|
void |
setDATASOURCEAGGREGATED(String value)
Sets the value of the datasourceaggregated property.
|
void |
setDATASOURCEAGGREGATORID(String value)
Sets the value of the datasourceaggregatorid property.
|
void |
setDATASOURCECOMPLIANCEDEGREE(DATASOURCECOMPLIANCEDEGREEType value)
Sets the value of the datasourcecompliancedegree property.
|
void |
setDATASOURCEORIGINALID(DATASOURCEORIGINALIDType value)
Sets the value of the datasourceoriginalid property.
|
void |
setDATASOURCETYPE(String value)
Sets the value of the datasourcetype property.
|
void |
setENGLISHNAME(String value)
Sets the value of the englishname property.
|
void |
setENVIRONMENTS(ENVIRONMENTSType value)
Sets the value of the environments property.
|
void |
setEXTRAFIELDS(EXTRAFIELDS value)
Sets the value of the extrafields property.
|
void |
setICONURI(String value)
Sets the value of the iconuri property.
|
void |
setINTERFACES(INTERFACES value)
Sets the value of the interfaces property.
|
void |
setLOCATION(LOCATION value)
Sets the value of the location property.
|
void |
setMAXNUMBEROFDATASTRUCTURE(BigInteger value)
Sets the value of the maxnumberofdatastructure property.
|
void |
setMAXSIZEOFDATASTRUCTURE(BigInteger value)
Sets the value of the maxsizeofdatastructure property.
|
void |
setOFFICIALNAME(String value)
Sets the value of the officialname property.
|
void |
setREGISTEREDBY(String value)
Sets the value of the registeredby property.
|
void |
setREPOSITORYINSTITUTION(String value)
Sets the value of the repositoryinstitution property.
|
void |
setREPOSITORYWEBPAGE(String value)
Sets the value of the repositorywebpage property.
|
void |
setTYPOLOGY(String value)
Sets the value of the typology property.
|
protected String datasourcetype
protected DATASOURCEORIGINALIDType datasourceoriginalid
protected DATASOURCECOMPLIANCEDEGREEType datasourcecompliancedegree
protected String datasourceaggregated
protected String datasourceaggregatorid
protected ENVIRONMENTSType environments
protected String typology
protected BigInteger maxsizeofdatastructure
protected BigInteger availablediskspace
protected BigInteger maxnumberofdatastructure
protected String officialname
protected String englishname
protected String iconuri
protected String country
protected LOCATION location
protected String repositorywebpage
protected String repositoryinstitution
protected String admininfo
protected INTERFACES interfaces
protected DATACOLLSType datacolls
protected String registeredby
protected EXTRAFIELDS extrafields
public String getDATASOURCETYPE()
Stringpublic void setDATASOURCETYPE(String value)
value - allowed object is
Stringpublic DATASOURCEORIGINALIDType getDATASOURCEORIGINALID()
DATASOURCEORIGINALIDTypepublic void setDATASOURCEORIGINALID(DATASOURCEORIGINALIDType value)
value - allowed object is
DATASOURCEORIGINALIDTypepublic DATASOURCECOMPLIANCEDEGREEType getDATASOURCECOMPLIANCEDEGREE()
DATASOURCECOMPLIANCEDEGREETypepublic void setDATASOURCECOMPLIANCEDEGREE(DATASOURCECOMPLIANCEDEGREEType value)
value - allowed object is
DATASOURCECOMPLIANCEDEGREETypepublic String getDATASOURCEAGGREGATED()
Stringpublic void setDATASOURCEAGGREGATED(String value)
value - allowed object is
Stringpublic String getDATASOURCEAGGREGATORID()
Stringpublic void setDATASOURCEAGGREGATORID(String value)
value - allowed object is
Stringpublic ENVIRONMENTSType getENVIRONMENTS()
ENVIRONMENTSTypepublic void setENVIRONMENTS(ENVIRONMENTSType value)
value - allowed object is
ENVIRONMENTSTypepublic String getTYPOLOGY()
Stringpublic void setTYPOLOGY(String value)
value - allowed object is
Stringpublic BigInteger getMAXSIZEOFDATASTRUCTURE()
BigIntegerpublic void setMAXSIZEOFDATASTRUCTURE(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAVAILABLEDISKSPACE()
BigIntegerpublic void setAVAILABLEDISKSPACE(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMAXNUMBEROFDATASTRUCTURE()
BigIntegerpublic void setMAXNUMBEROFDATASTRUCTURE(BigInteger value)
value - allowed object is
BigIntegerpublic String getOFFICIALNAME()
Stringpublic void setOFFICIALNAME(String value)
value - allowed object is
Stringpublic String getENGLISHNAME()
Stringpublic void setENGLISHNAME(String value)
value - allowed object is
Stringpublic String getICONURI()
Stringpublic void setICONURI(String value)
value - allowed object is
Stringpublic String getCOUNTRY()
Stringpublic void setCOUNTRY(String value)
value - allowed object is
Stringpublic LOCATION getLOCATION()
LOCATIONpublic void setLOCATION(LOCATION value)
value - allowed object is
LOCATIONpublic String getREPOSITORYWEBPAGE()
Stringpublic void setREPOSITORYWEBPAGE(String value)
value - allowed object is
Stringpublic String getREPOSITORYINSTITUTION()
Stringpublic void setREPOSITORYINSTITUTION(String value)
value - allowed object is
Stringpublic String getADMININFO()
Stringpublic void setADMININFO(String value)
value - allowed object is
Stringpublic INTERFACES getINTERFACES()
INTERFACESpublic void setINTERFACES(INTERFACES value)
value - allowed object is
INTERFACESpublic DATACOLLSType getDATACOLLS()
DATACOLLSTypepublic void setDATACOLLS(DATACOLLSType value)
value - allowed object is
DATACOLLSTypepublic String getREGISTEREDBY()
Stringpublic void setREGISTEREDBY(String value)
value - allowed object is
Stringpublic EXTRAFIELDS getEXTRAFIELDS()
EXTRAFIELDSpublic void setEXTRAFIELDS(EXTRAFIELDS value)
value - allowed object is
EXTRAFIELDSCopyright © 2022. All rights reserved.