Package org.opensaml.soap.soap12
Interface RelayBearing
-
- All Known Subinterfaces:
EncryptedHeader
public interface RelayBearingInterface for element having a@soap12:relayattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP12_RELAY_ATTR_LOCAL_NAMEThe soap12:@relay attribute local name.static QNameSOAP12_RELAY_ATTR_NAMEThe soap12:@relay qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisSOAP12Relay()Get the attribute value.org.opensaml.core.xml.schema.XSBooleanValueisSOAP12RelayXSBoolean()Get the attribute value.voidsetSOAP12Relay(Boolean newRelay)Set the attribute value.voidsetSOAP12Relay(org.opensaml.core.xml.schema.XSBooleanValue newRelay)Set the attribute value.
-
-
-
Field Detail
-
SOAP12_RELAY_ATTR_LOCAL_NAME
static final String SOAP12_RELAY_ATTR_LOCAL_NAME
The soap12:@relay attribute local name.- See Also:
- Constant Field Values
-
SOAP12_RELAY_ATTR_NAME
static final QName SOAP12_RELAY_ATTR_NAME
The soap12:@relay qualified attribute name.
-
-
Method Detail
-
isSOAP12Relay
@Nullable Boolean isSOAP12Relay()
Get the attribute value.- Returns:
- return the attribute vlue
-
isSOAP12RelayXSBoolean
@Nullable org.opensaml.core.xml.schema.XSBooleanValue isSOAP12RelayXSBoolean()
Get the attribute value.- Returns:
- return the attribute vlue
-
setSOAP12Relay
void setSOAP12Relay(@Nullable Boolean newRelay)Set the attribute value.- Parameters:
newRelay- the new attribute value
-
setSOAP12Relay
void setSOAP12Relay(@Nullable org.opensaml.core.xml.schema.XSBooleanValue newRelay)Set the attribute value.- Parameters:
newRelay- the new attribute value
-
-