| 
DLESE Tools  v1.6.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.repository.MetadataFormatInfo
public class MetadataFormatInfo
Data structure that holds information about a metadata format.
| Constructor Summary | |
|---|---|
MetadataFormatInfo()
Constructor for the MetadataFormatInfo object  | 
|
MetadataFormatInfo(String metadataPrefix,
                   String schema,
                   String metadataNamespace)
Constructor for the MetadataFormatInfo object  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
Checks equality of two MetadataFormatInfo objects.  | 
 String | 
getMetadataNamespace()
Gets the metadataNamespace attribute of the MetadataFormatInfo object  | 
 String | 
getMetadataPrefix()
Gets the metadataPrefix attribute of the MetadataFormatInfo object  | 
 String | 
getSchema()
Gets the schema attribute of the MetadataFormatInfo object  | 
 void | 
setMetadataNamespace(String val)
Sets the metadataNamespace attribute of the MetadataFormatInfo object  | 
 void | 
setMetadataPrefix(String val)
Sets the metadataPrefix attribute of the MetadataFormatInfo object  | 
 void | 
setSchema(String val)
Sets the schema attribute of the MetadataFormatInfo object  | 
 String | 
toString()
Provides a String representataion for this MetadataFormatInfo.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public MetadataFormatInfo()
public MetadataFormatInfo(String metadataPrefix,
                          String schema,
                          String metadataNamespace)
metadataPrefix - The metadataPrefix.schema - The schema.metadataNamespace - The metadataNamespace.| Method Detail | 
|---|
public String getMetadataPrefix()
public void setMetadataPrefix(String val)
val - The new metadataPrefix valuepublic String getMetadataNamespace()
public void setMetadataNamespace(String val)
val - The new metadataNamespace valuepublic String getSchema()
public void setSchema(String val)
val - The new schema valuepublic String toString()
equals(Object) method.
toString in class Objectpublic boolean equals(Object o)
equals in class Objecto - The MetadataFormatInfo to compare to this.
  | 
DLESE Tools  v1.6.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||