de.focus_shift.jollyday.jackson.mapping.Sources Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jollyday-jackson Show documentation
Show all versions of jollyday-jackson Show documentation
Jackson based jollyday implementation
The newest version!
package de.focus_shift.jollyday.jackson.mapping;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import java.util.ArrayList;
import java.util.List;
/**
* Java class for Sources complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Sources">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Source" type="{https://focus_shift.de/jollyday/schema/holiday}Source" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*/
public class Sources {
@JacksonXmlElementWrapper(localName = "Source", useWrapping = false)
protected List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy