Class MatchmakingReq.SystemLayoutRef
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.MatchmakingReq.SystemLayoutRef
-
- Enclosing class:
- MatchmakingReq
public static class MatchmakingReq.SystemLayoutRef 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" /> <attribute name="isKeptFixed" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
idRef
protected Boolean
isKeptFixed
-
Constructor Summary
Constructors Constructor Description SystemLayoutRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdRef()
Gets the value of the idRef property.Boolean
isIsKeptFixed()
Gets the value of the isKeptFixed property.void
setIdRef(String value)
Sets the value of the idRef property.void
setIsKeptFixed(Boolean value)
Sets the value of the isKeptFixed property.
-
-
-
Method Detail
-
getIdRef
public String getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
String
-
setIdRef
public void setIdRef(String value)
Sets the value of the idRef property.- Parameters:
value
- allowed object isString
-
isIsKeptFixed
public Boolean isIsKeptFixed()
Gets the value of the isKeptFixed property.- Returns:
- possible object is
Boolean
-
-