public class XmlNamespace extends Object implements Serializable
Java class for XmlNamespace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlNamespace"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="locationUri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
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 © 2018 JBoss by Red Hat. All rights reserved.