Package org.accellera.IPXACT_1685_2014
Class Choices
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.Choices
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public class Choices extends java.lang.Object
Java 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="choice" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}Name"/> <element name="enumeration" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>complexBaseExpression"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="help" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType> </element> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Choices.Choice
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Choices.Choice>
choice
-
Constructor Summary
Constructors Constructor Description Choices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Choices.Choice>
getChoice()
Gets the value of the choice property.
-
-
-
Field Detail
-
choice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.util.List<Choices.Choice> choice
-
-
Method Detail
-
getChoice
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.util.List<Choices.Choice> getChoice()
Gets the value of the choice 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
set
method for the choice property.For example, to add a new item, do as follows:
getChoice().add(newItem);
Objects of the following type(s) are allowed in the list
Choices.Choice
-
-