net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config
Interface RepositoryType

All Known Implementing Classes:
RepositoryTypeImpl

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

getType

RepositoryTypeAttribute getType()
Gets the value of the type property.

Returns:
possible object is RepositoryTypeAttribute

setType

void setType(RepositoryTypeAttribute value)
Sets the value of the type property.

Parameters:
value - allowed object is RepositoryTypeAttribute

getMaxConversations

BigInteger getMaxConversations()
Gets the value of the maxConversations property.

Returns:
possible object is BigInteger

setMaxConversations

void setMaxConversations(BigInteger value)
Sets the value of the maxConversations property.

Parameters:
value - allowed object is BigInteger

getMaxContinuations

BigInteger getMaxContinuations()
Gets the value of the maxContinuations property.

Returns:
possible object is BigInteger

setMaxContinuations

void setMaxContinuations(BigInteger value)
Sets the value of the maxContinuations property.

Parameters:
value - allowed object is BigInteger

getConversationManagerRef

String getConversationManagerRef()
Gets the value of the conversationManagerRef property.

Returns:
possible object is String

setConversationManagerRef

void setConversationManagerRef(String value)
Sets the value of the conversationManagerRef property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.