Class User.UserShInterfaceGetPublicIdDataResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.User.UserShInterfaceGetPublicIdDataResponse
All Implemented Interfaces:
Serializable
Enclosing class:
User

public static class User.UserShInterfaceGetPublicIdDataResponse extends Response
Response to the UserShInterfaceGetPublicIdDataRequest21sp1. The response contains the Sh non-transparent data for the specified Public User Identity. The data also includes a userId, userType, and endpointType. The value Mobility in Endpoint Type is only applicable in AS data mode.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • UserShInterfaceGetPublicIdDataResponse

      public UserShInterfaceGetPublicIdDataResponse()
  • Method Details

    • setUserId

      public void setUserId(String userId)
    • getUserId

      public String getUserId()
    • setUserType

      public void setUserType(UserType userType)
    • getUserType

      public UserType getUserType()
    • setEndpointType

      public void setEndpointType(EndpointType21sp1 endpointType)
    • getEndpointType

      public EndpointType21sp1 getEndpointType()
    • setSCSCFName

      public void setSCSCFName(String sCSCFName)
    • getSCSCFName

      public String getSCSCFName()
    • setIMSUserState

      public void setIMSUserState(IMSUserState iMSUserState)
    • getIMSUserState

      public IMSUserState getIMSUserState()
    • setPublicUserIdentity

      public void setPublicUserIdentity(PublicUserIdentity publicUserIdentity)
    • getPublicUserIdentity

      public PublicUserIdentity getPublicUserIdentity()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object