
public interface GroupConversionType<T> extends Child<T>, MapGroupConversionCommonType<T,GroupConversionType<T>>
groupConversionType xsd type| Modifier and Type | Method and Description |
|---|---|
GroupConversionType<T> |
from(String from)
Sets the
from attribute |
String |
getFrom()
Returns the
from attribute |
String |
getTo()
Returns the
to attribute |
GroupConversionType<T> |
removeFrom()
Removes the
from attribute |
GroupConversionType<T> |
removeTo()
Removes the
to attribute |
GroupConversionType<T> |
to(String to)
Sets the
to attribute |
GroupConversionType<T> from(String from)
from attributefrom - the value for the attribute fromGroupConversionTypeString getFrom()
from attributefromGroupConversionType<T> removeFrom()
from attributeGroupConversionTypeGroupConversionType<T> to(String to)
to attributeto - the value for the attribute toGroupConversionTypeString getTo()
to attributetoGroupConversionType<T> removeTo()
to attributeGroupConversionTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.