public class XmlInspectionRequest extends Object implements Serializable
Java class for XmlInspectionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlInspectionRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldNameBlacklist" type="{http://atlasmap.io/v2}StringList" minOccurs="0"/>
<element name="TypeNameBlacklist" type="{http://atlasmap.io/v2}StringList" minOccurs="0"/>
<element name="NamespaceBlacklist" type="{http://atlasmap.io/v2}StringList" minOccurs="0"/>
<element name="XmlData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://atlasmap.io/xml/v2}InspectionType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected io.atlasmap.v2.StringList |
fieldNameBlacklist |
protected io.atlasmap.v2.StringList |
namespaceBlacklist |
protected InspectionType |
type |
protected io.atlasmap.v2.StringList |
typeNameBlacklist |
protected String |
uri |
protected String |
xmlData |
| Constructor and Description |
|---|
XmlInspectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
io.atlasmap.v2.StringList |
getFieldNameBlacklist()
Gets the value of the fieldNameBlacklist property.
|
io.atlasmap.v2.StringList |
getNamespaceBlacklist()
Gets the value of the namespaceBlacklist property.
|
InspectionType |
getType()
Gets the value of the type property.
|
io.atlasmap.v2.StringList |
getTypeNameBlacklist()
Gets the value of the typeNameBlacklist property.
|
String |
getUri()
Gets the value of the uri property.
|
String |
getXmlData()
Gets the value of the xmlData property.
|
int |
hashCode() |
void |
setFieldNameBlacklist(io.atlasmap.v2.StringList value)
Sets the value of the fieldNameBlacklist property.
|
void |
setNamespaceBlacklist(io.atlasmap.v2.StringList value)
Sets the value of the namespaceBlacklist property.
|
void |
setType(InspectionType value)
Sets the value of the type property.
|
void |
setTypeNameBlacklist(io.atlasmap.v2.StringList value)
Sets the value of the typeNameBlacklist 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 fieldNameBlacklist
protected io.atlasmap.v2.StringList typeNameBlacklist
protected io.atlasmap.v2.StringList namespaceBlacklist
protected String xmlData
protected String uri
protected InspectionType type
public io.atlasmap.v2.StringList getFieldNameBlacklist()
StringListpublic void setFieldNameBlacklist(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic io.atlasmap.v2.StringList getTypeNameBlacklist()
StringListpublic void setTypeNameBlacklist(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic io.atlasmap.v2.StringList getNamespaceBlacklist()
StringListpublic void setNamespaceBlacklist(io.atlasmap.v2.StringList value)
value - allowed object is
StringListpublic String getXmlData()
Stringpublic void setXmlData(String value)
value - allowed object is
Stringpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic InspectionType getType()
InspectionTypepublic void setType(InspectionType value)
value - allowed object is
InspectionTypeCopyright © 2019 JBoss by Red Hat. All rights reserved.