Class XmlModelMetadata

java.lang.Object
org.codehaus.modello.plugins.xml.metadata.XmlModelMetadata
All Implemented Interfaces:
Metadata, ModelMetadata

public class XmlModelMetadata extends Object implements ModelMetadata
Author:
Trygve Laugstøl
  • Field Details

    • ID

      public static final String ID
  • Constructor Details

    • XmlModelMetadata

      public XmlModelMetadata()
  • Method Details

    • 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)