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
FieldsFields inherited from class io.atlasmap.xml.v2.XmlInspectionRequest
fieldNameExclusions, namespaceExclusions, type, typeNameExclusions, uri, xmlData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the dfdlSchemaName property.Gets the value of the options property.inthashCode()voidsetDfdlSchemaName(String value) Sets the value of the dfdlSchemaName property.voidsetOptions(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:
equalsin classXmlInspectionRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classXmlInspectionRequest
-