All Superinterfaces:
org.opensaml.saml.common.SAMLObject, org.opensaml.core.xml.XMLObject, org.opensaml.core.xml.schema.XSString
All Known Implementing Classes:
ParameterImpl

public interface Parameter extends org.opensaml.core.xml.schema.XSString, org.opensaml.saml.common.SAMLObject
Definition of the SAP ParameterType type. The following schema fragment defines the <sap:SADRequest> element:
 
 <xs:complexType name="ParameterType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute name="Name" type="xs:string" use="required" />
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 
Author:
Martin Lindström (martin@idsec.se)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the element.
    static final QName
    Default element name.
    static final String
    Attribute label for the Name attribute.
    static final String
    Local name of the type
    static final QName
    QName of the XSI type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the "Name" attribute.
    void
    Assigns the name attribute.

    Methods inherited from interface org.opensaml.core.xml.XMLObject

    detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation

    Methods inherited from interface org.opensaml.core.xml.schema.XSString

    getValue, setValue
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Name of the element.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the type
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • NAME_ATTR_NAME

      static final String NAME_ATTR_NAME
      Attribute label for the Name attribute.
      See Also:
  • Method Details

    • getName

      String getName()
      Returns the "Name" attribute.
      Returns:
      the name attribute
    • setName

      void setName(String name)
      Assigns the name attribute.
      Parameters:
      name - the name attribute