Class XmlBaseTypeSpecification
java.lang.Object
com.xebialabs.xlplatform.synthetic.xml.XmlElement
com.xebialabs.xlplatform.synthetic.xml.XmlBaseTypeSpecification
- All Implemented Interfaces:
BaseTypeSpecification
- Direct Known Subclasses:
XmlTypeModificationSpecification,XmlTypeSpecification
-
Field Summary
Fields inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildByName(Element element, Predicate<String> matcher) childrenByName(Element element, Predicate<String> matcher) default <E> voidgetOptionalBoolean(Element element, String attributeName) default booleangetOptionalBooleanAttribute(Element element, String attributeName, boolean defaultValue) getOptionalString(Element element, String attributeName) default StringgetOptionalStringAttribute(Element element, String attributeName, String defaultValue) getOptionalTextOfChild(Element element, String childElementName) getOptionalType(Element element, String attributeName) default TypeNamegetOptionalTypeAttribute(Element element, String attributeName) default TypeNamegetOptionalTypeAttribute(Element element, String attributeName, TypeName defaultValue) default StringgetRequiredStringAttribute(Element element, String attributeName) default TypeNamegetRequiredTypeAttribute(Element element, String attributeName) Methods inherited from class com.xebialabs.xlplatform.synthetic.xml.XmlElement
getElement
-
Constructor Details
-
XmlBaseTypeSpecification
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceBaseTypeSpecification
-
getVirtual
- Specified by:
getVirtualin interfaceBaseTypeSpecification
-
getProperties
- Specified by:
getPropertiesin interfaceBaseTypeSpecification
-
getMethods
- Specified by:
getMethodsin interfaceBaseTypeSpecification
-
getVersioned
- Specified by:
getVersionedin interfaceBaseTypeSpecification
-
getValidationRules
- Specified by:
getValidationRulesin interfaceBaseTypeSpecification
-
getVerifications
- Specified by:
getVerificationsin interfaceBaseTypeSpecification
-
getControlTasks
- Specified by:
getControlTasksin interfaceBaseTypeSpecification
-
getRequiredStringAttribute
-
getRequiredTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalTypeAttribute
-
getOptionalType
-
getOptionalBooleanAttribute
-
getOptionalBoolean
-
getOptionalStringAttribute
-
getOptionalString
-
getOptionalTextOfChild
-
childrenByName
-
childByName
-
forEach
-