public interface CallPropertyType<T> extends Child<T>
call-propertyType
xsd typeModifier 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-name
CallPropertyType
String getPropName()
prop-name
elementprop-name
CallPropertyType<T> removePropName()
prop-name
elementCallPropertyType
CallPropertyType<T> propValue(String propValue)
prop-value
elementpropValue
- the value for the element prop-value
CallPropertyType
String getPropValue()
prop-value
elementprop-value
CallPropertyType<T> removePropValue()
prop-value
elementCallPropertyType
Copyright © 2016 JBoss by Red Hat. All rights reserved.