Class W2MLDocument
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentImpl
com.priint.pubserver.metadata.w2ml.W2MLDocument
- All Implemented Interfaces:
Document,Serializable
The Class W2ML.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the elements.getNotes()getPages()voidsetElements(List<Element> elements) Sets the elements.voidvoidvoidsetMasters(Masters masters) voidsetMetadata(List<Metadata> metadata) voidvoidvoidsetSections(List<Section> sections) voidsetSettings(Settings settings) voidsetStyles(DocumentStyles styles) voidsetSwatches(List<Swatch> swatches) voidsetUicolors(List<UIColor> uicolors) voidsetUidtranstable(List<UIDTrans> uidtranstable) voidsetXmlElements(List<XmlElement> xmlElements) voidsetXmlTags(List<XmlTag> xmlTags) Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentImpl
getCreator, getDocumentId, getDocumentName, getDocumentPath, getElementId, getGroupId, getIsConverted, getIsMissingPlugIns, getIsModified, getIsReadOnly, getPageId, getPluginRevision, getRef, getSpreadId, getVersion, setCreator, setDocumentId, setDocumentName, setDocumentPath, setElementId, setGroupId, setIsConverted, setIsMissingPlugIns, setIsModified, setIsReadOnly, setPageId, setPluginRevision, setRef, setSpreadId, setVersion
-
Constructor Details
-
W2MLDocument
public W2MLDocument()
-
-
Method Details
-
getElements
Gets the elements.- Returns:
- the elements
-
setElements
Sets the elements.- Parameters:
elements- the new elements
-
getMetadata
-
setMetadata
-
getXmlTags
-
setXmlTags
-
getXmlElements
-
setXmlElements
-
getSwatches
-
setSwatches
-
getUicolors
-
setUicolors
-
getNotes
-
setNotes
-
getStyles
- Returns:
- the styles
-
setStyles
- Parameters:
styles- the styles to set
-
getLayers
- Returns:
- the layers
-
setLayers
- Parameters:
layers- the layers to set
-
getPages
- Returns:
- the pages
-
setPages
- Parameters:
pages- the pages to set
-
getSections
- Returns:
- the sections
-
setSections
- Parameters:
sections- the sections to set
-
getUidtranstable
- Returns:
- the uidtranstable
-
setUidtranstable
- Parameters:
uidtranstable- the uidtranstable to set
-
getSettings
- Returns:
- the settings
-
setSettings
- Parameters:
settings- the settings to set
-
getGuides
- Returns:
- the guides
-
setGuides
- Parameters:
guides- the guides to set
-
getMasters
- Returns:
- the masters
-
setMasters
- Parameters:
masters- the masters to set
-