Class XmpNamespaceType


  • public class XmpNamespaceType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p175014_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p244397_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the namespace for XMP metadata.</p>
     

    Java class for XmpNamespaceType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="XmpNamespaceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="namespaceName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="namespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="namespaceURI" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • namespaceName

        protected String namespaceName
      • namespacePrefix

        protected String namespacePrefix
      • namespaceURI

        protected String namespaceURI
    • Constructor Detail

      • XmpNamespaceType

        public XmpNamespaceType()
    • Method Detail

      • getNamespaceName

        public String getNamespaceName()
        Gets the value of the namespaceName property.
        Returns:
        possible object is String
      • setNamespaceName

        public void setNamespaceName​(String value)
        Sets the value of the namespaceName property.
        Parameters:
        value - allowed object is String
      • isSetNamespaceName

        public boolean isSetNamespaceName()
      • getNamespacePrefix

        public String getNamespacePrefix()
        Gets the value of the namespacePrefix property.
        Returns:
        possible object is String
      • setNamespacePrefix

        public void setNamespacePrefix​(String value)
        Sets the value of the namespacePrefix property.
        Parameters:
        value - allowed object is String
      • isSetNamespacePrefix

        public boolean isSetNamespacePrefix()
      • getNamespaceURI

        public String getNamespaceURI()
        Gets the value of the namespaceURI property.
        Returns:
        possible object is String
      • setNamespaceURI

        public void setNamespaceURI​(String value)
        Sets the value of the namespaceURI property.
        Parameters:
        value - allowed object is String
      • isSetNamespaceURI

        public boolean isSetNamespaceURI()