
public interface CallPropertyType<T> extends Child<T>
call-propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getPropName()
Returns the
prop-name element |
String |
getPropValue()
Returns the
prop-value element |
CallPropertyType<T> |
propName(String propName)
Sets the
prop-name element |
CallPropertyType<T> |
propValue(String propValue)
Sets the
prop-value element |
CallPropertyType<T> |
removePropName()
Removes the
prop-name element |
CallPropertyType<T> |
removePropValue()
Removes the
prop-value element |
CallPropertyType<T> propName(String propName)
prop-name elementpropName - the value for the element prop-nameCallPropertyTypeString getPropName()
prop-name elementprop-nameCallPropertyType<T> removePropName()
prop-name elementCallPropertyTypeCallPropertyType<T> propValue(String propValue)
prop-value elementpropValue - the value for the element prop-valueCallPropertyTypeString getPropValue()
prop-value elementprop-valueCallPropertyType<T> removePropValue()
prop-value elementCallPropertyTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.