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()
String
public void setValue(String value)
value
- allowed object is
String
public void setId(Integer value)
value
- allowed object is
Integer
public Integer getType()
Integer
public void setType(Integer value)
value
- allowed object is
Integer
public Integer getDifference()
Integer
public void setDifference(Integer value)
value
- allowed object is
Integer
public String getHardness()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.