|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.model.test.ModelValidationReportDetail
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public class ModelValidationReportDetail
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>
Field Summary | |
---|---|
protected int |
count
|
protected String |
identifier
|
Constructor Summary | |
---|---|
ModelValidationReportDetail()
Creates a new ModelValidationReportDetail instance. |
|
ModelValidationReportDetail(ModelValidationReportDetail o)
Creates a new ModelValidationReportDetail instance by deeply copying a given ModelValidationReportDetail instance. |
Method Summary | |
---|---|
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. |
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="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected String identifier
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") protected int count
Constructor Detail |
---|
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
.Method Detail |
---|
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01: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="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public int getCount()
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public void setCount(int value)
@Generated(value="com.sun.tools.xjc.Driver", date="2012-03-14T10:22:33+01:00", comments="JAXB RI vhudson-jaxb-ri-2.1-2") public ModelValidationReportDetail clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |