|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryType
Java class for repositoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="repositoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.springframework.org/schema/webflow-config}repositoryTypeAttribute" />
<attribute name="max-conversations" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="max-continuations" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="conversation-manager-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getConversationManagerRef()
Gets the value of the conversationManagerRef property. |
BigInteger |
getMaxContinuations()
Gets the value of the maxContinuations property. |
BigInteger |
getMaxConversations()
Gets the value of the maxConversations property. |
RepositoryTypeAttribute |
getType()
Gets the value of the type property. |
void |
setConversationManagerRef(String value)
Sets the value of the conversationManagerRef property. |
void |
setMaxContinuations(BigInteger value)
Sets the value of the maxContinuations property. |
void |
setMaxConversations(BigInteger value)
Sets the value of the maxConversations property. |
void |
setType(RepositoryTypeAttribute value)
Sets the value of the type property. |
| Method Detail |
|---|
RepositoryTypeAttribute getType()
RepositoryTypeAttributevoid setType(RepositoryTypeAttribute value)
value - allowed object is
RepositoryTypeAttributeBigInteger getMaxConversations()
BigIntegervoid setMaxConversations(BigInteger value)
value - allowed object is
BigIntegerBigInteger getMaxContinuations()
BigIntegervoid setMaxContinuations(BigInteger value)
value - allowed object is
BigIntegerString getConversationManagerRef()
Stringvoid setConversationManagerRef(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||