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:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin:inheritance" 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 StringnamespaceName<?protected StringnamespacePrefix<?protected StringnamespaceURI<?
-
Constructor Summary
Constructors Constructor Description XmpNamespaceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceName()<?StringgetNamespacePrefix()<?StringgetNamespaceURI()<?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.
-
-
-
Field Detail
-
namespaceName
protected String namespaceName
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the namespace for the XMP data (e.g. "webPDF XMP Properties")</p>
-
namespacePrefix
protected String namespacePrefix
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the prefix for the XMP data (e.g. "webpdf")</p>
-
namespaceURI
protected String namespaceURI
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the URI for the XMP data (e.g. "http://ns.webpdf.de/webpdf/6.0/")</p>
-
-
Method Detail
-
getNamespaceName
public String getNamespaceName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the namespace for the XMP data (e.g. "webPDF XMP Properties")</p>
- Returns:
- possible object is
String
-
setNamespaceName
public void setNamespaceName(String value)
Sets the value of the namespaceName property.- Parameters:
value- allowed object isString- See Also:
getNamespaceName()
-
isSetNamespaceName
public boolean isSetNamespaceName()
-
getNamespacePrefix
public String getNamespacePrefix()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the prefix for the XMP data (e.g. "webpdf")</p>
- Returns:
- possible object is
String
-
setNamespacePrefix
public void setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.- Parameters:
value- allowed object isString- See Also:
getNamespacePrefix()
-
isSetNamespacePrefix
public boolean isSetNamespacePrefix()
-
getNamespaceURI
public String getNamespaceURI()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p625630_="https://jakarta.ee/xml/ns/jaxb" xmlns:p755083_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the URI for the XMP data (e.g. "http://ns.webpdf.de/webpdf/6.0/")</p>
- Returns:
- possible object is
String
-
setNamespaceURI
public void setNamespaceURI(String value)
Sets the value of the namespaceURI property.- Parameters:
value- allowed object isString- See Also:
getNamespaceURI()
-
isSetNamespaceURI
public boolean isSetNamespaceURI()
-
-