java.lang.Object
velo.ladaalpha.fields.internet.testing.Element

public class Element extends Object
The Class Element.
  • Constructor Details

    • Element

      public Element(String type, Attribute[] attributes)
      Instantiates a new element.
      Parameters:
      type - the type
      attributes - the attributes
    • Element

      public Element(String type)
      Instantiates a new element.
      Parameters:
      type - the type
  • Method Details

    • getRegex

      public String getRegex()
      Gets the regex.
      Returns:
      the regex
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets the type.
      Parameters:
      type - the new type
    • getAttributes

      public Attribute[] getAttributes()
      Gets the attributes.
      Returns:
      the attributes
    • setAttributes

      public void setAttributes(Attribute[] attributes)
      Sets the attributes.
      Parameters:
      attributes - the new attributes