com.webmethods.caf.portalclient.impl
Class AliasValue

java.lang.Object
  extended by 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:
Serialized Form

Field Summary
 String params
           
 boolean system
           
 URI targetID
           
 int type
           
 URI uri
           
 String value
           
 
Constructor Summary
AliasValue()
           
AliasValue(String params, boolean system, URI targetID, int type, URI uri, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

AliasValue

public AliasValue()

AliasValue

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