public class MetadataFormatType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
metadataNamespace |
protected String |
metadataPrefix |
protected String |
schema |
| Constructor and Description |
|---|
MetadataFormatType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadataNamespace()
Gets the value of the metadataNamespace property.
|
String |
getMetadataPrefix()
Gets the value of the metadataPrefix property.
|
String |
getSchema()
Gets the value of the schema property.
|
void |
setMetadataNamespace(String value)
Sets the value of the metadataNamespace property.
|
void |
setMetadataPrefix(String value)
Sets the value of the metadataPrefix property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
protected String metadataPrefix
protected String schema
protected String metadataNamespace
public String getMetadataPrefix()
public void setMetadataPrefix(String value)
value - allowed object is ;public String getSchema()
public void setSchema(String value)
value - allowed object is ;public String getMetadataNamespace()
public void setMetadataNamespace(String value)
value - allowed object is ;Copyright © 2020. All rights reserved.