com.hyper9.simdk.stubs.jaxws
Class RequestIdentity

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.RequestIdentity

public class RequestIdentity
extends Object


Constructor Summary
RequestIdentity()
           
 
Method Summary
 String getLabel()
           
 String getPublicKey()
           
 ManagedObjectReference getThis()
           
 void setLabel(String label)
           
 void setPublicKey(String publicKey)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestIdentity

public RequestIdentity()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getPublicKey

public String getPublicKey()
Returns:
returns String

setPublicKey

public void setPublicKey(String publicKey)
Parameters:
publicKey - the value for the publicKey property

getLabel

public String getLabel()
Returns:
returns String

setLabel

public void setLabel(String label)
Parameters:
label - the value for the label property


Copyright © 2009-2010 Hyper9. All Rights Reserved.