public class XmlInspectionRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected io.atlasmap.v2.StringList |
fieldNameExclusions |
protected io.atlasmap.v2.StringList |
namespaceExclusions |
protected InspectionType |
type |
protected io.atlasmap.v2.StringList |
typeNameExclusions |
protected String |
uri |
protected String |
xmlData |
Constructor and Description |
---|
XmlInspectionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
io.atlasmap.v2.StringList |
getFieldNameExclusions()
Gets the value of the fieldNameExclusions property.
|
io.atlasmap.v2.StringList |
getNamespaceExclusions()
Gets the value of the namespaceExclusions property.
|
InspectionType |
getType()
Gets the value of the type property.
|
io.atlasmap.v2.StringList |
getTypeNameExclusions()
Gets the value of the typeNameExclusions property.
|
String |
getUri()
Gets the value of the uri property.
|
String |
getXmlData()
Gets the value of the xmlData property.
|
int |
hashCode() |
void |
setFieldNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the fieldNameExclusions property.
|
void |
setNamespaceExclusions(io.atlasmap.v2.StringList value)
Sets the value of the namespaceExclusions property.
|
void |
setType(InspectionType value)
Sets the value of the type property.
|
void |
setTypeNameExclusions(io.atlasmap.v2.StringList value)
Sets the value of the typeNameExclusions property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setXmlData(String value)
Sets the value of the xmlData property.
|
protected io.atlasmap.v2.StringList fieldNameExclusions
protected io.atlasmap.v2.StringList typeNameExclusions
protected io.atlasmap.v2.StringList namespaceExclusions
protected String xmlData
protected String uri
protected InspectionType type
public io.atlasmap.v2.StringList getFieldNameExclusions()
StringList
public void setFieldNameExclusions(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public io.atlasmap.v2.StringList getTypeNameExclusions()
StringList
public void setTypeNameExclusions(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public io.atlasmap.v2.StringList getNamespaceExclusions()
StringList
public void setNamespaceExclusions(io.atlasmap.v2.StringList value)
value
- allowed object is
StringList
public String getXmlData()
String
public void setXmlData(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public InspectionType getType()
InspectionType
public void setType(InspectionType value)
value
- allowed object is
InspectionType
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.