Class 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 Detail

      • metadataPrefix

        protected String metadataPrefix
      • schema

        protected String schema
      • metadataNamespace

        protected String metadataNamespace
    • Constructor Detail

      • MetadataFormatType

        public MetadataFormatType()
    • 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 ;