Class XmlNamespace

java.lang.Object
io.atlasmap.xml.v2.XmlNamespace
All Implemented Interfaces:
Serializable

public class XmlNamespace extends Object implements Serializable
See Also:
  • Field Details

    • alias

      protected String alias
    • uri

      protected String uri
    • locationUri

      protected String locationUri
    • targetNamespace

      protected Boolean targetNamespace
  • Constructor Details

    • XmlNamespace

      public XmlNamespace()
  • Method Details

    • getAlias

      public String getAlias()
      Gets the value of the alias property.
      Returns:
      possible object is String
    • setAlias

      public void setAlias(String value)
      Sets the value of the alias property.
      Parameters:
      value - allowed object is String
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getLocationUri

      public String getLocationUri()
      Gets the value of the locationUri property.
      Returns:
      possible object is String
    • setLocationUri

      public void setLocationUri(String value)
      Sets the value of the locationUri property.
      Parameters:
      value - allowed object is String
    • isTargetNamespace

      public Boolean isTargetNamespace()
      Gets the value of the targetNamespace property.
      Returns:
      possible object is Boolean
    • setTargetNamespace

      public void setTargetNamespace(Boolean value)
      Sets the value of the targetNamespace property.
      Parameters:
      value - allowed object is Boolean
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object