public static class XmlSchema.XmlNs extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="namespace-uri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
namespaceUri |
protected String |
prefix |
Constructor and Description |
---|
XmlNs() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Gets the value of the namespaceUri property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
void |
setNamespaceUri(String value)
Sets the value of the namespaceUri property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
public String getNamespaceUri()
String
public void setNamespaceUri(String value)
value
- allowed object is
String
public String getPrefix()
String
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.