Class ResourceWithConnectionCT.Connection
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceWithConnectionCT.Connection
-
- Enclosing class:
- ResourceWithConnectionCT
public static class ResourceWithConnectionCT.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="Resource" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceWithConnection_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>
-
-
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.ResourceWithConnectionCT
getResource()
Gets the value of the resource property.String
getToIF()
Gets the value of the toIF property.void
setFromIF(String value)
Sets the value of the fromIF property.void
setResource(ResourceWithConnectionCT value)
Sets the value of the resource property.void
setToIF(String value)
Sets the value of the toIF property.
-
-
-
Field Detail
-
resource
protected ResourceWithConnectionCT resource
-
fromIF
protected String fromIF
-
toIF
protected String toIF
-
-
Method Detail
-
getResource
public ResourceWithConnectionCT getResource()
Gets the value of the resource property.- Returns:
- possible object is
ResourceWithConnectionCT
-
setResource
public void setResource(ResourceWithConnectionCT value)
Sets the value of the resource property.- Parameters:
value
- allowed object isResourceWithConnectionCT
-
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
-
-