public class XmlNamespace extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected String |
locationUri |
protected Boolean |
targetNamespace |
protected String |
uri |
Constructor and Description |
---|
XmlNamespace() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getAlias()
Gets the value of the alias property.
|
String |
getLocationUri()
Gets the value of the locationUri property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode() |
Boolean |
isTargetNamespace()
Gets the value of the targetNamespace property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setLocationUri(String value)
Sets the value of the locationUri property.
|
void |
setTargetNamespace(Boolean value)
Sets the value of the targetNamespace property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String alias
protected String uri
protected String locationUri
protected Boolean targetNamespace
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public String getLocationUri()
String
public void setLocationUri(String value)
value
- allowed object is
String
public Boolean isTargetNamespace()
Boolean
public void setTargetNamespace(Boolean value)
value
- allowed object is
Boolean
Copyright © 2019 JBoss by Red Hat. All rights reserved.