Package org.accellera.IPXACT_1685_2014
Class SlicesType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.SlicesType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public class SlicesType extends java.lang.ObjectEach 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>
-
-
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.
-
-
-
Field Detail
-
slice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.util.List<SliceType> slice
-
-
Method Detail
-
getSlice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
-