Class Collection

java.lang.Object
io.atlasmap.v2.BaseMapping
io.atlasmap.v2.Collection
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JavaCollection

@Deprecated public class Collection extends BaseMapping implements Serializable
Deprecated.
See Also:
  • Field Details

    • mappings

      protected Mappings mappings
      Deprecated.
    • collectionSize

      protected BigInteger collectionSize
      Deprecated.
    • collectionType

      protected CollectionType collectionType
      Deprecated.
  • Constructor Details

    • Collection

      public Collection()
      Deprecated.
  • Method Details

    • getMappings

      public Mappings getMappings()
      Deprecated.
      Gets the value of the mappings property.
      Returns:
      possible object is Mappings
    • setMappings

      public void setMappings(Mappings value)
      Deprecated.
      Sets the value of the mappings property.
      Parameters:
      value - allowed object is Mappings
    • getCollectionSize

      public BigInteger getCollectionSize()
      Deprecated.
      Gets the value of the collectionSize property.
      Returns:
      possible object is BigInteger
    • setCollectionSize

      public void setCollectionSize(BigInteger value)
      Deprecated.
      Sets the value of the collectionSize property.
      Parameters:
      value - allowed object is BigInteger
    • getCollectionType

      public CollectionType getCollectionType()
      Deprecated.
      Gets the value of the collectionType property.
      Returns:
      possible object is CollectionType
    • setCollectionType

      public void setCollectionType(CollectionType value)
      Deprecated.
      Sets the value of the collectionType property.
      Parameters:
      value - allowed object is CollectionType