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 String
fromIF
protected ResourceRefWithConnCT
resourceRefWithConn
protected String
toIF
-
Constructor Summary
Constructors Constructor Description Connection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFromIF()
Gets the value of the fromIF property.ResourceRefWithConnCT
getResourceRefWithConn()
Gets the value of the resourceRefWithConn property.String
getToIF()
Gets the value of the toIF property.void
setFromIF(String value)
Sets the value of the fromIF property.void
setResourceRefWithConn(ResourceRefWithConnCT value)
Sets the value of the resourceRefWithConn property.void
setToIF(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
-
-