net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config
Class RepositoryType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.RepositoryType
All Implemented Interfaces:
Serializable, Cloneable

public class RepositoryType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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.prot.collections.valueclass.spring.webflow.config.RepositoryType instance.
RepositoryType(RepositoryType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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

type

protected RepositoryTypeAttribute type

maxConversations

protected BigInteger maxConversations

maxContinuations

protected BigInteger maxContinuations

conversationManagerRef

protected String conversationManagerRef
Constructor Detail

RepositoryType

public RepositoryType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.RepositoryType instance.


RepositoryType

public RepositoryType(RepositoryType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.RepositoryType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getType

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

Returns:
possible object is RepositoryTypeAttribute

setType

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

Parameters:
value - allowed object is RepositoryTypeAttribute

getMaxConversations

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

Returns:
possible object is BigInteger

setMaxConversations

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

Parameters:
value - allowed object is BigInteger

getMaxContinuations

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

Returns:
possible object is BigInteger

setMaxContinuations

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

Parameters:
value - allowed object is BigInteger

getConversationManagerRef

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

Returns:
possible object is String

setConversationManagerRef

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

Parameters:
value - allowed object is String

clone

public RepositoryType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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