Class AliasValue

java.lang.Object
com.webmethods.caf.portalclient.impl.AliasValue
All Implemented Interfaces:
Serializable

public class AliasValue extends Object implements Serializable
Object to represent an Alias as an input parameter or returned by the Portal Client web services NOTE: this class is generated by Glue
See Also:
  • Field Details

    • params

      public String params
    • system

      public boolean system
    • targetID

      public URI targetID
    • type

      public int type
    • uri

      public URI uri
    • value

      public String value
  • Constructor Details

    • AliasValue

      public AliasValue()
    • AliasValue

      public AliasValue(String params, boolean system, URI targetID, int type, URI uri, String value)