public interface RemoteModel
extends org.switchyard.config.model.Model
| 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.
|
String getDeploymentId()
RemoteModel setDeploymentId(String deploymentId)
deploymentId - the deploymentId attributeString getUserName()
RemoteModel setUserName(String userName)
userName - the userName attributeString getPassword()
RemoteModel setPassword(String password)
password - the password attributeInteger getTimeout()
RemoteModel setTimeout(Integer timeout)
timeout - the timeout attributeExtraJaxbClassesModel getExtraJaxbClasses()
RemoteModel setExtraJaxbClasses(ExtraJaxbClassesModel extraJaxbClasses)
extraJaxbClasses - the child extraJaxbClasses modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.