com.hyper9.simdk.stubs.jaxws
Class UpdateFeatureInUse

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

public class UpdateFeatureInUse
extends Object


Constructor Summary
UpdateFeatureInUse()
           
 
Method Summary
 String getEntityId()
           
 String getFeature()
           
 Boolean getInUse()
           
 ManagedObjectReference getThis()
           
 void setEntityId(String entityId)
           
 void setFeature(String feature)
           
 void setInUse(Boolean inUse)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateFeatureInUse

public UpdateFeatureInUse()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getEntityId

public String getEntityId()
Returns:
returns String

setEntityId

public void setEntityId(String entityId)
Parameters:
entityId - the value for the entityId property

getFeature

public String getFeature()
Returns:
returns String

setFeature

public void setFeature(String feature)
Parameters:
feature - the value for the feature property

getInUse

public Boolean getInUse()
Returns:
returns Boolean

setInUse

public void setInUse(Boolean inUse)
Parameters:
inUse - the value for the inUse property


Copyright © 2009-2010 Hyper9. All Rights Reserved.