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
Concrete implementation of
Logo
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
Y-Dimension of the logo.private Integer
X-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
-
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
width
X-Dimension of the logo. -
height
Y-Dimension of the logo.
-
-
Constructor Details
-
LogoImpl
Constructor.- Parameters:
namespaceURI
- namespaceURIelementLocalName
- elementLocalNamenamespacePrefix
- namespacePrefix
-
-
Method Details
-
getHeight
Get the height of the logo. -
setHeight
Sets the height of the logo. -
getWidth
Get the width of the logo. -
setWidth
Sets the width of the logo. -
equals
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLocalizedURIImpl
-