com.hyper9.simdk.stubs.jaxws
Class UpdateLicense

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

public class UpdateLicense
extends Object


Constructor Summary
UpdateLicense()
           
 
Method Summary
 List<KeyValue> getLabels()
           
 String getLicenseKey()
           
 ManagedObjectReference getThis()
           
 void setLabels(List<KeyValue> labels)
           
 void setLicenseKey(String licenseKey)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateLicense

public UpdateLicense()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getLicenseKey

public String getLicenseKey()
Returns:
returns String

setLicenseKey

public void setLicenseKey(String licenseKey)
Parameters:
licenseKey - the value for the licenseKey property

getLabels

public List<KeyValue> getLabels()
Returns:
returns List

setLabels

public void setLabels(List<KeyValue> labels)
Parameters:
labels - the value for the labels property


Copyright © 2009-2010 Hyper9. All Rights Reserved.