|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Logo
Localized logo type.
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 |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String HEIGHT_ATTR_NAME
static final java.lang.String WIDTH_ATTR_NAME
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |