public class Components extends Obj
Java class for components complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="components">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="previewComponent" type="{http://www.intertrust.ru}previewConfig"/>
<element name="dialogMediaView" type="{http://www.intertrust.ru}dialogMediaTypeConfig"/>
<element name="extSearchComponent" type="{http://www.intertrust.ru}extSearchConfig"/>
<element name="noticePanelComponent" type="{http://www.intertrust.ru}noticePanelConfig"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DialogMediaTypeConfig |
dialogMediaView |
protected ExtSearchConfig |
extSearchComponent |
protected NoticePanelConfig |
noticePanelComponent |
protected PreviewConfig |
previewComponent |
| Constructor and Description |
|---|
Components() |
| Modifier and Type | Method and Description |
|---|---|
DialogMediaTypeConfig |
getDialogMediaView()
Gets the value of the dialogMediaView property.
|
ExtSearchConfig |
getExtSearchComponent()
Gets the value of the extSearchComponent property.
|
NoticePanelConfig |
getNoticePanelComponent()
Gets the value of the noticePanelComponent property.
|
PreviewConfig |
getPreviewComponent()
Gets the value of the previewComponent property.
|
void |
setDialogMediaView(DialogMediaTypeConfig value)
Sets the value of the dialogMediaView property.
|
void |
setExtSearchComponent(ExtSearchConfig value)
Sets the value of the extSearchComponent property.
|
void |
setNoticePanelComponent(NoticePanelConfig value)
Sets the value of the noticePanelComponent property.
|
void |
setPreviewComponent(PreviewConfig value)
Sets the value of the previewComponent property.
|
testGeneratedMethodprotected PreviewConfig previewComponent
protected DialogMediaTypeConfig dialogMediaView
protected ExtSearchConfig extSearchComponent
protected NoticePanelConfig noticePanelComponent
public PreviewConfig getPreviewComponent()
PreviewConfigpublic void setPreviewComponent(PreviewConfig value)
value - allowed object is
PreviewConfigpublic DialogMediaTypeConfig getDialogMediaView()
DialogMediaTypeConfigpublic void setDialogMediaView(DialogMediaTypeConfig value)
value - allowed object is
DialogMediaTypeConfigpublic ExtSearchConfig getExtSearchComponent()
ExtSearchConfigpublic void setExtSearchComponent(ExtSearchConfig value)
value - allowed object is
ExtSearchConfigpublic NoticePanelConfig getNoticePanelComponent()
NoticePanelConfigpublic void setNoticePanelComponent(NoticePanelConfig value)
value - allowed object is
NoticePanelConfigCopyright © 2012–2014 RedSoft. All rights reserved.