org.cogroo.tools.errorreport.model
Class Omission

java.lang.Object
  extended by org.cogroo.tools.errorreport.model.Omission

public class Omission
extends Object

Java class for Omission complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Omission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CustomCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReplaceBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Span" type="{}Span"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Omission()
           
 
Method Summary
 String getCategory()
          Gets the value of the category property.
 String getComment()
          Gets the value of the comment property.
 String getCustomCategory()
          Gets the value of the customCategory property.
 String getReplaceBy()
          Gets the value of the replaceBy property.
 Span getSpan()
          Gets the value of the span property.
 void setCategory(String value)
          Sets the value of the category property.
 void setComment(String value)
          Sets the value of the comment property.
 void setCustomCategory(String value)
          Sets the value of the customCategory property.
 void setReplaceBy(String value)
          Sets the value of the replaceBy property.
 void setSpan(Span value)
          Sets the value of the span property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Omission

public Omission()
Method Detail

getCategory

public String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getCustomCategory

public String getCustomCategory()
Gets the value of the customCategory property.

Returns:
possible object is String

setCustomCategory

public void setCustomCategory(String value)
Sets the value of the customCategory property.

Parameters:
value - allowed object is String

getReplaceBy

public String getReplaceBy()
Gets the value of the replaceBy property.

Returns:
possible object is String

setReplaceBy

public void setReplaceBy(String value)
Sets the value of the replaceBy property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getSpan

public Span getSpan()
Gets the value of the span property.

Returns:
possible object is Span

setSpan

public void setSpan(Span value)
Sets the value of the span property.

Parameters:
value - allowed object is Span


Copyright © 2012-2013 CoGrOO. All Rights Reserved.