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">
<all>
<element name="NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DESCRIPTION" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SCHEMA">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONFIGURATIONType.SCHEMA
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected CONFIGURATIONType.SCHEMA |
schema |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDESCRIPTION()
Gets the value of the description property.
|
String |
getNAME()
Gets the value of the name property.
|
CONFIGURATIONType.SCHEMA |
getSCHEMA()
Gets the value of the schema property.
|
void |
setDESCRIPTION(String value)
Sets the value of the description property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setSCHEMA(CONFIGURATIONType.SCHEMA value)
Sets the value of the schema property.
|
protected String name
protected String description
protected CONFIGURATIONType.SCHEMA schema
public String getNAME()
Stringpublic void setNAME(String value)
value - allowed object is
Stringpublic String getDESCRIPTION()
Stringpublic void setDESCRIPTION(String value)
value - allowed object is
Stringpublic CONFIGURATIONType.SCHEMA getSCHEMA()
CONFIGURATIONType.SCHEMApublic void setSCHEMA(CONFIGURATIONType.SCHEMA value)
value - allowed object is
CONFIGURATIONType.SCHEMACopyright © 2019. All rights reserved.