public interface PartialResponseChangesType<T> extends Child<T>, JavaeePartialResponseChangesCommonType<T,PartialResponseChangesType<T>,PartialResponseUpdateType<PartialResponseChangesType<T>>,PartialResponseInsertType<PartialResponseChangesType<T>>,PartialResponseDeleteType<PartialResponseChangesType<T>>,PartialResponseAttributesType<PartialResponseChangesType<T>>>
partial-response-changesType
xsd typePartialResponseUpdateType<PartialResponseChangesType<T>> getOrCreateUpdate()
update
element will be created and returned.
Otherwise, the first existing update
element will be returned.update
PartialResponseUpdateType<PartialResponseChangesType<T>> createUpdate()
update
elementPartialResponseUpdateType>
List<PartialResponseUpdateType<PartialResponseChangesType<T>>> getAllUpdate()
update
elementsupdate
PartialResponseChangesType<T> removeAllUpdate()
update
elementsPartialResponseUpdateType>
PartialResponseInsertType<PartialResponseChangesType<T>> getOrCreateInsert()
insert
element will be created and returned.
Otherwise, the first existing insert
element will be returned.insert
PartialResponseInsertType<PartialResponseChangesType<T>> createInsert()
insert
elementPartialResponseInsertType>
List<PartialResponseInsertType<PartialResponseChangesType<T>>> getAllInsert()
insert
elementsinsert
PartialResponseChangesType<T> removeAllInsert()
insert
elementsPartialResponseInsertType>
PartialResponseDeleteType<PartialResponseChangesType<T>> getOrCreateDelete()
delete
element will be created and returned.
Otherwise, the first existing delete
element will be returned.delete
PartialResponseDeleteType<PartialResponseChangesType<T>> createDelete()
delete
elementPartialResponseDeleteType>
List<PartialResponseDeleteType<PartialResponseChangesType<T>>> getAllDelete()
delete
elementsdelete
PartialResponseChangesType<T> removeAllDelete()
delete
elementsPartialResponseDeleteType>
PartialResponseAttributesType<PartialResponseChangesType<T>> getOrCreateAttributes()
attributes
element will be created and returned.
Otherwise, the first existing attributes
element will be returned.attributes
PartialResponseAttributesType<PartialResponseChangesType<T>> createAttributes()
attributes
elementPartialResponseAttributesType>
List<PartialResponseAttributesType<PartialResponseChangesType<T>>> getAllAttributes()
attributes
elementsattributes
PartialResponseChangesType<T> removeAllAttributes()
attributes
elementsPartialResponseAttributesType>
PartialResponseChangesType<T> eval(String... values)
eval
elements,
a new eval
elementvalues
- list of eval
objectsPartialResponseChangesType
PartialResponseChangesType<T> removeAllEval()
eval
elementPartialResponseChangesType
PartialResponseChangesType<T> extension()
extension
elementPartialResponseChangesType
Boolean isExtension()
extension
elementPartialResponseChangesType
PartialResponseChangesType<T> removeExtension()
extension
elementPartialResponseChangesType
Copyright © 2022 JBoss by Red Hat. All rights reserved.