Class TransTypeDef
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.TransTypeDef
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class TransTypeDef extends java.lang.ObjectJava 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"> <sequence> <element name="typeName" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="exact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </simpleContent> </complexType> </element> <element name="typeDefinition" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </extension> </simpleContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}typeParameters" minOccurs="0"/> <element name="viewRef" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>NMTOKEN"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </extension> </simpleContent> </complexType> </element> </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 classTransTypeDef.TypeDefinitionJava class for anonymous complex type.static classTransTypeDef.TypeNameJava class for anonymous complex type.static classTransTypeDef.ViewRefJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected java.util.List<TransTypeDef.TypeDefinition>typeDefinitionprotected TransTypeDef.TypeNametypeNameprotected TypeParameterstypeParametersprotected java.util.List<TransTypeDef.ViewRef>viewRef
-
Constructor Summary
Constructors Constructor Description TransTypeDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.util.List<TransTypeDef.TypeDefinition>getTypeDefinition()Gets the value of the typeDefinition property.TransTypeDef.TypeNamegetTypeName()Gets the value of the typeName property.TypeParametersgetTypeParameters()Gets the value of the typeParameters property.java.util.List<TransTypeDef.ViewRef>getViewRef()Gets the value of the viewRef property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetTypeName(TransTypeDef.TypeName value)Sets the value of the typeName property.voidsetTypeParameters(TypeParameters value)Sets the value of the typeParameters property.
-
-
-
Field Detail
-
typeName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected TransTypeDef.TypeName typeName
-
typeDefinition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.util.List<TransTypeDef.TypeDefinition> typeDefinition
-
typeParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected TypeParameters typeParameters
-
viewRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.util.List<TransTypeDef.ViewRef> viewRef
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String id
-
-
Method Detail
-
getTypeName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public TransTypeDef.TypeName getTypeName()Gets the value of the typeName property.- Returns:
- possible object is
TransTypeDef.TypeName
-
setTypeName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setTypeName(TransTypeDef.TypeName value)Sets the value of the typeName property.- Parameters:
value- allowed object isTransTypeDef.TypeName
-
getTypeDefinition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.util.List<TransTypeDef.TypeDefinition> getTypeDefinition()Gets the value of the typeDefinition 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 typeDefinition property.For example, to add a new item, do as follows:
getTypeDefinition().add(newItem);Objects of the following type(s) are allowed in the list
TransTypeDef.TypeDefinition
-
getTypeParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public TypeParameters getTypeParameters()Gets the value of the typeParameters property.- Returns:
- possible object is
TypeParameters
-
setTypeParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setTypeParameters(TypeParameters value)Sets the value of the typeParameters property.- Parameters:
value- allowed object isTypeParameters
-
getViewRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.util.List<TransTypeDef.ViewRef> getViewRef()Gets the value of the viewRef 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 viewRef property.For example, to add a new item, do as follows:
getViewRef().add(newItem);Objects of the following type(s) are allowed in the list
TransTypeDef.ViewRef
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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 v3.0.2", date="2026-01-14T04:58:49Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-