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 String
Element local name.static final QName
Default element name.static final String
Attribute label.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
Attribute 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 String
getURL()
Deprecated, for removal: This API element is subject to removal in a future version.getWidth()
Get the width of the logo.void
Sets the height of the logo.default void
Deprecated, for removal: This API element is subject to removal in a future version.void
Sets the width of the logo.Methods inherited from interface org.opensaml.core.xml.LangBearing
getXMLLang, setXMLLang
Methods 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
-