All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.atlasmap.v2.MockDocument Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2018.02.13 at 05:24:46 PM EST 
//


package io.atlasmap.v2;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import com.fasterxml.jackson.annotation.JsonRootName;


/**
 * 

Java class for MockDocument complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="MockDocument">
 *   <complexContent>
 *     <extension base="{http://atlasmap.io/v2}Document">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "MockDocument") @JsonRootName("io.atlasmap.v2.MockDocument") public class MockDocument extends Document implements Serializable { private final static long serialVersionUID = 1L; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy