Class SlicesType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2026-01-14T04:58:58Z")
    public class SlicesType
    extends java.lang.Object
    Each slice specifies the HDL path for part of the parent IP-XACT object. The slices must be concatenated to calculate the entire path. If there is only one slice, it is assumed to be the path for the entire IP-XACT object.

    Java class for slicesType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="slicesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="slice" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}sliceType" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<SliceType> slice  
    • Constructor Summary

      Constructors 
      Constructor Description
      SlicesType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<SliceType> getSlice()
      Gets the value of the slice property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • slice

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        protected java.util.List<SliceType> slice
    • Constructor Detail

      • SlicesType

        public SlicesType()
    • Method Detail

      • getSlice

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2026-01-14T04:58:58Z")
        public java.util.List<SliceType> getSlice()
        Gets the value of the slice property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the slice property.

        For example, to add a new item, do as follows:

            getSlice().add(newItem);
         

        Objects of the following type(s) are allowed in the list SliceType