public class GetCompleteImpl extends Object implements GetComplete
GetComplete
Element in the SAMLv2 Protocol Schema.
GetComplete
Element specifies a URI which resolves to
the complete IDPList.Constructor and Description |
---|
GetCompleteImpl()
Constructor creates
GetComplete object |
GetCompleteImpl(Element element)
Constructor creates
GetComplete object |
GetCompleteImpl(String xmlString)
Constructor creates
GetComplete object |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the value of the
GetComplete URI. |
boolean |
isMutable()
Returns true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setValue(String value)
Sets the value of the
GetComplete |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object.
|
public GetCompleteImpl()
GetComplete
objectpublic GetCompleteImpl(Element element) throws SAML2Exception
GetComplete
objectelement
- the Document Element object.SAML2Exception
- if error creating GetComplete
object.public GetCompleteImpl(String xmlString) throws SAML2Exception
GetComplete
objectxmlString
- the XML String.SAML2Exception
- if error creating GetComplete
object.public String getValue()
GetComplete
URI.getValue
in interface GetComplete
GetComplete
URI.setValue(String)
public void setValue(String value) throws SAML2Exception
GetComplete URI.
setValue
in interface GetComplete
value
- new value of the GetComplete URI.
SAML2Exception
- if the object is immutable.getValue()
public String toXMLString() throws SAML2Exception
toXMLString
in interface GetComplete
SAML2Exception
- if cannot convert to String.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface GetComplete
includeNSPrefix
- determines whether or not the namespace
qualifier is prepended to the Element when converted.declareNS
- determines whether or not the namespace is declared.
within the Element.SAML2Exception
- if cannot convert to String.public void makeImmutable()
makeImmutable
in interface GetComplete
public boolean isMutable()
isMutable
in interface GetComplete
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.