public class DfdlInspectionRequest extends io.atlasmap.xml.v2.XmlInspectionRequest implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
dfdlSchemaName |
protected Map<String,String> |
options |
Constructor and Description |
---|
DfdlInspectionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDfdlSchemaName()
Gets the value of the dfdlSchemaName property.
|
Map<String,String> |
getOptions()
Gets the value of the options property.
|
int |
hashCode() |
void |
setDfdlSchemaName(String value)
Sets the value of the dfdlSchemaName property.
|
void |
setOptions(Map<String,String> options)
Sets the value of the options property.
|
protected String dfdlSchemaName
public Map<String,String> getOptions()
Map
public void setOptions(Map<String,String> options)
options
- allowed object is
Map
public String getDfdlSchemaName()
String
public void setDfdlSchemaName(String value)
value
- allowed object is
String
public boolean equals(Object object)
equals
in class io.atlasmap.xml.v2.XmlInspectionRequest
public int hashCode()
hashCode
in class io.atlasmap.xml.v2.XmlInspectionRequest
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.