Package io.atlasmap.xml.v2
Class XmlInspectionRequest
java.lang.Object
io.atlasmap.xml.v2.XmlInspectionRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DfdlInspectionRequest
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringListprotected StringListprotected InspectionTypeprotected StringListprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the fieldNameExclusions property.Gets the value of the namespaceExclusions property.getType()Gets the value of the type property.Gets the value of the typeNameExclusions property.getUri()Gets the value of the uri property.Gets the value of the xmlData property.inthashCode()voidsetFieldNameExclusions(StringList value) Sets the value of the fieldNameExclusions property.voidsetNamespaceExclusions(StringList value) Sets the value of the namespaceExclusions property.voidsetType(InspectionType value) Sets the value of the type property.voidsetTypeNameExclusions(StringList value) Sets the value of the typeNameExclusions property.voidSets the value of the uri property.voidsetXmlData(String value) Sets the value of the xmlData property.
-
Field Details
-
fieldNameExclusions
-
typeNameExclusions
-
namespaceExclusions
-
xmlData
-
uri
-
type
-
-
Constructor Details
-
XmlInspectionRequest
public XmlInspectionRequest()
-
-
Method Details
-
getFieldNameExclusions
Gets the value of the fieldNameExclusions property.- Returns:
- possible object is
StringList
-
setFieldNameExclusions
Sets the value of the fieldNameExclusions property.- Parameters:
value- allowed object isStringList
-
getTypeNameExclusions
Gets the value of the typeNameExclusions property.- Returns:
- possible object is
StringList
-
setTypeNameExclusions
Sets the value of the typeNameExclusions property.- Parameters:
value- allowed object isStringList
-
getNamespaceExclusions
Gets the value of the namespaceExclusions property.- Returns:
- possible object is
StringList
-
setNamespaceExclusions
Sets the value of the namespaceExclusions property.- Parameters:
value- allowed object isStringList
-
getXmlData
Gets the value of the xmlData property.- Returns:
- possible object is
String
-
setXmlData
Sets the value of the xmlData property.- Parameters:
value- allowed object isString
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
InspectionType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isInspectionType
-
equals
-
hashCode
public int hashCode()
-