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/LocalizedName.html | 324 --------------------- 1 file changed, 324 deletions(-) delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedName.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedName.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedName.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedName.html deleted file mode 100644 index e9e5653..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/LocalizedName.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - - -LocalizedName (Shibboleth Discovery Service 1.1.2 Java API.) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

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

-
-
All Superinterfaces:
org.opensaml.xml.LangBearing, org.opensaml.common.SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
-
-
-
All Known Subinterfaces:
Description, DisplayName
-
-
-
All Known Implementing Classes:
DescriptionImpl, DisplayNameImpl, LocalizedNameImpl
-
-
-
-
public interface LocalizedName
extends org.opensaml.common.SAMLObject, org.opensaml.xml.LangBearing
- - -

-LocalizedName. -

- -

-


- -

- - - - - - - - - - - -
-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.LocalizedStringgetName() - -
-          Gets the name.
- voidsetName(org.opensaml.saml2.metadata.LocalizedString newName) - -
-          Sets the name.
- - - - - - - -
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
- -

-getName

-
-org.opensaml.saml2.metadata.LocalizedString getName()
-
-
Gets the name. -

-

-
-
-
- -
Returns:
the name
-
-
-
- -

-setName

-
-void setName(org.opensaml.saml2.metadata.LocalizedString newName)
-
-
Sets the name. -

-

-
-
-
-
Parameters:
newName - new name
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2006-2010 Internet2. All Rights Reserved. - - -- cgit v1.1