
public interface PayloadType<T> extends Child<T>, MapPayloadCommonType<T,PayloadType<T>>
payloadType xsd type| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllValue()
Returns all
value elements |
PayloadType<T> |
removeAllValue()
Removes the
value element |
PayloadType<T> |
value(String... values)
Creates for all String objects representing
value elements,
a new value element |
PayloadType<T> value(String... values)
value elements,
a new value elementvalues - list of value objectsPayloadTypePayloadType<T> removeAllValue()
value elementPayloadTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.