Class TLcdGML32OperationParameterGroup

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115OperationParameterGroup

public class TLcdGML32OperationParameterGroup extends TLcdGML32AbstractGeneralOperationParameter
gml:OperationParameterGroup is the definition of a group of parameters used by an operation method. This complex type is expected to be used or extended for all applicable operation methods, without defining operation-method-specialized element names. The generalOperationParameter elements are an unordered list of associations to the set of operation parameters that are members of this group.
Since:
2026.0
  • Field Details

    • MAXIMUM_OCCURS_PROPERTY

      public static final TLcdDataProperty MAXIMUM_OCCURS_PROPERTY
      Data property that maps to the maximumOccurs element. The possible values for this property are instances of Long.
    • PARAMETER_PROPERTY

      public static final TLcdDataProperty PARAMETER_PROPERTY
      Data property that maps to the parameter element. The possible values for this property are instances of List<TLcdGML32AbstractGeneralOperationParameterProperty>.
  • Constructor Details

    • TLcdGML32OperationParameterGroup

      public TLcdGML32OperationParameterGroup()
    • TLcdGML32OperationParameterGroup

      public TLcdGML32OperationParameterGroup(TLcdDataType aType)
  • Method Details

    • getMaximumOccurs

      public Long getMaximumOccurs()
      Returns the value of the property that maps to the maximumOccurs element.

      gml:maximumOccurs is the maximum number of times that values for this parameter group may be included. If this attribute is omitted, the maximum number shall be one.

      Returns:
      the value of the MAXIMUM_OCCURS_PROPERTY property.
    • setMaximumOccurs

      public void setMaximumOccurs(Long aValue)
      Sets the value of the property that maps to the maximumOccurs element.

      gml:maximumOccurs is the maximum number of times that values for this parameter group may be included. If this attribute is omitted, the maximum number shall be one.

      Parameters:
      aValue - the value to set for the MAXIMUM_OCCURS_PROPERTY property.
    • getParameter

      Returns the value of the property that maps to the parameter element.

      gml:parameter is an association to an operation parameter or parameter group.

      Returns:
      the value of the PARAMETER_PROPERTY property.
      See Also: