public class V1ContainerModel extends org.switchyard.config.model.BaseModel implements ContainerModel
CONTAINER| Constructor and Description |
|---|
V1ContainerModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Constructs a new V1ContainerModel with the specified Configuration and Descriptor.
|
V1ContainerModel(String namespace)
Constructs a new V1ContainerModel of the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
Gets the baseName attribute.
|
String |
getReleaseId()
Gets the releaseId attribute.
|
Long |
getScanInterval()
Gets the scanInterval attribute.
|
String |
getSessionName()
Gets the sessionName attribute.
|
boolean |
isScan()
Gets the scan attribute.
|
ContainerModel |
setBaseName(String baseName)
Sets the baseName attribute.
|
ContainerModel |
setReleaseId(String releaseId)
Sets the releaseId attribute.
|
ContainerModel |
setScan(boolean scan)
Sets the scan attribute.
|
ContainerModel |
setScanInterval(Long scanInterval)
Sets the scanInterval attribute.
|
ContainerModel |
setSessionName(String sessionName)
Sets the sessionName attribute.
|
addChildModel, 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 V1ContainerModel(String namespace)
namespace - the namespacepublic V1ContainerModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the Configurationdesc - the Descriptorpublic String getBaseName()
getBaseName in interface ContainerModelpublic ContainerModel setBaseName(String baseName)
setBaseName in interface ContainerModelbaseName - the baseName attributepublic String getReleaseId()
getReleaseId in interface ContainerModelpublic ContainerModel setReleaseId(String releaseId)
setReleaseId in interface ContainerModelreleaseId - the releaseId attributepublic boolean isScan()
isScan in interface ContainerModelpublic ContainerModel setScan(boolean scan)
setScan in interface ContainerModelscan - the scan attributepublic Long getScanInterval()
getScanInterval in interface ContainerModelpublic ContainerModel setScanInterval(Long scanInterval)
setScanInterval in interface ContainerModelscanInterval - the scanInterval attributepublic String getSessionName()
getSessionName in interface ContainerModelpublic ContainerModel setSessionName(String sessionName)
setSessionName in interface ContainerModelsessionName - the baseName attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.