public class ConfigurationSet extends Object
Java class for ConfigurationSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigurationSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConfigSetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
configSetName |
protected long |
id |
| Constructor and Description |
|---|
ConfigurationSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigSetName()
Gets the value of the configSetName property.
|
long |
getID()
Gets the value of the id property.
|
void |
setConfigSetName(String value)
Sets the value of the configSetName property.
|
void |
setID(long value)
Sets the value of the id property.
|
protected String configSetName
protected long id
public String getConfigSetName()
Stringpublic void setConfigSetName(String value)
value - allowed object is
Stringpublic long getID()
public void setID(long value)
Copyright © 2020. All rights reserved.