com.webmethods.caf.portalclient.impl
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
params
public String params
system
public boolean system
targetID
public URI targetID
type
public int type
uri
public URI uri
value
public String value
AliasValue
public AliasValue()
AliasValue
public AliasValue(String params,
boolean system,
URI targetID,
int type,
URI uri,
String value)