|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.errorreport.model.Omission
public class Omission
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 |
---|
public Omission()
Method Detail |
---|
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public String getCustomCategory()
String
public void setCustomCategory(String value)
value
- allowed object is
String
public String getReplaceBy()
String
public void setReplaceBy(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public Span getSpan()
Span
public void setSpan(Span value)
value
- allowed object is
Span
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |