|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.RepositoryType
public class 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>
| Field Summary | |
|---|---|
protected String |
conversationManagerRef
|
protected BigInteger |
maxContinuations
|
protected BigInteger |
maxConversations
|
protected RepositoryTypeAttribute |
type
|
| Constructor Summary | |
|---|---|
RepositoryType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.RepositoryType instance. |
|
RepositoryType(RepositoryType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.RepositoryType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
RepositoryType |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RepositoryTypeAttribute type
protected BigInteger maxConversations
protected BigInteger maxContinuations
protected String conversationManagerRef
| Constructor Detail |
|---|
public RepositoryType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.RepositoryType instance.
public RepositoryType(RepositoryType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.RepositoryType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public RepositoryTypeAttribute getType()
RepositoryTypeAttributepublic void setType(RepositoryTypeAttribute value)
value - allowed object is
RepositoryTypeAttributepublic BigInteger getMaxConversations()
BigIntegerpublic void setMaxConversations(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxContinuations()
BigIntegerpublic void setMaxContinuations(BigInteger value)
value - allowed object is
BigIntegerpublic String getConversationManagerRef()
Stringpublic void setConversationManagerRef(String value)
value - allowed object is
Stringpublic RepositoryType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||