Class DfdlInspectionRequest

java.lang.Object
io.atlasmap.xml.v2.XmlInspectionRequest
io.atlasmap.dfdl.v2.DfdlInspectionRequest
All Implemented Interfaces:
Serializable

public class DfdlInspectionRequest extends XmlInspectionRequest implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • DfdlInspectionRequest

      public DfdlInspectionRequest()
  • Method Details

    • getOptions

      public Map<String,String> getOptions()
      Gets the value of the options property.
      Returns:
      possible object is Map
    • setOptions

      public void setOptions(Map<String,String> options)
      Sets the value of the options property.
      Parameters:
      options - allowed object is Map
    • getDfdlSchemaName

      public String getDfdlSchemaName()
      Gets the value of the dfdlSchemaName property.
      Returns:
      possible object is String
    • setDfdlSchemaName

      public void setDfdlSchemaName(String value)
      Sets the value of the dfdlSchemaName property.
      Parameters:
      value - allowed object is String
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class XmlInspectionRequest
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class XmlInspectionRequest