Class FieldGroup

java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.v2.FieldGroup
All Implemented Interfaces:
Serializable

public class FieldGroup extends Field implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • FieldGroup

      public FieldGroup()
  • Method Details

    • getField

      public List<Field> getField()
      Gets the value of the field property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the field property.

      For example, to add a new item, do as follows:

          getField().add(newItem);
       

      Objects of the following type(s) are allowed in the list Field

      Returns:
      A list of Field