Class Element
java.lang.Object
velo.ladaalpha.fields.internet.testing.Element
The Class Element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the attributes.getRegex()Gets the regex.getType()Gets the type.voidsetAttributes(Attribute[] attributes) Sets the attributes.voidSets the type.
-
Constructor Details
-
Element
Instantiates a new element.- Parameters:
type- the typeattributes- the attributes
-
Element
Instantiates a new element.- Parameters:
type- the type
-
-
Method Details
-
getRegex
Gets the regex.- Returns:
- the regex
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getAttributes
Gets the attributes.- Returns:
- the attributes
-
setAttributes
Sets the attributes.- Parameters:
attributes- the new attributes
-