Package org.opensaml.saml.ext.saml2mdui
Interface Logo
- All Superinterfaces:
LangBearing,LocalizedURI,SAMLObject,XMLObject,XSURI
- All Known Implementing Classes:
LogoImpl
Localized logo type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement local name.static final QNameDefault element name.static final StringAttribute label.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.static final StringAttribute label.Fields inherited from interface org.opensaml.core.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME -
Method Summary
Modifier and TypeMethodDescriptionGet the height of the logo.default StringgetURL()Deprecated, for removal: This API element is subject to removal in a future version.getWidth()Get the width of the logo.voidSets the height of the logo.default voidDeprecated, for removal: This API element is subject to removal in a future version.voidSets the width of the logo.Methods inherited from interface org.opensaml.core.xml.LangBearing
getXMLLang, setXMLLangMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
HEIGHT_ATTR_NAME
Attribute label.- See Also:
-
WIDTH_ATTR_NAME
Attribute label.- See Also:
-
-
Method Details
-
getURL
Deprecated, for removal: This API element is subject to removal in a future version.Gets the URL.- Returns:
- the URL
-
setURL
Deprecated, for removal: This API element is subject to removal in a future version.Sets the URL.- Parameters:
uri- the URL
-
getHeight
Get the height of the logo.- Returns:
- the height of the logo
-
setHeight
Sets the height of the logo.- Parameters:
newHeight- the height of the logo
-
getWidth
Get the width of the logo.- Returns:
- the width of the logo
-
setWidth
Sets the width of the logo.- Parameters:
newWidth- the height of the logo
-