From dcece198527eb3012a081402ad2e117e2136a4a4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 1 Aug 2011 11:30:31 +0200 Subject: import trunk@2167 --- .../shibboleth/wayf/idpdisco/LocalizedURI.html | 324 --------------------- 1 file changed, 324 deletions(-) delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedURI.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedURI.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedURI.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedURI.html deleted file mode 100644 index c7c5acd..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedURI.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - - -LocalizedURI (Shibboleth Discovery Service 1.1.2 Java API.) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -edu.internet2.middleware.shibboleth.wayf.idpdisco -
-Interface LocalizedURI

-
-
All Superinterfaces:
org.opensaml.xml.LangBearing, org.opensaml.common.SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
-
-
-
All Known Subinterfaces:
InformationURL, PrivacyStatementURL
-
-
-
All Known Implementing Classes:
InformationURLImpl, LocalizedURIImpl, PrivacyStatementURLImpl
-
-
-
-
public interface LocalizedURI
extends org.opensaml.common.SAMLObject, org.opensaml.xml.LangBearing
- - -

-LocalizedURI. -

- -

-


- -

- - - - - - - - - - - -
-Field Summary
-static StringTYPE_LOCAL_NAME - -
-          Local name of the XSI type.
- - - - - - - -
Fields inherited from interface org.opensaml.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME
-  - - - - - - - - - - - - - - - -
-Method Summary
- org.opensaml.saml2.metadata.LocalizedStringgetURI() - -
-          Gets the URI.
- voidsetURI(org.opensaml.saml2.metadata.LocalizedString newURI) - -
-          Sets the URI.
- - - - - - - -
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
- - - - - - - -
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
- - - - - - - -
Methods inherited from interface org.opensaml.xml.LangBearing
getXMLLang, setXMLLang
-  -

- - - - - - - - -
-Field Detail
- -

-TYPE_LOCAL_NAME

-
-static final String TYPE_LOCAL_NAME
-
-
Local name of the XSI type. -

-

-
See Also:
Constant Field Values
-
- - - - - - - - -
-Method Detail
- -

-getURI

-
-org.opensaml.saml2.metadata.LocalizedString getURI()
-
-
Gets the URI. -

-

-
-
-
- -
Returns:
the URI
-
-
-
- -

-setURI

-
-void setURI(org.opensaml.saml2.metadata.LocalizedString newURI)
-
-
Sets the URI. -

-

-
-
-
-
Parameters:
newURI - the new value
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2006-2010 Internet2. All Rights Reserved. - - -- cgit v1.1