public class ECPRelayStateImpl extends Object implements ECPRelayState
ECPRelayState
element.
It provides all the methods required by ECPRelayState
Constructor and Description |
---|
ECPRelayStateImpl()
Constructs the
ECPRelayState Object. |
ECPRelayStateImpl(Element element)
Constructs the
ECPRelayState Object. |
ECPRelayStateImpl(String xmlString)
Constructs the
ECPRelayState Object. |
Modifier and Type | Method and Description |
---|---|
String |
getActor()
Returns value of
actor attribute. |
String |
getValue()
Returns the value of the
RelayState . |
Boolean |
isMustUnderstand()
Returns value of
mustUnderstand attribute. |
boolean |
isMutable()
Returns true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setActor(String actor)
Sets the value of
actor attribute. |
void |
setMustUnderstand(Boolean mustUnderstand)
Sets the value of the
mustUnderstand attribute. |
void |
setValue(String value)
Sets the value of the
RelayState . |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
protected void |
validateData() |
public ECPRelayStateImpl()
ECPRelayState
Object.public ECPRelayStateImpl(Element element) throws SAML2Exception
ECPRelayState
Object.element
- the Document Element of ECP RelayState
object.SAML2Exception
- if ECPRelayState
cannot be created.public ECPRelayStateImpl(String xmlString) throws SAML2Exception
ECPRelayState
Object.xmlString
- the XML String representation of this object.SAML2Exception
- if ECPRelayState
cannot be created.public String getValue()
RelayState
.getValue
in interface ECPRelayState
RelayState
.setValue(String)
public void setValue(String value) throws SAML2Exception
RelayState
.setValue
in interface ECPRelayState
value
- new value of the RelayState
.SAML2Exception
- if the object is immutable.getValue()
public Boolean isMustUnderstand()
mustUnderstand
attribute.isMustUnderstand
in interface ECPRelayState
mustUnderstand
attribute.public void setMustUnderstand(Boolean mustUnderstand) throws SAML2Exception
mustUnderstand
attribute.setMustUnderstand
in interface ECPRelayState
mustUnderstand
- the value of mustUnderstand
attribute.SAML2Exception
- if the object is immutable.public String getActor()
actor
attribute.getActor
in interface ECPRelayState
actor
attributepublic void setActor(String actor) throws SAML2Exception
actor
attribute.setActor
in interface ECPRelayState
actor
- the value of actor
attributeSAML2Exception
- if the object is immutable.public String toXMLString() throws SAML2Exception
toXMLString
in interface ECPRelayState
SAML2Exception
- if it could not create String objectpublic String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface ECPRelayState
includeNSPrefix
- determines whether or not the namespace
qualifier is prepended to the Element when converteddeclareNS
- determines whether or not the namespace is declared
within the Element.SAML2Exception
- ,if it could not create String object.public void makeImmutable()
makeImmutable
in interface ECPRelayState
public boolean isMutable()
isMutable
in interface ECPRelayState
protected void validateData() throws SAML2Exception
SAML2Exception
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.