Class XmpNamespaceType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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 Summary
Fields Modifier and Type Field Description protected StringnamespaceNameprotected StringnamespacePrefixprotected StringnamespaceURI
-
Constructor Summary
Constructors Constructor Description XmpNamespaceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceName()Gets the value of the namespaceName property.StringgetNamespacePrefix()Gets the value of the namespacePrefix property.StringgetNamespaceURI()Gets the value of the namespaceURI property.booleanisSetNamespaceName()booleanisSetNamespacePrefix()booleanisSetNamespaceURI()voidsetNamespaceName(String value)Sets the value of the namespaceName property.voidsetNamespacePrefix(String value)Sets the value of the namespacePrefix property.voidsetNamespaceURI(String value)Sets the value of the namespaceURI property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
isSetNamespaceURI
public boolean isSetNamespaceURI()
-
-