public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NAME">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="OWNER">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="DESCRIPTION">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="COLLECTIONS" type="{}COLLECTIONSType"/>
<element name="MANAGERS" type="{}MANAGERSType"/>
<element name="RECOMMENDATIONS" type="{}RECOMMENDATIONSType"/>
<element name="authoritativeDocuments" type="{}authoritativeDocumentsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONFIGURATIONType.DESCRIPTION
Java class for anonymous complex type.
|
static class |
CONFIGURATIONType.NAME
Java class for anonymous complex type.
|
static class |
CONFIGURATIONType.OWNER
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AuthoritativeDocumentsType |
authoritativeDocuments |
protected COLLECTIONSType |
collections |
protected CONFIGURATIONType.DESCRIPTION |
description |
protected MANAGERSType |
managers |
protected CONFIGURATIONType.NAME |
name |
protected CONFIGURATIONType.OWNER |
owner |
protected RECOMMENDATIONSType |
recommendations |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
AuthoritativeDocumentsType |
getAuthoritativeDocuments()
Gets the value of the authoritativeDocuments property.
|
COLLECTIONSType |
getCOLLECTIONS()
Gets the value of the collections property.
|
CONFIGURATIONType.DESCRIPTION |
getDESCRIPTION()
Gets the value of the description property.
|
MANAGERSType |
getMANAGERS()
Gets the value of the managers property.
|
CONFIGURATIONType.NAME |
getNAME()
Gets the value of the name property.
|
CONFIGURATIONType.OWNER |
getOWNER()
Gets the value of the owner property.
|
RECOMMENDATIONSType |
getRECOMMENDATIONS()
Gets the value of the recommendations property.
|
void |
setAuthoritativeDocuments(AuthoritativeDocumentsType value)
Sets the value of the authoritativeDocuments property.
|
void |
setCOLLECTIONS(COLLECTIONSType value)
Sets the value of the collections property.
|
void |
setDESCRIPTION(CONFIGURATIONType.DESCRIPTION value)
Sets the value of the description property.
|
void |
setMANAGERS(MANAGERSType value)
Sets the value of the managers property.
|
void |
setNAME(CONFIGURATIONType.NAME value)
Sets the value of the name property.
|
void |
setOWNER(CONFIGURATIONType.OWNER value)
Sets the value of the owner property.
|
void |
setRECOMMENDATIONS(RECOMMENDATIONSType value)
Sets the value of the recommendations property.
|
protected CONFIGURATIONType.NAME name
protected CONFIGURATIONType.OWNER owner
protected CONFIGURATIONType.DESCRIPTION description
protected COLLECTIONSType collections
protected MANAGERSType managers
protected RECOMMENDATIONSType recommendations
protected AuthoritativeDocumentsType authoritativeDocuments
public CONFIGURATIONType.NAME getNAME()
CONFIGURATIONType.NAMEpublic void setNAME(CONFIGURATIONType.NAME value)
value - allowed object is
CONFIGURATIONType.NAMEpublic CONFIGURATIONType.OWNER getOWNER()
CONFIGURATIONType.OWNERpublic void setOWNER(CONFIGURATIONType.OWNER value)
value - allowed object is
CONFIGURATIONType.OWNERpublic CONFIGURATIONType.DESCRIPTION getDESCRIPTION()
CONFIGURATIONType.DESCRIPTIONpublic void setDESCRIPTION(CONFIGURATIONType.DESCRIPTION value)
value - allowed object is
CONFIGURATIONType.DESCRIPTIONpublic COLLECTIONSType getCOLLECTIONS()
COLLECTIONSTypepublic void setCOLLECTIONS(COLLECTIONSType value)
value - allowed object is
COLLECTIONSTypepublic MANAGERSType getMANAGERS()
MANAGERSTypepublic void setMANAGERS(MANAGERSType value)
value - allowed object is
MANAGERSTypepublic RECOMMENDATIONSType getRECOMMENDATIONS()
RECOMMENDATIONSTypepublic void setRECOMMENDATIONS(RECOMMENDATIONSType value)
value - allowed object is
RECOMMENDATIONSTypepublic AuthoritativeDocumentsType getAuthoritativeDocuments()
AuthoritativeDocumentsTypepublic void setAuthoritativeDocuments(AuthoritativeDocumentsType value)
value - allowed object is
AuthoritativeDocumentsTypeCopyright © 2022. All rights reserved.