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

org.springframework.schema.beans.Property 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 Property
    extends JAXBElement
{

    protected final static QName NAME = new QName("http://www.springframework.org/schema/beans", "property");

    public Property(PropertyType value) {
        super(NAME, ((Class) PropertyType.class), null, value);
    }

    public Property() {
        super(NAME, ((Class) PropertyType.class), null, null);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy