Interface Parameter

  • All Superinterfaces:
    SAMLObject, XMLObject, XSString
    All Known Implementing Classes:
    ParameterImpl

    public interface Parameter
    extends XSString, 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.lindstrom@litsec.se)
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • 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