Class ResourceRefWithConnCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCT
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceRefWithConnCT
-
public class ResourceRefWithConnCT extends ResourceRefCT
Resource Reference CT with ConnectionsJava class for ResourceRefWithConn_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceRefWithConn_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceRef_CT"> <sequence> <element name="Connection" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ResourceRefWithConn" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceRefWithConn_CT"/> </sequence> <attribute name="fromIF" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="toIF" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="isKeptFixed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResourceRefWithConnCT.Connection
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<ResourceRefWithConnCT.Connection>
connection
protected Boolean
isKeptFixed
-
Fields inherited from class fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCT
rdIdRef, ridIdRef
-
-
Constructor Summary
Constructors Constructor Description ResourceRefWithConnCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceRefWithConnCT.Connection>
getConnection()
Gets the value of the connection property.boolean
isIsKeptFixed()
Gets the value of the isKeptFixed property.void
setIsKeptFixed(Boolean value)
Sets the value of the isKeptFixed property.-
Methods inherited from class fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCT
getRdIdRef, getRidIdRef, setRdIdRef, setRidIdRef
-
-
-
-
Field Detail
-
connection
protected List<ResourceRefWithConnCT.Connection> connection
-
isKeptFixed
protected Boolean isKeptFixed
-
-
Method Detail
-
getConnection
public List<ResourceRefWithConnCT.Connection> getConnection()
Gets the value of the connection 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 JAXB object. This is why there is not a
set
method for the connection property.For example, to add a new item, do as follows:
getConnection().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceRefWithConnCT.Connection
-
isIsKeptFixed
public boolean isIsKeptFixed()
Gets the value of the isKeptFixed property.- Returns:
- possible object is
Boolean
-
-