Class FileFormatConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FileFormatConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class FileFormatConfigurationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Export configuration.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CSV
static ItemName
F_HTML
static ItemName
F_TYPE
static Producer<FileFormatConfigurationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description FileFormatConfigurationType()
FileFormatConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CsvFileFormatType
beginCsv()
HtmlFileFormatType
beginHtml()
FileFormatConfigurationType
clone()
FileFormatConfigurationType
csv(CsvFileFormatType value)
<X> X
end()
boolean
equals(Object other)
CsvFileFormatType
getCsv()
HtmlFileFormatType
getHtml()
FileFormatTypeType
getType()
FileFormatConfigurationType
html(HtmlFileFormatType value)
FileFormatConfigurationType
id(Long value)
void
setCsv(CsvFileFormatType value)
void
setHtml(HtmlFileFormatType value)
void
setType(FileFormatTypeType value)
FileFormatConfigurationType
type(FileFormatTypeType value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Constructor Detail
-
FileFormatConfigurationType
public FileFormatConfigurationType()
-
FileFormatConfigurationType
@Deprecated public FileFormatConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getType
public FileFormatTypeType getType()
-
setType
public void setType(FileFormatTypeType value)
-
getCsv
public CsvFileFormatType getCsv()
-
setCsv
public void setCsv(CsvFileFormatType value)
-
getHtml
public HtmlFileFormatType getHtml()
-
setHtml
public void setHtml(HtmlFileFormatType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public FileFormatConfigurationType id(Long value)
-
type
public FileFormatConfigurationType type(FileFormatTypeType value)
-
csv
public FileFormatConfigurationType csv(CsvFileFormatType value)
-
beginCsv
public CsvFileFormatType beginCsv()
-
html
public FileFormatConfigurationType html(HtmlFileFormatType value)
-
beginHtml
public HtmlFileFormatType beginHtml()
-
end
public <X> X end()
-
clone
public FileFormatConfigurationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-