
org.springframework.schema.beans.Set Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-146
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.05.05 at 02:27:11 PM BST
//
package org.springframework.schema.beans;
import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;
public class Set
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.springframework.org/schema/beans", "set");
public Set(ListOrSetType value) {
super(NAME, ((Class) ListOrSetType.class), null, value);
}
public Set() {
super(NAME, ((Class) ListOrSetType.class), null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy