Class View
- java.lang.Object
-
- org.accellera.SPIRIT_1685_2009_VE.View
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public class View extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/PDP-1.0}view"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AreaEstimation
areaEstimation
protected TechnologyName
technologyName
-
Constructor Summary
Constructors Constructor Description View()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreaEstimation
getAreaEstimation()
Gets the value of the areaEstimation property.TechnologyName
getTechnologyName()
Gets the value of the technologyName property.void
setAreaEstimation(AreaEstimation value)
Sets the value of the areaEstimation property.void
setTechnologyName(TechnologyName value)
Sets the value of the technologyName property.
-
-
-
Field Detail
-
technologyName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") protected TechnologyName technologyName
-
areaEstimation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") protected AreaEstimation areaEstimation
-
-
Method Detail
-
getTechnologyName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public TechnologyName getTechnologyName()
Gets the value of the technologyName property.- Returns:
- possible object is
TechnologyName
-
setTechnologyName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public void setTechnologyName(TechnologyName value)
Sets the value of the technologyName property.- Parameters:
value
- allowed object isTechnologyName
-
getAreaEstimation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public AreaEstimation getAreaEstimation()
Gets the value of the areaEstimation property.- Returns:
- possible object is
AreaEstimation
-
setAreaEstimation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:43:06Z") public void setAreaEstimation(AreaEstimation value)
Sets the value of the areaEstimation property.- Parameters:
value
- allowed object isAreaEstimation
-
-