|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.model.test.ModelExceptionDetail
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class ModelExceptionDetail
Java class for ModelExceptionDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelExceptionDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="identifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
count
|
protected String |
identifier
|
| Constructor Summary | |
|---|---|
ModelExceptionDetail()
Creates a new ModelExceptionDetail instance. |
|
ModelExceptionDetail(ModelExceptionDetail o)
Creates a new ModelExceptionDetail instance by deeply copying a given instance. |
|
| Method Summary | |
|---|---|
ModelExceptionDetail |
clone()
Creates and returns a deep copy of this object. |
int |
getCount()
Number of expected details with identifier. |
String |
getIdentifier()
Identifier of the detail. |
void |
setCount(int value)
Sets the value of the count property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String identifier
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected int count
| Constructor Detail |
|---|
public ModelExceptionDetail()
ModelExceptionDetail instance.
public ModelExceptionDetail(ModelExceptionDetail o)
ModelExceptionDetail instance by deeply copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setIdentifier(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public int getCount()
identifier.
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setCount(int value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2009-10-04T12:55:15+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public ModelExceptionDetail clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||