Package com.saperion.ws.wrapper
Class SaWsContentStructure
java.lang.Object
com.saperion.ws.wrapper.SaWsContentStructure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SaWsContentStructure
convert
(com.saperion.intf.SaDocInfo doc) boolean
void
setAnnotated
(boolean annotated) void
setElements
(Map<String, SaWsContentElement> elements) void
setVariables
(Map<String, String> variables)
-
Constructor Details
-
SaWsContentStructure
public SaWsContentStructure()
-
-
Method Details
-
isAnnotated
public boolean isAnnotated() -
getVariables
-
getElements
-
setAnnotated
public void setAnnotated(boolean annotated) -
setVariables
-
setElements
-
convert
-