Class OrganizationImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.metadata.impl.OrganizationImpl
All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, SAMLObject, Organization

public class OrganizationImpl extends AbstractXMLObject implements Organization
Concrete implementation of Organization.
  • Field Details

  • Constructor Details

    • OrganizationImpl

      protected OrganizationImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getExtensions

      public Extensions getExtensions()
      Gets the Extensions child of this object.
      Specified by:
      getExtensions in interface Organization
      Returns:
      the Extensions child of this object
    • setExtensions

      public void setExtensions(Extensions newExtensions)
      Sets the Extensions child of this object.
      Specified by:
      setExtensions in interface Organization
      Parameters:
      newExtensions - the Extensions child of this object
    • getOrganizationNames

      public List<OrganizationName> getOrganizationNames()
      Gets a list of names for this organization.
      Specified by:
      getOrganizationNames in interface Organization
      Returns:
      list of names for this organization
    • getDisplayNames

      public List<OrganizationDisplayName> getDisplayNames()
      Gets a list of display names for this organization.
      Specified by:
      getDisplayNames in interface Organization
      Returns:
      list of display names for this organization
    • getURLs

      public List<OrganizationURL> getURLs()
      Gets a list of URLs for this organization.
      Specified by:
      getURLs in interface Organization
      Returns:
      list of URLs for this organization
    • getUnknownAttributes

      public AttributeMap getUnknownAttributes()
      Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.
      Specified by:
      getUnknownAttributes in interface AttributeExtensibleXMLObject
      Returns:
      a map of the attributes
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements