public interface Logo extends LangBearing, SAMLObject
| Modifier and Type | Field and Description |
|---|---|
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 |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
static java.lang.String |
WIDTH_ATTR_NAME
Attribute label.
|
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME| Modifier and Type | Method and Description |
|---|---|
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.
|
getXMLLang, setXMLLangdetach, 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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String HEIGHT_ATTR_NAME
static final java.lang.String WIDTH_ATTR_NAME
java.lang.String getURL()
void setURL(java.lang.String newURL)
newURL - the URLjava.lang.Integer getHeight()
void setHeight(java.lang.Integer newHeight)
newHeight - the height of the logojava.lang.Integer getWidth()
void setWidth(java.lang.Integer newWidth)
newWidth - the height of the logo