public class V1LoggerModel extends org.switchyard.config.model.BaseNamedModel implements LoggerModel
LOGGER| Constructor and Description |
|---|
V1LoggerModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new MappingModel with the specified configuration and descriptor.
|
V1LoggerModel(String namespace)
Creates a new MappingModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInterval()
Gets the interval attribute.
|
String |
getLog()
Gets the log attribute.
|
LoggerType |
getType()
Gets the type attribute.
|
LoggerModel |
setInterval(Integer interval)
Sets the interval attribute.
|
LoggerModel |
setLog(String log)
Sets the log attribute.
|
LoggerModel |
setType(LoggerType type)
Sets the type attribute.
|
getName, getQName, getTargetNamespace, getTargetNamespaceURI, setNameaddChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writepublic V1LoggerModel(String namespace)
namespace - the namespacepublic V1LoggerModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic Integer getInterval()
getInterval in interface LoggerModelpublic LoggerModel setInterval(Integer interval)
setInterval in interface LoggerModelinterval - the interval attributepublic String getLog()
getLog in interface LoggerModelpublic LoggerModel setLog(String log)
setLog in interface LoggerModellog - the log attributepublic LoggerType getType()
getType in interface LoggerModelpublic LoggerModel setType(LoggerType type)
setType in interface LoggerModeltype - the type attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.