public class DCEForeignGroupsAttribute extends Attribute
| Constructor and Description | 
|---|
DCEForeignGroupsAttribute(org.w3c.dom.Document owner)
Creates a new  
DCEForeignGroupsAttribute instance. | 
DCEForeignGroupsAttribute(org.w3c.dom.Element element)
Creates a new  
DCEForeignGroupsAttribute instance from the given Element node. | 
DCEForeignGroupsAttribute(org.w3c.dom.Element element, java.lang.String systemId)
Creates a new  
DCEForeignGroupsAttribute instance from the given Element node. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAttributeValue(java.lang.String uuidValue, java.lang.String realm, java.lang.String friendlyName)
Adds an  
AttributeValue element to this Attribute, with xsi:type="dceprof:DCEValueType". | 
java.lang.String | 
getAttributeProfileID()
Returns the Profile Identification URI. 
 | 
java.lang.String[] | 
getAttributeValueStrings()
Gets the list of attribute values with  
xsi:type="dceprof:DCEValueType" or with no xsi:type attribute. | 
addAttributeValue, addAttributeValue, addAttributeValue, addAttributeValues, getAttributeValues, getAttributeValuesAsStrings, getAttributeValuesAsStrings, getFriendlyName, getName, getNameFormat, getXsiType, setFriendlyName, setName, setNameFormat, setXsiTypeaddNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML
public DCEForeignGroupsAttribute(org.w3c.dom.Element element)
                          throws org.w3c.dom.DOMException
DCEForeignGroupsAttribute instance from the given Element node.element - A DCEForeignGroupsAttribute element.org.w3c.dom.DOMException
public DCEForeignGroupsAttribute(org.w3c.dom.Element element,
                                 java.lang.String systemId)
                          throws org.w3c.dom.DOMException
DCEForeignGroupsAttribute instance from the given Element node.element - A DCEForeignGroupsAttribute element.systemId - The URI string system ID for the DCEForeignGroupsAttribute.org.w3c.dom.DOMException
public DCEForeignGroupsAttribute(org.w3c.dom.Document owner)
                          throws org.w3c.dom.DOMException
DCEForeignGroupsAttribute instance.owner - The owner document of the new DCEForeignGroupsAttribute.org.w3c.dom.DOMException
public void addAttributeValue(java.lang.String uuidValue,
                              java.lang.String realm,
                              java.lang.String friendlyName)
AttributeValue element to this Attribute, with xsi:type="dceprof:DCEValueType".uuidValue - The UUID value representing a DCE foreign group membership.realm - The optional DCE realm name.friendlyName - The optional DCE friendly name.public java.lang.String[] getAttributeValueStrings()
xsi:type="dceprof:DCEValueType" or with no xsi:type attribute.getAttributeValueStrings in class AttributeStringss, or null if no attribute values with xsi:type="dceprof:DCEValueType" or without xsi:type are present.public java.lang.String getAttributeProfileID()
getAttributeProfileID in class Attribute