public class Depend extends Object
Java class for depend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="depend">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="difference" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="hardness" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
difference |
protected String |
hardness |
protected Integer |
id |
protected Integer |
type |
protected String |
value |
| Constructor and Description |
|---|
Depend() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDifference()
Gets the value of the difference property.
|
String |
getHardness()
Gets the value of the hardness property.
|
Integer |
getId()
Gets the value of the id property.
|
Integer |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDifference(Integer value)
Sets the value of the difference property.
|
void |
setHardness(String value)
Sets the value of the hardness property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer id
protected Integer type
protected Integer difference
protected String hardness
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setId(Integer value)
value - allowed object is
Integerpublic Integer getType()
Integerpublic void setType(Integer value)
value - allowed object is
Integerpublic Integer getDifference()
Integerpublic void setDifference(Integer value)
value - allowed object is
Integerpublic String getHardness()
StringCopyright © 2000–2025 MPXJ. All rights reserved.