public interface PartialResponseChangesType<T> extends Child<T>
partial-response-changesType
xsd typePartialResponseChangesType<T> update(String... values)
update
elements,
a new update
elementvalues
- list of update
objectsPartialResponseChangesType
PartialResponseChangesType<T> removeAllUpdate()
update
elementPartialResponseChangesType
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 © 2016 JBoss by Red Hat. All rights reserved.