org.jomc.model.test
Class ModelExceptionDetail

Package class diagram package ModelExceptionDetail
java.lang.Object
  extended by org.jomc.model.test.ModelExceptionDetail
All Implemented Interfaces:
Cloneable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class ModelExceptionDetail
extends Object
implements Cloneable

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

identifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String identifier

count

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected int count
Constructor Detail

ModelExceptionDetail

public ModelExceptionDetail()
Creates a new ModelExceptionDetail instance.


ModelExceptionDetail

public ModelExceptionDetail(ModelExceptionDetail o)
Creates a new ModelExceptionDetail instance by deeply copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getIdentifier()
Identifier of the detail.

Returns:
possible object is String

setIdentifier

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getCount

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public int getCount()
Number of expected details with identifier.


setCount

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setCount(int value)
Sets the value of the count property.


clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-10-06T06:49:47+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public ModelExceptionDetail clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class Object
Returns:
A deep copy of this object.


Copyright © 2005-2009 The JOMC Project. All Rights Reserved.