Package org.accellera.IPXACT_1685_2014
Class SliceType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.SliceType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class SliceType extends java.lang.ObjectContains the HDL path information for a slice of the IP-XACT object.Java class for sliceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sliceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pathSegments"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pathSegment" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}pathSegmentType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}range" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSliceType.PathSegmentsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected SliceType.PathSegmentspathSegmentsprotected Rangerange
-
Constructor Summary
Constructors Constructor Description SliceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.SliceType.PathSegmentsgetPathSegments()Gets the value of the pathSegments property.RangegetRange()A range to be applied to the concatenation of the above path segmentsvoidsetId(java.lang.String value)Sets the value of the id property.voidsetPathSegments(SliceType.PathSegments value)Sets the value of the pathSegments property.voidsetRange(Range value)Sets the value of the range property.
-
-
-
Field Detail
-
pathSegments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected SliceType.PathSegments pathSegments
-
range
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected Range range
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String id
-
-
Method Detail
-
getPathSegments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public SliceType.PathSegments getPathSegments()Gets the value of the pathSegments property.- Returns:
- possible object is
SliceType.PathSegments
-
setPathSegments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setPathSegments(SliceType.PathSegments value)Sets the value of the pathSegments property.- Parameters:
value- allowed object isSliceType.PathSegments
-
getRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public Range getRange()A range to be applied to the concatenation of the above path segments- Returns:
- possible object is
Range
-
setRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setRange(Range value)Sets the value of the range property.- Parameters:
value- allowed object isRange
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-