Class XmlModelMetadata

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

public class XmlModelMetadata extends Object implements ModelMetadata
  • Field Details

    • ID

      public static final String ID
    • namespace

      private String namespace
    • schemaLocation

      private String schemaLocation
  • 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)