Class ProcessStepRefWithMatchCT.PrecededBy
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ProcessStepRefWithMatchCT.PrecededBy
-
- Enclosing class:
- ProcessStepRefWithMatchCT
public static class ProcessStepRefWithMatchCT.PrecededBy 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" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="gidRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PrecededBy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGidRef()
Gets the value of the gidRef property.Object
getIdRef()
Gets the value of the idRef property.void
setGidRef(String value)
Sets the value of the gidRef property.void
setIdRef(Object value)
Sets the value of the idRef property.
-
-
-
Method Detail
-
getIdRef
public Object getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
Object
-
setIdRef
public void setIdRef(Object value)
Sets the value of the idRef property.- Parameters:
value
- allowed object isObject
-
getGidRef
public String getGidRef()
Gets the value of the gidRef property.- Returns:
- possible object is
String
-
-