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 SummaryNested Classes Modifier and Type Class Description static classResourceRefWithConnCT.ConnectionJava class for anonymous complex type.
 - 
Field SummaryFields Modifier and Type Field Description protected List<ResourceRefWithConnCT.Connection>connectionprotected BooleanisKeptFixed- 
Fields inherited from class fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCTrdIdRef, ridIdRef
 
- 
 - 
Constructor SummaryConstructors Constructor Description ResourceRefWithConnCT()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceRefWithConnCT.Connection>getConnection()Gets the value of the connection property.booleanisIsKeptFixed()Gets the value of the isKeptFixed property.voidsetIsKeptFixed(Boolean value)Sets the value of the isKeptFixed property.- 
Methods inherited from class fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCTgetRdIdRef, getRidIdRef, setRdIdRef, setRidIdRef
 
- 
 
- 
- 
- 
Field Detail- 
connectionprotected List<ResourceRefWithConnCT.Connection> connection 
 - 
isKeptFixedprotected Boolean isKeptFixed 
 
- 
 - 
Method Detail- 
getConnectionpublic 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 setmethod 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
 - 
isIsKeptFixedpublic boolean isIsKeptFixed() Gets the value of the isKeptFixed property.- Returns:
- possible object is
     Boolean
 
 
- 
 
-