Interface StatusBuilder

All Superinterfaces:
SimpleBuilder<Status>
All Known Implementing Classes:
StatusBuilderImpl

public interface StatusBuilder extends SimpleBuilder<Status>
Interface describing the methods of the StatusBuilder.
Interface welches die Methoden des StatusBuilders beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusType aInternalObject)
    Method to create an instance of type StatusType. Methode um eine Instanc des Typs StatusType zu erstellen.
    statusCode(StatusCode aStatusCode)
    Method to set the StatusCode of the Status to be build. Methode um ein StatusCode dem Status hinzuzufügen.
    statusMessage(String aStatusMessage)
    Method to set the StatusMessage of the Status to be build. Methode um eine StatusMessage dem Status hinzuzufügen.

    Methods inherited from interface org.projecthusky.xua.saml2.SimpleBuilder

    create
  • Method Details

    • statusCode

      StatusBuilder statusCode(StatusCode aStatusCode)
      Method to set the StatusCode of the Status to be build.
      Methode um ein StatusCode dem Status hinzuzufügen.
      Parameters:
      aStatusCode -
      the StatusCode to be set
      der StatusCode der gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • statusMessage

      StatusBuilder statusMessage(String aStatusMessage)
      Method to set the StatusMessage of the Status to be build.
      Methode um eine StatusMessage dem Status hinzuzufügen.
      Parameters:
      aStatusMessage -
      the StatusMessage to be set
      die StatusMessage der gesetzt werden soll
      Returns:
      the actual instance of this builder
      die aktuelle Instanz des Builders
    • create

      Status create(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusType aInternalObject)
      Method to create an instance of type StatusType.
      Methode um eine Instanc des Typs StatusType zu erstellen.
      Parameters:
      aInternalObject -
      the internal wrapped object of type StatusType
      das Innere, gewrappte Object vom Typ StatusType
      Returns:
      the Object ot the type StatusBuilder
      the instance of type StatusBuilder
      die erstellte Instanz vom Typ StatusBuilder