Class LogoImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.core.xml.schema.impl.XSURIImpl
-
- org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
-
- org.opensaml.saml.ext.saml2mdui.impl.LogoImpl
-
- All Implemented Interfaces:
LangBearing,XSURI,XMLObject,SAMLObject,Logo,LocalizedURI
public class LogoImpl extends LocalizedURIImpl implements Logo
Concrete implementation ofLogo.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerheightY-Dimension of the logo.private IntegerwidthX-Dimension of the logo.-
Fields inherited from interface org.opensaml.core.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME
-
Fields inherited from interface org.opensaml.saml.saml2.metadata.LocalizedURI
TYPE_LOCAL_NAME, TYPE_NAME
-
Fields inherited from interface org.opensaml.saml.ext.saml2mdui.Logo
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, HEIGHT_ATTR_NAME, TYPE_LOCAL_NAME, TYPE_NAME, WIDTH_ATTR_NAME
-
Fields inherited from interface org.opensaml.core.xml.schema.XSURI
TYPE_LOCAL_NAME, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetHeight()Get the height of the logo.IntegergetWidth()Get the width of the logo.inthashCode()voidsetHeight(Integer newHeight)Sets the height of the logo.voidsetWidth(Integer newWidth)Sets the width of the logo.-
Methods inherited from class org.opensaml.saml.saml2.metadata.impl.LocalizedURIImpl
getXMLLang, setXMLLang
-
Methods inherited from class org.opensaml.core.xml.schema.impl.XSURIImpl
getOrderedChildren, getURI, setURI
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
getHeight
public Integer getHeight()
Get the height of the logo.
-
setHeight
public void setHeight(Integer newHeight)
Sets the height of the logo.
-
getWidth
public Integer getWidth()
Get the width of the logo.
-
setWidth
public void setWidth(Integer newWidth)
Sets the width of the logo.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLocalizedURIImpl
-
-