Package io.atlasmap.xml.v2
Class XmlNamespace
java.lang.Object
io.atlasmap.xml.v2.XmlNamespace
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
Gets the value of the alias property.Gets the value of the locationUri property.getUri()
Gets the value of the uri property.int
hashCode()
Gets the value of the targetNamespace property.void
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
Sets the value of the uri property.
-
Field Details
-
alias
-
uri
-
locationUri
-
targetNamespace
-
-
Constructor Details
-
XmlNamespace
public XmlNamespace()
-
-
Method Details
-
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value
- allowed object isString
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getLocationUri
Gets the value of the locationUri property.- Returns:
- possible object is
String
-
setLocationUri
Sets the value of the locationUri property.- Parameters:
value
- allowed object isString
-
isTargetNamespace
Gets the value of the targetNamespace property.- Returns:
- possible object is
Boolean
-
setTargetNamespace
Sets the value of the targetNamespace property.- Parameters:
value
- allowed object isBoolean
-
equals
-
hashCode
public int hashCode()
-