public interface StubPropertyType<T> extends Child<T>
stub-propertyType
xsd typeModifier 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-name
StubPropertyType
String getPropName()
prop-name
elementprop-name
StubPropertyType<T> removePropName()
prop-name
elementStubPropertyType
StubPropertyType<T> propValue(String propValue)
prop-value
elementpropValue
- the value for the element prop-value
StubPropertyType
String getPropValue()
prop-value
elementprop-value
StubPropertyType<T> removePropValue()
prop-value
elementStubPropertyType
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.