public static class Document.Links extends 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="Link" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<choice>
<sequence>
<element name="SourceTaskID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DestinationTaskID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
<sequence>
<element name="SourceProjectID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DestinationProjectID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</choice>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="Lag" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="LagUnit" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ShortTimeUnitType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Links.Link
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Document.Links.Link> |
link |
| Constructor and Description |
|---|
Links() |
| Modifier and Type | Method and Description |
|---|---|
List<Document.Links.Link> |
getLink()
Gets the value of the link property.
|
protected List<Document.Links.Link> link
public List<Document.Links.Link> getLink()
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 link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
Document.Links.Link
Copyright © 2000–2025 MPXJ. All rights reserved.