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