public class SaWsContentContainer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SaWsContentContainer.Mode
This enum specifies the replacement strategy of this content containers content.
|
Constructor and Description |
---|
SaWsContentContainer()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsContent> |
getContent()
Returns the content.
|
SaWsContentContainer.Mode |
getMode()
Returns the mode of this content container.
|
Map<String,String> |
getVariables()
Returns the variables of this content container.
|
void |
setContent(List<SaWsContent> contents)
Sets the webservice content.
|
void |
setMode(SaWsContentContainer.Mode newMode)
Sets the mode of this content container.
|
void |
setVariables(Map<String,String> newVariables)
Sets the variables of this content container.
|
public List<SaWsContent> getContent()
public void setContent(List<SaWsContent> contents)
contents
- Webservice contentspublic SaWsContentContainer.Mode getMode()
public void setMode(SaWsContentContainer.Mode newMode)
newMode
- The new mode to set.public Map<String,String> getVariables()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.