Package io.atlasmap.dfdl.v2
Class DfdlInspectionRequest
java.lang.Object
io.atlasmap.xml.v2.XmlInspectionRequest
io.atlasmap.dfdl.v2.DfdlInspectionRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class io.atlasmap.xml.v2.XmlInspectionRequest
fieldNameExclusions, namespaceExclusions, type, typeNameExclusions, uri, xmlData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the dfdlSchemaName property.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.Methods inherited from class io.atlasmap.xml.v2.XmlInspectionRequest
getFieldNameExclusions, getNamespaceExclusions, getType, getTypeNameExclusions, getUri, getXmlData, setFieldNameExclusions, setNamespaceExclusions, setType, setTypeNameExclusions, setUri, setXmlData
-
Field Details
-
dfdlSchemaName
-
options
-
-
Constructor Details
-
DfdlInspectionRequest
public DfdlInspectionRequest()
-
-
Method Details
-
getOptions
Gets the value of the options property.- Returns:
- possible object is
Map
-
setOptions
Sets the value of the options property.- Parameters:
options
- allowed object isMap
-
getDfdlSchemaName
Gets the value of the dfdlSchemaName property.- Returns:
- possible object is
String
-
setDfdlSchemaName
Sets the value of the dfdlSchemaName property.- Parameters:
value
- allowed object isString
-
equals
- Overrides:
equals
in classXmlInspectionRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classXmlInspectionRequest
-