@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class ModelValidationReportDetail extends Object implements Cloneable
Java class for ModelValidationReportDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelValidationReportDetail"> <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>
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected String |
identifier |
Constructor and Description |
---|
ModelValidationReportDetail()
Creates a new
ModelValidationReportDetail instance. |
ModelValidationReportDetail(ModelValidationReportDetail o)
Creates a new
ModelValidationReportDetail instance by deeply copying a given ModelValidationReportDetail instance. |
Modifier and Type | Method and Description |
---|---|
ModelValidationReportDetail |
clone()
Creates and returns a deep copy of this object.
|
int |
getCount()
Gets the value of the count property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String identifier
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected int count
public ModelValidationReportDetail()
ModelValidationReportDetail
instance.public ModelValidationReportDetail(ModelValidationReportDetail o)
ModelValidationReportDetail
instance by deeply copying a given ModelValidationReportDetail
instance.o
- The instance to copy.NullPointerException
- if o
is null
.@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setIdentifier(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public int getCount()
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setCount(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2013-04-21T08:43:19+02:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public ModelValidationReportDetail clone()
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.