public interface RelayBearing
@soap12:relay attribute.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SOAP12_RELAY_ATTR_LOCAL_NAME
The soap12:@relay attribute local name.
|
static javax.xml.namespace.QName |
SOAP12_RELAY_ATTR_NAME
The soap12:@relay qualified attribute name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isSOAP12Relay()
Get the attribute value.
|
XSBooleanValue |
isSOAP12RelayXSBoolean()
Get the attribute value.
|
void |
setSOAP12Relay(java.lang.Boolean newRelay)
Set the attribute value.
|
void |
setSOAP12Relay(XSBooleanValue newRelay)
Set the attribute value.
|
static final java.lang.String SOAP12_RELAY_ATTR_LOCAL_NAME
static final javax.xml.namespace.QName SOAP12_RELAY_ATTR_NAME
@Nullable java.lang.Boolean isSOAP12Relay()
@Nullable XSBooleanValue isSOAP12RelayXSBoolean()
void setSOAP12Relay(@Nullable
java.lang.Boolean newRelay)
newRelay - the new attribute valuevoid setSOAP12Relay(@Nullable
XSBooleanValue newRelay)
newRelay - the new attribute value