public class Predecessor 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="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="predecessor-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" default="FS">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="FS"/>
<enumeration value="FF"/>
<enumeration value="SS"/>
<enumeration value="SF"/>
</restriction>
</simpleType>
</attribute>
<attribute name="lag" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
lag |
protected String |
predecessorId |
protected String |
type |
| Constructor and Description |
|---|
Predecessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getLag()
Gets the value of the lag property.
|
String |
getPredecessorId()
Gets the value of the predecessorId property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLag(String value)
Sets the value of the lag property.
|
void |
setPredecessorId(String value)
Sets the value of the predecessorId property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String id
protected String predecessorId
protected String type
protected String lag
public void setId(String value)
value - allowed object is
Stringpublic String getPredecessorId()
Stringpublic void setPredecessorId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getLag()
StringCopyright © 2000–2025 MPXJ. All rights reserved.