java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.core.xml.schema.impl.XSStringImpl
se.swedenconnect.opensaml.sweid.saml2.signservice.sap.impl.ParameterImpl
All Implemented Interfaces:
XSString, XMLObject, SAMLObject, Parameter

public class ParameterImpl extends XSStringImpl implements Parameter
Implementation class for Parameter.
Author:
Martin Lindström (martin@idsec.se)
  • Constructor Details

    • ParameterImpl

      protected ParameterImpl(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

    • getName

      public String getName()
      Returns the "Name" attribute.
      Specified by:
      getName in interface Parameter
      Returns:
      the name attribute
    • setName

      public void setName(String name)
      Assigns the name attribute.
      Specified by:
      setName in interface Parameter
      Parameters:
      name - the name attribute