Class BWSystem.SystemXsiPolicyProfileGetResponse

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

public static class BWSystem.SystemXsiPolicyProfileGetResponse extends Response
Response to the SystemXsiPolicyProfileGetRequest. The response contains the Xsi policy profile.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • description

      protected String description
    • maxTargetSubscription

      protected Integer maxTargetSubscription
    • def

      protected Boolean def
    • xsiPolicyProfile

      protected XsiPolicyProfileKey xsiPolicyProfile
  • Constructor Details

    • SystemXsiPolicyProfileGetResponse

      public SystemXsiPolicyProfileGetResponse()
  • Method Details

    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setMaxTargetSubscription

      public void setMaxTargetSubscription(Integer maxTargetSubscription)
    • getMaxTargetSubscription

      public Integer getMaxTargetSubscription()
    • setDef

      public void setDef(Boolean def)
    • getDef

      public Boolean getDef()
    • setXsiPolicyProfile

      public void setXsiPolicyProfile(XsiPolicyProfileKey xsiPolicyProfile)
    • getXsiPolicyProfile

      public XsiPolicyProfileKey getXsiPolicyProfile()
    • 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