Class CellSpecification


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:51Z")
    public class CellSpecification
    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">
           <choice>
             <element name="cellFunction">
               <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>
             </element>
             <element name="cellClass" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}cellClassValueType"/>
           </choice>
           <attribute name="cellStrength" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}cellStrengthValueType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • cellFunction

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected CellSpecification.CellFunction cellFunction
      • cellClass

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected CellClassValueType cellClass
      • cellStrength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        protected CellStrengthValueType cellStrength
    • Constructor Detail

      • CellSpecification

        public CellSpecification()
    • Method Detail

      • setCellFunction

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setCellFunction​(CellSpecification.CellFunction value)
        Sets the value of the cellFunction property.
        Parameters:
        value - allowed object is CellSpecification.CellFunction
      • getCellClass

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public CellClassValueType getCellClass()
        Gets the value of the cellClass property.
        Returns:
        possible object is CellClassValueType
      • setCellClass

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setCellClass​(CellClassValueType value)
        Sets the value of the cellClass property.
        Parameters:
        value - allowed object is CellClassValueType
      • getCellStrength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public CellStrengthValueType getCellStrength()
        Gets the value of the cellStrength property.
        Returns:
        possible object is CellStrengthValueType
      • setCellStrength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:51Z")
        public void setCellStrength​(CellStrengthValueType value)
        Sets the value of the cellStrength property.
        Parameters:
        value - allowed object is CellStrengthValueType