public abstract class V2RemoteModel extends org.switchyard.config.model.BaseModel implements RemoteModel
| Constructor and Description |
|---|
V2RemoteModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Constructs a new V2RemoteJmsModel with the specified Configuration and Descriptor.
|
V2RemoteModel(String namespace,
String name)
Constructs a new V2RemoteModel of the specified namespace and name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentId()
Gets the deploymentId attribute.
|
ExtraJaxbClassesModel |
getExtraJaxbClasses()
Gets the child extraJaxbClasses model.
|
String |
getPassword()
Gets the password attribute.
|
Integer |
getTimeout()
Gets the timeout attribute.
|
String |
getUserName()
Gets the userName attribute.
|
RemoteModel |
setDeploymentId(String deploymentId)
Sets the deploymentId attribute.
|
RemoteModel |
setExtraJaxbClasses(ExtraJaxbClassesModel extraJaxbClasses)
Sets the child extraJaxbClasses model.
|
RemoteModel |
setPassword(String password)
Sets the password attribute.
|
RemoteModel |
setTimeout(Integer timeout)
Sets the timeout attribute.
|
RemoteModel |
setUserName(String userName)
Sets the userName 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 V2RemoteModel(String namespace, String name)
namespace - the namespacename - the namepublic V2RemoteModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the Configurationdesc - the Descriptorpublic String getDeploymentId()
getDeploymentId in interface RemoteModelpublic RemoteModel setDeploymentId(String deploymentId)
setDeploymentId in interface RemoteModeldeploymentId - the deploymentId attributepublic String getUserName()
getUserName in interface RemoteModelpublic RemoteModel setUserName(String userName)
setUserName in interface RemoteModeluserName - the userName attributepublic String getPassword()
getPassword in interface RemoteModelpublic RemoteModel setPassword(String password)
setPassword in interface RemoteModelpassword - the password attributepublic Integer getTimeout()
getTimeout in interface RemoteModelpublic RemoteModel setTimeout(Integer timeout)
setTimeout in interface RemoteModeltimeout - the timeout attributepublic ExtraJaxbClassesModel getExtraJaxbClasses()
getExtraJaxbClasses in interface RemoteModelpublic RemoteModel setExtraJaxbClasses(ExtraJaxbClassesModel extraJaxbClasses)
setExtraJaxbClasses in interface RemoteModelextraJaxbClasses - the child extraJaxbClasses modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.