Package org.accellera.IPXACT_1685_2014
Class PathSegmentType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.PathSegmentType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class PathSegmentType extends java.lang.ObjectIdentifies one level of hierarchy in the view specifed by viewNameRef. This is a simple name and optionally some indices into a multi dimensional element.Java class for pathSegmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pathSegmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pathSegmentName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="indices" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}indicesType" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected IndicesTypeindicesprotected java.lang.StringpathSegmentName
-
Constructor Summary
Constructors Constructor Description PathSegmentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.IndicesTypegetIndices()Gets the value of the indices property.java.lang.StringgetPathSegmentName()Gets the value of the pathSegmentName property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIndices(IndicesType value)Sets the value of the indices property.voidsetPathSegmentName(java.lang.String value)Sets the value of the pathSegmentName property.
-
-
-
Field Detail
-
pathSegmentName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String pathSegmentName
-
indices
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected IndicesType indices
-
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
-
getPathSegmentName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getPathSegmentName()Gets the value of the pathSegmentName property.- Returns:
- possible object is
String
-
setPathSegmentName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setPathSegmentName(java.lang.String value)Sets the value of the pathSegmentName property.- Parameters:
value- allowed object isString
-
getIndices
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public IndicesType getIndices()Gets the value of the indices property.- Returns:
- possible object is
IndicesType
-
setIndices
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setIndices(IndicesType value)Sets the value of the indices property.- Parameters:
value- allowed object isIndicesType
-
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
-
-