public static class Configurations.Configuration.Variant
extends java.lang.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="{http://www.ehcache.org/v3}config"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
config |
protected java.lang.String |
type |
Constructor and Description |
---|
Variant() |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getConfig()
Gets the value of the config property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setConfig(org.w3c.dom.Element value)
Sets the value of the config property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
Configurations.Configuration.Variant |
withConfig(org.w3c.dom.Element value) |
Configurations.Configuration.Variant |
withType(java.lang.String value) |
public org.w3c.dom.Element getConfig()
Element
public void setConfig(org.w3c.dom.Element value)
value
- allowed object is
Element
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public Configurations.Configuration.Variant withConfig(org.w3c.dom.Element value)
public Configurations.Configuration.Variant withType(java.lang.String value)