Class MatchmakingReq.ResourcePoolRef
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReq.ResourcePoolRef
-
- Enclosing class:
- MatchmakingReq
public static class MatchmakingReq.ResourcePoolRef 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"> <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ResourcePoolRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdRef()
Gets the value of the idRef property.void
setIdRef(String value)
Sets the value of the idRef property.
-
-
-
Field Detail
-
idRef
protected String idRef
-
-