public class Address
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
AP SHOULD implement permissions enforcement that allows only C and PostalCode attributes to be provided to those SPs that do not need the entire address.
| Modifier and Type | Field and Description |
|---|---|
private CommonAttributes |
attributes |
private C |
c |
private Extension |
extension |
private L |
l |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LL> |
lLs |
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LPostalAddress> |
lPostalAddresses |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LSt> |
lSts |
private PostalAddress |
postalAddress |
private PostalCode |
postalCode |
private St |
st |
| Constructor and Description |
|---|
Address(boolean createChildren)
If createChildren is set to true, this constructor initializes all of the direct children of the
Address and sets the id attribute
|
Address(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
Address(String street,
String city,
String state,
String zip,
String country)
Easily make a US Address
|
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
private CommonAttributes attributes
private PostalAddress postalAddress
private org.opensaml.core.xml.util.XMLObjectChildrenList<LPostalAddress> lPostalAddresses
private PostalCode postalCode
private L l
private org.opensaml.core.xml.util.XMLObjectChildrenList<LL> lLs
private St st
private org.opensaml.core.xml.util.XMLObjectChildrenList<LSt> lSts
private C c
private Extension extension
public Address(String street, String city, String state, String zip, String country)
street - city - state - zip - country - public Address(boolean createChildren)
public String getCountryValue()
public void setCountryValue(String value)
public String getPostalCodeValue()
public void setPostalCodeValue(String value)
public String getStateOrProvinceValue()
public void setStateOrProvinceValue(String value)
public String getCityOrLocaleValue()
public void setCityOrLocaleValue(String value)
public String getStreetOrPostalAddressValue()
public void setStreetOrPostalAddressValue(String value)
public CommonAttributes attributes()
public void setPostalAddress(PostalAddress postalAddress)
public PostalAddress getPostalAddress()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LPostalAddress> getLPostalAddresses()
public void setPostalCode(PostalCode postalCode)
public PostalCode getPostalCode()
public void setL(L l)
public L getL()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LL> getLLs()
public void setSt(St st)
public St getSt()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LSt> getLSts()
public void setC(C c)
public C getC()
public void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.