public interface RelayBearing
@soap12:relay
attribute.Modifier and Type | Field and Description |
---|---|
static String |
SOAP12_RELAY_ATTR_LOCAL_NAME
The soap12:@relay attribute local name.
|
static QName |
SOAP12_RELAY_ATTR_NAME
The soap12:@relay qualified attribute name.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
isSOAP12Relay()
Get the attribute value.
|
org.opensaml.xml.schema.XSBooleanValue |
isSOAP12RelayXSBoolean()
Get the attribute value.
|
void |
setSOAP12Relay(Boolean newRelay)
Set the attribute value.
|
void |
setSOAP12Relay(org.opensaml.xml.schema.XSBooleanValue newRelay)
Set the attribute value.
|
static final String SOAP12_RELAY_ATTR_LOCAL_NAME
static final QName SOAP12_RELAY_ATTR_NAME
Boolean isSOAP12Relay()
org.opensaml.xml.schema.XSBooleanValue isSOAP12RelayXSBoolean()
void setSOAP12Relay(Boolean newRelay)
newRelay
- the new attribute valuevoid setSOAP12Relay(org.opensaml.xml.schema.XSBooleanValue newRelay)
newRelay
- the new attribute valueCopyright © 1999-2013. All Rights Reserved.