public class ServiceType
extends java.lang.Object
Java class for service-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.ehcache.org/v3}service-creation-configuration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Element |
serviceCreationConfiguration |
| Constructor and Description |
|---|
ServiceType() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
getServiceCreationConfiguration()
Gets the value of the serviceCreationConfiguration property.
|
void |
setServiceCreationConfiguration(org.w3c.dom.Element value)
Sets the value of the serviceCreationConfiguration property.
|
ServiceType |
withServiceCreationConfiguration(org.w3c.dom.Element value) |
protected org.w3c.dom.Element serviceCreationConfiguration
public org.w3c.dom.Element getServiceCreationConfiguration()
Elementpublic void setServiceCreationConfiguration(org.w3c.dom.Element value)
value - allowed object is
Elementpublic ServiceType withServiceCreationConfiguration(org.w3c.dom.Element value)