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
Methods inherited from interface org.opensaml.core.xml.LangBearing
getXMLLang, setXMLLangMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-
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
-