Package generated
Class Configuration
- java.lang.Object
-
- generated.Configuration
-
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"> <sequence> <element ref="{}ARD" minOccurs="0"/> <element ref="{}RD" minOccurs="0"/> <element name="ResourceCatalogues" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}ResourceCatalogue" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Configuration.ResourceCatalogues
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ARDApiCT
ard
protected RDApiCT
rd
protected Configuration.ResourceCatalogues
resourceCatalogues
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ARDApiCT
getARD()
Gets the value of the ard property.RDApiCT
getRD()
Gets the value of the rd property.Configuration.ResourceCatalogues
getResourceCatalogues()
Gets the value of the resourceCatalogues property.void
setARD(ARDApiCT value)
Sets the value of the ard property.void
setRD(RDApiCT value)
Sets the value of the rd property.void
setResourceCatalogues(Configuration.ResourceCatalogues value)
Sets the value of the resourceCatalogues property.
-
-
-
Field Detail
-
ard
protected ARDApiCT ard
-
rd
protected RDApiCT rd
-
resourceCatalogues
protected Configuration.ResourceCatalogues resourceCatalogues
-
-
Method Detail
-
getARD
public ARDApiCT getARD()
Gets the value of the ard property.- Returns:
- possible object is
ARDApiCT
-
setARD
public void setARD(ARDApiCT value)
Sets the value of the ard property.- Parameters:
value
- allowed object isARDApiCT
-
setRD
public void setRD(RDApiCT value)
Sets the value of the rd property.- Parameters:
value
- allowed object isRDApiCT
-
getResourceCatalogues
public Configuration.ResourceCatalogues getResourceCatalogues()
Gets the value of the resourceCatalogues property.- Returns:
- possible object is
Configuration.ResourceCatalogues
-
setResourceCatalogues
public void setResourceCatalogues(Configuration.ResourceCatalogues value)
Sets the value of the resourceCatalogues property.- Parameters:
value
- allowed object isConfiguration.ResourceCatalogues
-
-