public class Namespace
extends java.lang.Object
Java class for Namespace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Namespace"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute ref="{}prefix use="required""/> <attribute ref="{}uri use="required""/> <attribute ref="{}default"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
_default |
protected java.lang.String |
prefix |
protected java.lang.String |
uri |
Constructor and Description |
---|
Namespace() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix()
Gets the value of the prefix property.
|
java.lang.String |
getUri()
Gets the value of the uri property.
|
boolean |
isDefault()
Gets the value of the default property.
|
void |
setDefault(java.lang.Boolean value)
Sets the value of the default property.
|
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property.
|
void |
setUri(java.lang.String value)
Sets the value of the uri property.
|
protected java.lang.String prefix
protected java.lang.String uri
protected java.lang.Boolean _default
public java.lang.String getPrefix()
String
public void setPrefix(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUri()
String
public void setUri(java.lang.String value)
value
- allowed object is
String
public boolean isDefault()
Boolean
public void setDefault(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.