org.codehaus.modello.plugins.xml.metadata
Class XmlModelMetadata
java.lang.Object
org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
- All Implemented Interfaces:
- Metadata, ModelMetadata
public class XmlModelMetadata
- extends Object
- implements ModelMetadata
- Version:
- $Id: XmlModelMetadata.java 1101 2009-01-03 20:06:31Z hboutemy $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
XmlModelMetadata
public XmlModelMetadata()
getNamespace
public String getNamespace()
setNamespace
public void setNamespace(String namespace)
getSchemaLocation
public String getSchemaLocation()
setSchemaLocation
public void setSchemaLocation(String schemaLocation)
getNamespace
public String getNamespace(Version version)
getSchemaLocation
public String getSchemaLocation(Version version)
Copyright © 2001-2013 Codehaus. All Rights Reserved.