Package org.accellera.IPXACT_1685_2014
Class CellSpecification.CellFunction
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.CellSpecification.CellFunction
-
- Enclosing class:
- CellSpecification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public static class CellSpecification.CellFunction extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>cellFunctionValueType"> <attribute name="other" type="{http://www.w3.org/2001/XMLSchema}token" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringotherprotected CellFunctionValueTypevalue
-
Constructor Summary
Constructors Constructor Description CellFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOther()Gets the value of the other property.CellFunctionValueTypegetValue()Indicates legal cell function values.voidsetOther(java.lang.String value)Sets the value of the other property.voidsetValue(CellFunctionValueType value)Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") protected CellFunctionValueType value
-
other
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") protected java.lang.String other
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public CellFunctionValueType getValue()Indicates legal cell function values.- Returns:
- possible object is
CellFunctionValueType
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public void setValue(CellFunctionValueType value)Sets the value of the value property.- Parameters:
value- allowed object isCellFunctionValueType
-
getOther
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public java.lang.String getOther()Gets the value of the other property.- Returns:
- possible object is
String
-
setOther
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:58Z") public void setOther(java.lang.String value)Sets the value of the other property.- Parameters:
value- allowed object isString
-
-