public class ConstrainedLoop extends SpanningElement
Java class for ConstrainedLoop complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstrainedLoop"> <complexContent> <extension base="{http://www.miuml.org/metamodel}SpanningElement"> <sequence> <element name="LoopSegment" type="{http://www.miuml.org/metamodel}Rnum" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<BigInteger> |
loopSegment |
Constructor and Description |
---|
ConstrainedLoop() |
Modifier and Type | Method and Description |
---|---|
List<BigInteger> |
getLoopSegment()
Gets the value of the loopSegment property.
|
getElement, setElement
protected List<BigInteger> loopSegment
public List<BigInteger> getLoopSegment()
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 loopSegment property.
For example, to add a new item, do as follows:
getLoopSegment().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
Copyright © 2012–2022. All rights reserved.