
public interface StubPropertyType<T> extends Child<T>
stub-propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getPropName()
Returns the
prop-name element |
String |
getPropValue()
Returns the
prop-value element |
StubPropertyType<T> |
propName(String propName)
Sets the
prop-name element |
StubPropertyType<T> |
propValue(String propValue)
Sets the
prop-value element |
StubPropertyType<T> |
removePropName()
Removes the
prop-name element |
StubPropertyType<T> |
removePropValue()
Removes the
prop-value element |
StubPropertyType<T> propName(String propName)
prop-name elementpropName - the value for the element prop-nameStubPropertyTypeString getPropName()
prop-name elementprop-nameStubPropertyType<T> removePropName()
prop-name elementStubPropertyTypeStubPropertyType<T> propValue(String propValue)
prop-value elementpropValue - the value for the element prop-valueStubPropertyTypeString getPropValue()
prop-value elementprop-valueStubPropertyType<T> removePropValue()
prop-value elementStubPropertyTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.