Class MetadataFormatType
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.spec.MetadataFormatType
-
public class MetadataFormatType extends Object
Java class for metadataFormatType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmetadataNamespaceprotected StringmetadataPrefixprotected Stringschema
-
Constructor Summary
Constructors Constructor Description MetadataFormatType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMetadataNamespace()Gets the value of the metadataNamespace property.StringgetMetadataPrefix()Gets the value of the metadataPrefix property.StringgetSchema()Gets the value of the schema property.voidsetMetadataNamespace(String value)Sets the value of the metadataNamespace property.voidsetMetadataPrefix(String value)Sets the value of the metadataPrefix property.voidsetSchema(String value)Sets the value of the schema property.
-
-
-
Method Detail
-
getMetadataPrefix
public String getMetadataPrefix()
Gets the value of the metadataPrefix property.- Returns:
- possible object is ;
-
setMetadataPrefix
public void setMetadataPrefix(String value)
Sets the value of the metadataPrefix property.- Parameters:
value- allowed object is ;
-
getSchema
public String getSchema()
Gets the value of the schema property.- Returns:
- possible object is ;
-
setSchema
public void setSchema(String value)
Sets the value of the schema property.- Parameters:
value- allowed object is ;
-
getMetadataNamespace
public String getMetadataNamespace()
Gets the value of the metadataNamespace property.- Returns:
- possible object is ;
-
setMetadataNamespace
public void setMetadataNamespace(String value)
Sets the value of the metadataNamespace property.- Parameters:
value- allowed object is ;
-
-