org.openliberty.xmltooling.pp.dst2_1.ct
Class MsgMethod

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

public class MsgMethod
extends DSTURI

Messaging method associated with this contact or device

Following enumerators MUST be supported:

  • urn:liberty:id-sis-pp:msgMethod:voice
  • urn:liberty:id-sis-pp:msgMethod:fax
  • urn:liberty:id-sis-pp:msgMethod:email
  • urn:liberty:id-sis-pp:msgMethod:pager
  • urn:liberty:id-sis-pp:msgMethod:im

    Author:
    asa

    Nested Class Summary
    static class MsgMethod.Method
               
     
    Field Summary
    static java.lang.String LOCAL_NAME
               
     
    Constructor Summary
    protected MsgMethod(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
               
     
    Method Summary
     
    Methods inherited from class org.openliberty.xmltooling.dst2_1.DSTURI
    attributes, getOrderedChildren, getValue, setValue
     
    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
    Constructor Detail

    MsgMethod

    protected MsgMethod(java.lang.String namespaceURI,
                        java.lang.String elementLocalName,
                        java.lang.String namespacePrefix)