public class XmpNamespaceType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
namespaceName |
protected String |
namespacePrefix |
protected String |
namespaceURI |
| Constructor and Description |
|---|
XmpNamespaceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceName()
Gets the value of the namespaceName property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getNamespaceURI()
Gets the value of the namespaceURI property.
|
boolean |
isSetNamespaceName() |
boolean |
isSetNamespacePrefix() |
boolean |
isSetNamespaceURI() |
void |
setNamespaceName(String value)
Sets the value of the namespaceName property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setNamespaceURI(String value)
Sets the value of the namespaceURI property.
|
protected String namespaceName
protected String namespacePrefix
protected String namespaceURI
public String getNamespaceName()
Stringpublic void setNamespaceName(String value)
value - allowed object is
Stringpublic boolean isSetNamespaceName()
public String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic boolean isSetNamespacePrefix()
public String getNamespaceURI()
Stringpublic void setNamespaceURI(String value)
value - allowed object is
Stringpublic boolean isSetNamespaceURI()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.