org.opensaml.samlext.saml2mdui
Interface Logo

All Superinterfaces:
org.opensaml.xml.LangBearing, SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
LogoImpl

public interface Logo
extends org.opensaml.xml.LangBearing, SAMLObject

Localized logo type.

Author:
RDW 27/Aug/2010 See IdP Discovery and Login UI Metadata Extension Profile.

Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Element local name.
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name.
static java.lang.String HEIGHT_ATTR_NAME
          Attribute label.
static java.lang.String WIDTH_ATTR_NAME
          Attribute label.
 
Fields inherited from interface org.opensaml.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME
 
Method Summary
 java.lang.Integer getHeight()
          Get the height of the logo.
 java.lang.String getURL()
          Gets the URL.
 java.lang.Integer getWidth()
          Get the width of the logo.
 void setHeight(java.lang.Integer newHeight)
          Sets the height of the logo.
 void setURL(java.lang.String newURL)
          Sets the URL.
 void setWidth(java.lang.Integer newWidth)
          Sets the width of the logo.
 
Methods inherited from interface org.opensaml.xml.LangBearing
getXMLLang, setXMLLang
 
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
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name.


HEIGHT_ATTR_NAME

static final java.lang.String HEIGHT_ATTR_NAME
Attribute label.

See Also:
Constant Field Values

WIDTH_ATTR_NAME

static final java.lang.String WIDTH_ATTR_NAME
Attribute label.

See Also:
Constant Field Values
Method Detail

getURL

java.lang.String getURL()
Gets the URL.

Returns:
the URL

setURL

void setURL(java.lang.String newURL)
Sets the URL.

Parameters:
newURL - the URL

getHeight

java.lang.Integer getHeight()
Get the height of the logo.

Returns:
the height of the logo

setHeight

void setHeight(java.lang.Integer newHeight)
Sets the height of the logo.

Parameters:
newHeight - the height of the logo

getWidth

java.lang.Integer getWidth()
Get the width of the logo.

Returns:
the width of the logo

setWidth

void setWidth(java.lang.Integer newWidth)
Sets the width of the logo.

Parameters:
newWidth - the height of the logo


Copyright © 2006-2011 Internet2. All Rights Reserved.