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 IntegerY-Dimension of the logo.private IntegerX-Dimension of the logo.Fields inherited from interface org.opensaml.core.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAMEFields inherited from interface org.opensaml.saml.saml2.metadata.LocalizedURI
TYPE_LOCAL_NAME, TYPE_NAMEFields 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_NAMEFields 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, setXMLLangMethods inherited from class org.opensaml.core.xml.schema.impl.XSURIImpl
getOrderedChildren, getURI, setURIMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-
width
X-Dimension of the logo. -
height
Y-Dimension of the logo.
-
-
Constructor Details
-
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:
hashCodein classLocalizedURIImpl
-