Class ResourceRefWithConnCT.Connection
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceRefWithConnCT.Connection
-
- Enclosing class:
- ResourceRefWithConnCT
public static class ResourceRefWithConnCT.Connection 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="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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfromIFprotected ResourceRefWithConnCTresourceRefWithConnprotected StringtoIF
-
Constructor Summary
Constructors Constructor Description Connection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFromIF()Gets the value of the fromIF property.ResourceRefWithConnCTgetResourceRefWithConn()Gets the value of the resourceRefWithConn property.StringgetToIF()Gets the value of the toIF property.voidsetFromIF(String value)Sets the value of the fromIF property.voidsetResourceRefWithConn(ResourceRefWithConnCT value)Sets the value of the resourceRefWithConn property.voidsetToIF(String value)Sets the value of the toIF property.
-
-
-
Field Detail
-
resourceRefWithConn
protected ResourceRefWithConnCT resourceRefWithConn
-
fromIF
protected String fromIF
-
toIF
protected String toIF
-
-
Method Detail
-
getResourceRefWithConn
public ResourceRefWithConnCT getResourceRefWithConn()
Gets the value of the resourceRefWithConn property.- Returns:
- possible object is
ResourceRefWithConnCT
-
setResourceRefWithConn
public void setResourceRefWithConn(ResourceRefWithConnCT value)
Sets the value of the resourceRefWithConn property.- Parameters:
value- allowed object isResourceRefWithConnCT
-
getFromIF
public String getFromIF()
Gets the value of the fromIF property.- Returns:
- possible object is
String
-
setFromIF
public void setFromIF(String value)
Sets the value of the fromIF property.- Parameters:
value- allowed object isString
-
getToIF
public String getToIF()
Gets the value of the toIF property.- Returns:
- possible object is
String
-
-