blob: f29c2cbe35bdeda301c5b7c2e1bbfcd9aa7bfc1c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0, which accompanies this distribution
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Oracle - initial API and implementation
*******************************************************************************/
package org.eclipse.jpt.jaxb.eclipselink.core.context.oxm;
import org.eclipse.jpt.jaxb.core.context.JaxbContextNode;
public interface OxmXmlBindings
extends JaxbContextNode {
// ***** package name *****
public final static String PACKAGE_NAME_PROPERTY = "packageName"; //$NON-NLS-1$
public String getPackageName();
public void setPackageName(String packageName);
}