Class ProcessStepRefCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ProcessStepRefCT
-
- Direct Known Subclasses:
ProcessStepRefWithMatchCT
public class ProcessStepRefCT extends Object
Reference to single Process Step inside the PRDJava class for ProcessStepRef_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessStepRef_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="refURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="sequenceOrder" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="matchmakingRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
gid
protected String
id
protected Boolean
matchmakingRequired
protected String
refURL
protected Integer
sequenceOrder
-
Constructor Summary
Constructors Constructor Description ProcessStepRefCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGid()
Gets the value of the gid property.String
getId()
Gets the value of the id property.String
getRefURL()
Gets the value of the refURL property.Integer
getSequenceOrder()
Gets the value of the sequenceOrder property.Boolean
isMatchmakingRequired()
Gets the value of the matchmakingRequired property.void
setGid(String value)
Sets the value of the gid property.void
setId(String value)
Sets the value of the id property.void
setMatchmakingRequired(Boolean value)
Sets the value of the matchmakingRequired property.void
setRefURL(String value)
Sets the value of the refURL property.void
setSequenceOrder(Integer value)
Sets the value of the sequenceOrder property.
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getGid
public String getGid()
Gets the value of the gid property.- Returns:
- possible object is
String
-
setGid
public void setGid(String value)
Sets the value of the gid property.- Parameters:
value
- allowed object isString
-
getRefURL
public String getRefURL()
Gets the value of the refURL property.- Returns:
- possible object is
String
-
setRefURL
public void setRefURL(String value)
Sets the value of the refURL property.- Parameters:
value
- allowed object isString
-
getSequenceOrder
public Integer getSequenceOrder()
Gets the value of the sequenceOrder property.- Returns:
- possible object is
Integer
-
setSequenceOrder
public void setSequenceOrder(Integer value)
Sets the value of the sequenceOrder property.- Parameters:
value
- allowed object isInteger
-
isMatchmakingRequired
public Boolean isMatchmakingRequired()
Gets the value of the matchmakingRequired property.- Returns:
- possible object is
Boolean
-
-