Class ContentImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.ContentImpl
- All Implemented Interfaces:
Content,Serializable
Java class for content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="content">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
</choice>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="placeholder" type="{}placeholder" maxOccurs="unbounded" minOccurs="0"/>
<element name="table" type="{}table" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="format" type="{}format" />
<attribute name="parastyle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charstyle" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the charstyle property.Gets the value of the content property.Gets the value of the format property.Gets the value of the parastyle property.voidsetCharstyle(String value) Sets the value of the charstyle property.voidSets the value of the format property.voidsetParastyle(String value) Sets the value of the parastyle property.
-
Field Details
-
-
format
-
parastyle
-
charstyle
-
-
Constructor Details
-
ContentImpl
public ContentImpl()
-
-
Method Details
-
getContent
Description copied from interface:ContentGets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TableImpl>JAXBElement<String>StringJAXBElement<PlaceholderImpl>- Specified by:
getContentin interfaceContent- Returns:
- the content
-
getFormat
Description copied from interface:ContentGets the value of the format property. -
setFormat
Description copied from interface:ContentSets the value of the format property. -
getParastyle
Description copied from interface:ContentGets the value of the parastyle property.- Specified by:
getParastylein interfaceContent- Returns:
- possible object is
String
-
setParastyle
Description copied from interface:ContentSets the value of the parastyle property.- Specified by:
setParastylein interfaceContent- Parameters:
value- allowed object isString
-
getCharstyle
Description copied from interface:ContentGets the value of the charstyle property.- Specified by:
getCharstylein interfaceContent- Returns:
- possible object is
String
-
setCharstyle
Description copied from interface:ContentSets the value of the charstyle property.- Specified by:
setCharstylein interfaceContent- Parameters:
value- allowed object isString
-