Class XmlValidationRuleSpecification
- java.lang.Object
-
- com.xebialabs.xlplatform.synthetic.xml.XmlElement
-
- com.xebialabs.xlplatform.synthetic.xml.XmlValidationRuleSpecification
-
- All Implemented Interfaces:
ValidationRuleSpecification
public class XmlValidationRuleSpecification extends XmlElement implements ValidationRuleSpecification
-
-
Field Summary
-
Fields inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
element
-
-
Constructor Summary
Constructors Constructor Description XmlValidationRuleSpecification(org.w3c.dom.Element e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getProperties()java.lang.StringgetType()-
Methods inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
getElement
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getTypein interfaceValidationRuleSpecification
-
getProperties
public java.util.Map<java.lang.String,java.lang.String> getProperties()
- Specified by:
getPropertiesin interfaceValidationRuleSpecification
-
-