org.jboss.soa.esb.actions.converters.xstream.conf
Class ImplicitCollectionConf

java.lang.Object
  extended by org.jboss.soa.esb.actions.converters.xstream.conf.ImplicitCollectionConf

public class ImplicitCollectionConf
extends java.lang.Object

XStream configuration class that holds information about implicit collections.

Author:
Daniel Bevenius

Constructor Summary
ImplicitCollectionConf(java.lang.String ownerType, java.lang.String fieldName, java.lang.String itemFieldName, java.lang.String itemType)
           
 
Method Summary
 java.lang.String getFieldName()
           
 java.lang.String getItemFieldName()
           
 java.lang.Class<?> getItemType()
           
 java.lang.Class<?> getOwnerType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImplicitCollectionConf

public ImplicitCollectionConf(java.lang.String ownerType,
                              java.lang.String fieldName,
                              java.lang.String itemFieldName,
                              java.lang.String itemType)
Method Detail

getOwnerType

public java.lang.Class<?> getOwnerType()

getFieldName

public java.lang.String getFieldName()

getItemFieldName

public java.lang.String getItemFieldName()

getItemType

public java.lang.Class<?> getItemType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object