org.openliberty.xmltooling.pp
Class Facade

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.signature.AbstractSignableXMLObject
          extended by org.openliberty.xmltooling.pp.Facade
All Implemented Interfaces:
org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject

public class Facade
extends org.opensaml.xml.signature.AbstractSignableXMLObject

Principal's look and sound facade

Author:
asa

Field Summary
private  CommonAttributes attributes
           
private  Extension extension
           
private  GreetMeSound greetMeSound
           
private  GreetSound greetSound
           
static java.lang.String LOCAL_NAME
           
private  MugShot mugShot
           
private  NamePronounced namePronounced
           
private  WebSite webSite
           
 
Constructor Summary
protected Facade(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 CommonAttributes attributes()
           
 Extension getExtension()
           
 GreetMeSound getGreetMeSound()
           
 GreetSound getGreetSound()
           
 MugShot getMugShot()
           
 NamePronounced getNamePronounced()
           
 java.util.List<org.opensaml.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)
           
 
Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject
getSignature, isSigned, setSignature
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

LOCAL_NAME

public static java.lang.String LOCAL_NAME

attributes

private CommonAttributes attributes

mugShot

private MugShot mugShot

webSite

private WebSite webSite

namePronounced

private NamePronounced namePronounced

greetSound

private GreetSound greetSound

greetMeSound

private GreetMeSound greetMeSound

extension

private Extension extension
Constructor Detail

Facade

protected Facade(java.lang.String namespaceURI,
                 java.lang.String elementLocalName,
                 java.lang.String namespacePrefix)
Method Detail

attributes

public CommonAttributes attributes()

setGreetMeSound

public void setGreetMeSound(GreetMeSound greetMeSound)

getGreetMeSound

public GreetMeSound getGreetMeSound()

setGreetSound

public void setGreetSound(GreetSound greetSound)

getGreetSound

public GreetSound getGreetSound()

setNamePronounced

public void setNamePronounced(NamePronounced namePronounced)

getNamePronounced

public NamePronounced getNamePronounced()

setWebSite

public void setWebSite(WebSite webSite)

getWebSite

public WebSite getWebSite()

setMugShot

public void setMugShot(MugShot mugShot)

getMugShot

public MugShot getMugShot()

setExtension

public void setExtension(Extension extension)

getExtension

public Extension getExtension()

getOrderedChildren

public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()