public class AddressCard
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private Address |
address |
private org.opensaml.core.xml.util.XMLObjectChildrenList<AddrType> |
addrTypes |
private CommonAttributes |
attributes |
private Extension |
extension |
private LComment |
lComment |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LNick> |
lNicks |
static String |
LOCAL_NAME |
private Nick |
nick |
static String |
XPATH_SELECTOR |
| Modifier | Constructor and Description |
|---|---|
|
AddressCard() |
|
AddressCard(boolean createChildren)
If createChildren is set to true, this constructor initializes all of the direct children of the
AddressCard and sets the id attribute
|
protected |
AddressCard(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
attributes() |
Address |
getAddress() |
org.opensaml.core.xml.util.XMLObjectChildrenList<AddrType> |
getAddrTypes() |
Extension |
getExtension() |
LComment |
getLComment() |
org.opensaml.core.xml.util.XMLObjectChildrenList<LNick> |
getLNicks() |
Nick |
getNick()
Nickname SHOULD NOT be printed in address label.
|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
void |
setAddress(Address address) |
void |
setExtension(Extension extension) |
void |
setLComment(LComment lComment) |
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 org.opensaml.core.xml.util.XMLObjectChildrenList<AddrType> addrTypes
private Address address
private Nick nick
private org.opensaml.core.xml.util.XMLObjectChildrenList<LNick> lNicks
private LComment lComment
private Extension extension
public AddressCard(boolean createChildren)
public AddressCard()
public CommonAttributes attributes()
public org.opensaml.core.xml.util.XMLObjectChildrenList<AddrType> getAddrTypes()
public void setAddress(Address address)
public Address getAddress()
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 void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.