public interface PayloadType<T> extends Child<T>, MapPayloadCommonType<T,PayloadType<T>>
payloadType
xsd typeModifier 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
objectsPayloadType
PayloadType<T> removeAllValue()
value
elementPayloadType
Copyright © 2016 JBoss by Red Hat. All rights reserved.