org.codehaus.modello.plugins.xml.metadata
Class XmlModelMetadata

java.lang.Object
  extended by 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

Field Summary
static String ID
           
 
Constructor Summary
XmlModelMetadata()
           
 
Method Summary
 String getNamespace()
           
 String getNamespace(Version version)
           
 String getSchemaLocation()
           
 String getSchemaLocation(Version version)
           
 void setNamespace(String namespace)
           
 void setSchemaLocation(String schemaLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
Constructor Detail

XmlModelMetadata

public XmlModelMetadata()
Method Detail

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-2011 Codehaus. All Rights Reserved.