public class MsgContact
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private CommonAttributes |
attributes |
private Extension |
extension |
private LComment |
lComment |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LNick> |
lNicks |
static String |
LOCAL_NAME |
private MsgAccount |
msgAccount |
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgMethod> |
msgMethods |
private MsgProvider |
msgProvider |
private MsgSubaccount |
msgSubAccount |
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgTechnology> |
msgTechnologies |
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgType> |
msgTypes |
private Nick |
nick |
static String |
XPATH_SELECTOR |
| Constructor and Description |
|---|
MsgContact() |
MsgContact(boolean createChildren) |
MsgContact(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
attributes() |
Extension |
getExtension() |
LComment |
getLComment() |
org.opensaml.core.xml.util.XMLObjectChildrenList<LNick> |
getLNicks() |
MsgMethod.Method |
getMethod()
Gets the first MsgMethod as the enum MsgMethod.Method
|
MsgAccount |
getMsgAccount() |
org.opensaml.core.xml.util.XMLObjectChildrenList<MsgMethod> |
getMsgMethods() |
MsgProvider |
getMsgProvider() |
MsgSubaccount |
getMsgSubaccount() |
org.opensaml.core.xml.util.XMLObjectChildrenList<MsgTechnology> |
getMsgTechnologies() |
org.opensaml.core.xml.util.XMLObjectChildrenList<MsgType> |
getMsgTypes() |
Nick |
getNick() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
void |
setExtension(Extension extension) |
void |
setLComment(LComment lComment) |
void |
setMethod(MsgMethod.Method method) |
void |
setMsgAccount(MsgAccount msgAccount) |
void |
setMsgProvider(MsgProvider msgProvider) |
void |
setMsgSubaccount(MsgSubaccount msgSubAccount) |
void |
setNick(Nick nick) |
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 Nick nick
private org.opensaml.core.xml.util.XMLObjectChildrenList<LNick> lNicks
private LComment lComment
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgType> msgTypes
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgMethod> msgMethods
private org.opensaml.core.xml.util.XMLObjectChildrenList<MsgTechnology> msgTechnologies
private MsgProvider msgProvider
private MsgAccount msgAccount
private MsgSubaccount msgSubAccount
private Extension extension
public MsgContact(boolean createChildren)
public MsgContact()
public CommonAttributes attributes()
public void setNick(Nick nick)
public Nick getNick()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LNick> getLNicks()
public void setLComment(LComment lComment)
public LComment getLComment()
public MsgMethod.Method getMethod()
public void setMethod(MsgMethod.Method method)
public org.opensaml.core.xml.util.XMLObjectChildrenList<MsgType> getMsgTypes()
public org.opensaml.core.xml.util.XMLObjectChildrenList<MsgMethod> getMsgMethods()
public org.opensaml.core.xml.util.XMLObjectChildrenList<MsgTechnology> getMsgTechnologies()
public void setMsgProvider(MsgProvider msgProvider)
public MsgProvider getMsgProvider()
public void setMsgAccount(MsgAccount msgAccount)
public MsgAccount getMsgAccount()
public void setMsgSubaccount(MsgSubaccount msgSubAccount)
public MsgSubaccount getMsgSubaccount()
public void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.