public class JsonDataSource extends io.atlasmap.v2.DataSource implements Serializable
Java class for JsonDataSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JsonDataSource"> <complexContent> <extension base="{http://atlasmap.io/v2}DataSource"> <sequence> <element name="Template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
JsonDataSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getTemplate()
Gets the value of the template property.
|
int |
hashCode() |
void |
setTemplate(String value)
Sets the value of the template property.
|
protected String template
Copyright © 2018 JBoss by Red Hat. All rights reserved.