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 and Description |
|---|
Omission() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getCustomCategory()
Stringpublic void setCustomCategory(String value)
value - allowed object is
Stringpublic String getReplaceBy()
Stringpublic void setReplaceBy(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
StringCopyright © 2012–2017 CoGrOO. All rights reserved.