public class ProcessMappingResponse extends Object implements Serializable
Java class for ProcessMappingResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessMappingResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element name="Mapping" type="{http://atlasmap.io/v2}Mapping" minOccurs="0"/> <element name="Audits" type="{http://atlasmap.io/v2}Audits" minOccurs="0"/> </sequence> <element name="AtlasMappingResult" type="{http://atlasmap.io/v2}AtlasMappingResult" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AtlasMappingResult |
atlasMappingResult |
protected Audits |
audits |
protected Mapping |
mapping |
Constructor and Description |
---|
ProcessMappingResponse() |
Modifier and Type | Method and Description |
---|---|
AtlasMappingResult |
getAtlasMappingResult()
Gets the value of the atlasMappingResult property.
|
Audits |
getAudits()
Gets the value of the audits property.
|
Mapping |
getMapping()
Gets the value of the mapping property.
|
void |
setAtlasMappingResult(AtlasMappingResult value)
Sets the value of the atlasMappingResult property.
|
void |
setAudits(Audits value)
Sets the value of the audits property.
|
void |
setMapping(Mapping value)
Sets the value of the mapping property.
|
protected Mapping mapping
protected Audits audits
protected AtlasMappingResult atlasMappingResult
public Mapping getMapping()
Mapping
public void setMapping(Mapping value)
value
- allowed object is
Mapping
public Audits getAudits()
Audits
public void setAudits(Audits value)
value
- allowed object is
Audits
public AtlasMappingResult getAtlasMappingResult()
AtlasMappingResult
public void setAtlasMappingResult(AtlasMappingResult value)
value
- allowed object is
AtlasMappingResult
Copyright © 2018 JBoss by Red Hat. All rights reserved.