com.hyper9.simdk.stubs.dao
Class OvfParseDescriptorResult

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.OvfParseDescriptorResult
All Implemented Interfaces:
Serializable

public class OvfParseDescriptorResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
OvfParseDescriptorResult()
           
 
Method Summary
 String getAnnotation()
           
 Long getApproximateDownloadSize()
           
 Long getApproximateFlatDeploymentSize()
           
 Long getApproximateSparseDeploymentSize()
           
 String getDefaultDeploymentOption()
           
 String getDefaultEntityName()
           
 List<OvfDeploymentOption> getDeploymentOption()
           
 List<LocalizedMethodFault> getError()
           
 List<String> getEula()
           
 List<String> getIpAllocationScheme()
           
 List<String> getIpProtocols()
           
 List<OvfNetworkInfo> getNetwork()
           
 VAppProductInfo getProductInfo()
           
 List<VAppPropertyInfo> getProperty()
           
 Boolean getVirtualApp()
           
 List<LocalizedMethodFault> getWarning()
           
 void setAnnotation(String toSet)
           
 void setApproximateDownloadSize(Long toSet)
           
 void setApproximateFlatDeploymentSize(Long toSet)
           
 void setApproximateSparseDeploymentSize(Long toSet)
           
 void setDefaultDeploymentOption(String toSet)
           
 void setDefaultEntityName(String toSet)
           
 void setDeploymentOption(List<OvfDeploymentOption> toSet)
           
 void setError(List<LocalizedMethodFault> toSet)
           
 void setEula(List<String> toSet)
           
 void setIpAllocationScheme(List<String> toSet)
           
 void setIpProtocols(List<String> toSet)
           
 void setNetwork(List<OvfNetworkInfo> toSet)
           
 void setProductInfo(VAppProductInfo toSet)
           
 void setProperty(List<VAppPropertyInfo> toSet)
           
 void setVirtualApp(Boolean toSet)
           
 void setWarning(List<LocalizedMethodFault> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OvfParseDescriptorResult

public OvfParseDescriptorResult()
Method Detail

getEula

public List<String> getEula()

setEula

public void setEula(List<String> toSet)

getNetwork

public List<OvfNetworkInfo> getNetwork()

setNetwork

public void setNetwork(List<OvfNetworkInfo> toSet)

getIpAllocationScheme

public List<String> getIpAllocationScheme()

setIpAllocationScheme

public void setIpAllocationScheme(List<String> toSet)

getIpProtocols

public List<String> getIpProtocols()

setIpProtocols

public void setIpProtocols(List<String> toSet)

getProperty

public List<VAppPropertyInfo> getProperty()

setProperty

public void setProperty(List<VAppPropertyInfo> toSet)

getProductInfo

public VAppProductInfo getProductInfo()

setProductInfo

public void setProductInfo(VAppProductInfo toSet)

getAnnotation

public String getAnnotation()

setAnnotation

public void setAnnotation(String toSet)

getApproximateDownloadSize

public Long getApproximateDownloadSize()

setApproximateDownloadSize

public void setApproximateDownloadSize(Long toSet)

getApproximateFlatDeploymentSize

public Long getApproximateFlatDeploymentSize()

setApproximateFlatDeploymentSize

public void setApproximateFlatDeploymentSize(Long toSet)

getApproximateSparseDeploymentSize

public Long getApproximateSparseDeploymentSize()

setApproximateSparseDeploymentSize

public void setApproximateSparseDeploymentSize(Long toSet)

getDefaultEntityName

public String getDefaultEntityName()

setDefaultEntityName

public void setDefaultEntityName(String toSet)

getVirtualApp

public Boolean getVirtualApp()

setVirtualApp

public void setVirtualApp(Boolean toSet)

getDeploymentOption

public List<OvfDeploymentOption> getDeploymentOption()

setDeploymentOption

public void setDeploymentOption(List<OvfDeploymentOption> toSet)

getDefaultDeploymentOption

public String getDefaultDeploymentOption()

setDefaultDeploymentOption

public void setDefaultDeploymentOption(String toSet)

getError

public List<LocalizedMethodFault> getError()

setError

public void setError(List<LocalizedMethodFault> toSet)

getWarning

public List<LocalizedMethodFault> getWarning()

setWarning

public void setWarning(List<LocalizedMethodFault> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.