public class Facade
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private CommonAttributes |
attributes |
private Extension |
extension |
private GreetMeSound |
greetMeSound |
private GreetSound |
greetSound |
static String |
LOCAL_NAME |
private MugShot |
mugShot |
private NamePronounced |
namePronounced |
private WebSite |
webSite |
static String |
XPATH_SELECTOR |
| Constructor and Description |
|---|
Facade() |
Facade(boolean createAllChildren) |
Facade(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
attributes() |
Extension |
getExtension() |
GreetMeSound |
getGreetMeSound() |
GreetSound |
getGreetSound() |
MugShot |
getMugShot() |
NamePronounced |
getNamePronounced() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
WebSite |
getWebSite() |
void |
setExtension(Extension extension) |
void |
setGreetMeSound(GreetMeSound greetMeSound) |
void |
setGreetSound(GreetSound greetSound) |
void |
setMugShot(MugShot mugShot) |
void |
setNamePronounced(NamePronounced namePronounced) |
void |
setWebSite(WebSite webSite) |
getSignature, isSigned, setSignaturedetach, 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, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
public static String XPATH_SELECTOR
private CommonAttributes attributes
private MugShot mugShot
private WebSite webSite
private NamePronounced namePronounced
private GreetSound greetSound
private GreetMeSound greetMeSound
private Extension extension
public CommonAttributes attributes()
public void setGreetMeSound(GreetMeSound greetMeSound)
public GreetMeSound getGreetMeSound()
public void setGreetSound(GreetSound greetSound)
public GreetSound getGreetSound()
public void setNamePronounced(NamePronounced namePronounced)
public NamePronounced getNamePronounced()
public void setWebSite(WebSite webSite)
public WebSite getWebSite()
public void setMugShot(MugShot mugShot)
public MugShot getMugShot()
public void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.