public interface PartialResponseInsertType<T> extends Child<T>, JavaeePartialResponseInsertCommonType<T,PartialResponseInsertType<T>,Before<PartialResponseInsertType<T>>,After<PartialResponseInsertType<T>>>
partial-response-insertType
xsd typeModifier and Type | Method and Description |
---|---|
After<PartialResponseInsertType<T>> |
getOrCreateAfter()
If not already created, a new
after element with the given value will be created. |
Before<PartialResponseInsertType<T>> |
getOrCreateBefore()
If not already created, a new
before element with the given value will be created. |
PartialResponseInsertType<T> |
removeAfter()
Removes the
after element |
PartialResponseInsertType<T> |
removeBefore()
Removes the
before element |
Before<PartialResponseInsertType<T>> getOrCreateBefore()
before
element with the given value will be created.
Otherwise, the existing before
element will be returned.Before>
PartialResponseInsertType<T> removeBefore()
before
elementPartialResponseInsertType
After<PartialResponseInsertType<T>> getOrCreateAfter()
after
element with the given value will be created.
Otherwise, the existing after
element will be returned.After>
PartialResponseInsertType<T> removeAfter()
after
elementPartialResponseInsertType
Copyright © 2019 JBoss by Red Hat. All rights reserved.