org.gcube.common.repository
Class MetadataFormat

java.lang.Object
  extended by org.gcube.common.repository.MetadataFormat

public class MetadataFormat
extends Object

Version:
0.1
Author:
David Uvalle, david.uvalle@gmail.com

Constructor Summary
MetadataFormat()
           
 
Method Summary
 String getMetadataNamespace()
           
 String getMetadataPrefix()
           
 String getSchema()
           
 void setMetadataNamespace(String metadataNamespace)
           
 void setMetadataPrefix(String metadataPrefix)
           
 void setSchema(String schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataFormat

public MetadataFormat()
Method Detail

getMetadataPrefix

public String getMetadataPrefix()

setMetadataPrefix

public void setMetadataPrefix(String metadataPrefix)

getSchema

public String getSchema()

setSchema

public void setSchema(String schema)

getMetadataNamespace

public String getMetadataNamespace()

setMetadataNamespace

public void setMetadataNamespace(String metadataNamespace)


Copyright © 2013. All Rights Reserved.