public interface PartialResponseChangesType<T> extends Child<T>
partial-response-changesType
xsd typeModifier and Type | Method and Description |
---|---|
PartialResponseAttributesType<PartialResponseChangesType<T>> |
createAttributes()
Creates a new
attributes element |
PartialResponseDeleteType<PartialResponseChangesType<T>> |
createDelete()
Creates a new
delete element |
PartialResponseInsertType<PartialResponseChangesType<T>> |
createInsert()
Creates a new
insert element |
PartialResponseChangesType<T> |
eval(String... values)
Creates for all String objects representing
eval elements,
a new eval element |
PartialResponseChangesType<T> |
extension()
Sets the
extension element |
List<PartialResponseAttributesType<PartialResponseChangesType<T>>> |
getAllAttributes()
Returns all
attributes elements |
List<PartialResponseDeleteType<PartialResponseChangesType<T>>> |
getAllDelete()
Returns all
delete elements |
List<String> |
getAllEval()
Returns all
eval elements |
List<PartialResponseInsertType<PartialResponseChangesType<T>>> |
getAllInsert()
Returns all
insert elements |
List<String> |
getAllUpdate()
Returns all
update elements |
PartialResponseAttributesType<PartialResponseChangesType<T>> |
getOrCreateAttributes()
If not already created, a new
attributes element will be created and returned. |
PartialResponseDeleteType<PartialResponseChangesType<T>> |
getOrCreateDelete()
If not already created, a new
delete element will be created and returned. |
PartialResponseInsertType<PartialResponseChangesType<T>> |
getOrCreateInsert()
If not already created, a new
insert element will be created and returned. |
Boolean |
isExtension()
Removes the
extension element |
PartialResponseChangesType<T> |
removeAllAttributes()
Removes all
attributes elements |
PartialResponseChangesType<T> |
removeAllDelete()
Removes all
delete elements |
PartialResponseChangesType<T> |
removeAllEval()
Removes the
eval element |
PartialResponseChangesType<T> |
removeAllInsert()
Removes all
insert elements |
PartialResponseChangesType<T> |
removeAllUpdate()
Removes the
update element |
PartialResponseChangesType<T> |
removeExtension()
Removes the
extension element |
PartialResponseChangesType<T> |
update(String... values)
Creates for all String objects representing
update elements,
a new update element |
PartialResponseChangesType<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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.