public class PreviewConfig extends ComponentFormConfig
Java class for previewConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="previewConfig">
<complexContent>
<extension base="{http://www.intertrust.ru}componentFormConfig">
<sequence>
<element name="mediaType" type="{http://www.intertrust.ru}mediaTypeConfig" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MediaTypeConfig> |
mediaType |
componentFormConfig, slotType, type| Constructor and Description |
|---|
PreviewConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<MediaTypeConfig> |
getMediaType()
Gets the value of the mediaType property.
|
getComponentFormConfig, getSlotType, getType, setSlotType, setTypetestGeneratedMethodprotected List<MediaTypeConfig> mediaType
public List<MediaTypeConfig> getMediaType()
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 set method for the mediaType property.
For example, to add a new item, do as follows:
getMediaType().add(newItem);
Objects of the following type(s) are allowed in the list
MediaTypeConfig
Copyright © 2012–2014 RedSoft. All rights reserved.