public interface PartialResponseUpdateType<T> extends Child<T>, JavaeePartialResponseUpdateCommonType<T,PartialResponseUpdateType<T>>
partial-response-updateType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
String |
getText()
Returns the body text of the element
partial-response-updateType |
PartialResponseUpdateType<T> |
id(String id)
Sets the
id attribute |
PartialResponseUpdateType<T> |
removeId()
Removes the
id attribute |
PartialResponseUpdateType<T> |
text(String value)
Sets the body text for the element
partial-response-updateType |
PartialResponseUpdateType<T> text(String value)
partial-response-updateType
partialResponseUpdateType
- the value for the body text partial-response-updateType
PartialResponseUpdateType
String getText()
partial-response-updateType
partial-response-updateType
PartialResponseUpdateType<T> id(String id)
id
attributeid
- the value for the attribute id
PartialResponseUpdateType
String getId()
id
attributeid
PartialResponseUpdateType<T> removeId()
id
attributePartialResponseUpdateType
Copyright © 2021 JBoss by Red Hat. All rights reserved.