Class Restriction

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

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

  • Constructor Details

    • Restriction

      public Restriction()
  • Method Details

    • getType

      public RestrictionType getType()
      Gets the value of the type property.
      Returns:
      possible object is RestrictionType
    • setType

      public void setType(RestrictionType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is RestrictionType
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object