com.sun.identity.saml2.protocol
インタフェース GetComplete


public interface GetComplete

This interface contains methods for the GetComplete Element in the SAMLv2 Protocol Schema. GetComplete Element specifies a URI which resolves to the complete IDPList.


メソッドの概要
 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 URI.
 String toXMLString()
          Returns a String representation of this Object.
 String toXMLString(boolean includeNSPrefix, boolean declareNS)
          Returns a String representation of this Object.
 

メソッドの詳細

getValue

String getValue()
Returns the value of the GetComplete URI.

戻り値:
value of the GetComplete URI.
関連項目:
GetComplete.setValue(String)

setValue

void setValue(String value)
              throws SAML2Exception
Sets the value of the GetComplete URI.

パラメータ:
value - new value of the GetComplete URI.
例外:
SAML2Exception - if the object is immutable.
関連項目:
GetComplete.getValue()

toXMLString

String toXMLString()
                   throws SAML2Exception
Returns a String representation of this Object.

戻り値:
a String representation of this Object.
例外:
SAML2Exception - if cannot convert to String.

toXMLString

String toXMLString(boolean includeNSPrefix,
                   boolean declareNS)
                   throws SAML2Exception
Returns a String representation of this Object.

パラメータ:
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.
戻り値:
String representation of this object.
例外:
SAML2Exception - if cannot convert to String.

makeImmutable

void makeImmutable()
Makes this object immutable.


isMutable

boolean isMutable()
Returns true if object is mutable.

戻り値:
true if object is mutable.