public class AtlasMappingResult extends Object implements Serializable
Java class for AtlasMappingResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AtlasMappingResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TargetDocuments" type="{http://atlasmap.io/v2}TargetDocument" maxOccurs="unbounded" minOccurs="0"/> <element name="Audits" type="{http://atlasmap.io/v2}Audits" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Audits |
audits |
protected List<TargetDocument> |
targetDocuments |
Constructor and Description |
---|
AtlasMappingResult() |
Modifier and Type | Method and Description |
---|---|
Audits |
getAudits()
Gets the value of the audits property.
|
List<TargetDocument> |
getTargetDocuments()
Gets the value of the targetDocuments property.
|
void |
setAudits(Audits value)
Sets the value of the audits property.
|
protected List<TargetDocument> targetDocuments
protected Audits audits
public List<TargetDocument> getTargetDocuments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the targetDocuments property.
For example, to add a new item, do as follows:
getTargetDocuments().add(newItem);
Objects of the following type(s) are allowed in the list
TargetDocument
public Audits getAudits()
Audits
Copyright © 2018 JBoss by Red Hat. All rights reserved.