public interface PartialResponseChangesType<T> extends Child<T>
partial-response-changesType xsd type| Modifier 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 objectsPartialResponseChangesTypePartialResponseChangesType<T> removeAllUpdate()
update elementPartialResponseChangesTypePartialResponseInsertType<PartialResponseChangesType<T>> getOrCreateInsert()
insert element will be created and returned.
Otherwise, the first existing insert element will be returned.insertPartialResponseInsertType<PartialResponseChangesType<T>> createInsert()
insert elementPartialResponseInsertType> List<PartialResponseInsertType<PartialResponseChangesType<T>>> getAllInsert()
insert elementsinsertPartialResponseChangesType<T> removeAllInsert()
insert elementsPartialResponseInsertType> PartialResponseDeleteType<PartialResponseChangesType<T>> getOrCreateDelete()
delete element will be created and returned.
Otherwise, the first existing delete element will be returned.deletePartialResponseDeleteType<PartialResponseChangesType<T>> createDelete()
delete elementPartialResponseDeleteType> List<PartialResponseDeleteType<PartialResponseChangesType<T>>> getAllDelete()
delete elementsdeletePartialResponseChangesType<T> removeAllDelete()
delete elementsPartialResponseDeleteType> PartialResponseAttributesType<PartialResponseChangesType<T>> getOrCreateAttributes()
attributes element will be created and returned.
Otherwise, the first existing attributes element will be returned.attributesPartialResponseAttributesType<PartialResponseChangesType<T>> createAttributes()
attributes elementPartialResponseAttributesType> List<PartialResponseAttributesType<PartialResponseChangesType<T>>> getAllAttributes()
attributes elementsattributesPartialResponseChangesType<T> removeAllAttributes()
attributes elementsPartialResponseAttributesType> PartialResponseChangesType<T> eval(String... values)
eval elements,
a new eval elementvalues - list of eval objectsPartialResponseChangesTypePartialResponseChangesType<T> removeAllEval()
eval elementPartialResponseChangesTypePartialResponseChangesType<T> extension()
extension elementPartialResponseChangesTypeBoolean isExtension()
extension elementPartialResponseChangesTypePartialResponseChangesType<T> removeExtension()
extension elementPartialResponseChangesTypeCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.