public class Listing extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org}title"/>
<element ref="{http://www.openfuxml.org}raw"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="external" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="codeLang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="setting" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="numbering" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="linebreak" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classifier |
protected String |
codeLang |
protected String |
external |
protected String |
id |
protected Boolean |
linebreak |
protected Boolean |
numbering |
protected Raw |
raw |
protected String |
setting |
protected Title |
title |
| Constructor and Description |
|---|
Listing() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifier()
Gets the value of the classifier property.
|
String |
getCodeLang()
Gets the value of the codeLang property.
|
String |
getExternal()
Gets the value of the external property.
|
String |
getId()
Gets the value of the id property.
|
Raw |
getRaw()
Gets the value of the raw property.
|
String |
getSetting()
Gets the value of the setting property.
|
Title |
getTitle()
Gets the value of the title property.
|
boolean |
isLinebreak()
Gets the value of the linebreak property.
|
boolean |
isNumbering()
Gets the value of the numbering property.
|
boolean |
isSetClassifier() |
boolean |
isSetCodeLang() |
boolean |
isSetExternal() |
boolean |
isSetId() |
boolean |
isSetLinebreak() |
boolean |
isSetNumbering() |
boolean |
isSetRaw() |
boolean |
isSetSetting() |
boolean |
isSetTitle() |
void |
setClassifier(String value)
Sets the value of the classifier property.
|
void |
setCodeLang(String value)
Sets the value of the codeLang property.
|
void |
setExternal(String value)
Sets the value of the external property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLinebreak(boolean value)
Sets the value of the linebreak property.
|
void |
setNumbering(boolean value)
Sets the value of the numbering property.
|
void |
setRaw(Raw value)
Sets the value of the raw property.
|
void |
setSetting(String value)
Sets the value of the setting property.
|
void |
setTitle(Title value)
Sets the value of the title property.
|
void |
unsetLinebreak() |
void |
unsetNumbering() |
protected Title title
protected Raw raw
protected String id
protected String external
protected String codeLang
protected String classifier
protected String setting
protected Boolean numbering
protected Boolean linebreak
public Title getTitle()
Titlepublic void setTitle(Title value)
value - allowed object is
Titlepublic boolean isSetTitle()
public void setRaw(Raw value)
value - allowed object is
Rawpublic boolean isSetRaw()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getExternal()
Stringpublic void setExternal(String value)
value - allowed object is
Stringpublic boolean isSetExternal()
public String getCodeLang()
Stringpublic void setCodeLang(String value)
value - allowed object is
Stringpublic boolean isSetCodeLang()
public String getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
Stringpublic boolean isSetClassifier()
public String getSetting()
Stringpublic void setSetting(String value)
value - allowed object is
Stringpublic boolean isSetSetting()
public boolean isNumbering()
Booleanpublic void setNumbering(boolean value)
value - allowed object is
Booleanpublic boolean isSetNumbering()
public void unsetNumbering()
public boolean isLinebreak()
Booleanpublic void setLinebreak(boolean value)
value - allowed object is
Booleanpublic boolean isSetLinebreak()
public void unsetLinebreak()
Copyright © 2023. All rights reserved.