public class StreamDefectIdDataObj extends Object
Java class for streamDefectIdDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamDefectIdDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="defectTriageId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="defectTriageVerNum" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="verNum" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
defectTriageId |
protected int |
defectTriageVerNum |
protected long |
id |
protected int |
verNum |
| Constructor and Description |
|---|
StreamDefectIdDataObj() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDefectTriageId()
Gets the value of the defectTriageId property.
|
int |
getDefectTriageVerNum()
Gets the value of the defectTriageVerNum property.
|
long |
getId()
Gets the value of the id property.
|
int |
getVerNum()
Gets the value of the verNum property.
|
void |
setDefectTriageId(long value)
Sets the value of the defectTriageId property.
|
void |
setDefectTriageVerNum(int value)
Sets the value of the defectTriageVerNum property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setVerNum(int value)
Sets the value of the verNum property.
|
protected long defectTriageId
protected int defectTriageVerNum
protected long id
protected int verNum
public long getDefectTriageId()
public void setDefectTriageId(long value)
public int getDefectTriageVerNum()
public void setDefectTriageVerNum(int value)
public long getId()
public void setId(long value)
public int getVerNum()
public void setVerNum(int value)
Copyright © 2004-2013 Hudson. All Rights Reserved.