Package com.saperion.ws.wrapper
Class SaWsContentStructure
- java.lang.Object
-
- com.saperion.ws.wrapper.SaWsContentStructure
-
public class SaWsContentStructure extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SaWsContentStructure()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SaWsContentStructure
convert(com.saperion.intf.SaDocInfo doc)
java.util.Map<java.lang.String,SaWsContentElement>
getElements()
java.util.Map<java.lang.String,java.lang.String>
getVariables()
boolean
isAnnotated()
void
setAnnotated(boolean annotated)
void
setElements(java.util.Map<java.lang.String,SaWsContentElement> elements)
void
setVariables(java.util.Map<java.lang.String,java.lang.String> variables)
-
-
-
Method Detail
-
isAnnotated
public boolean isAnnotated()
-
getVariables
public java.util.Map<java.lang.String,java.lang.String> getVariables()
-
getElements
public java.util.Map<java.lang.String,SaWsContentElement> getElements()
-
setAnnotated
public void setAnnotated(boolean annotated)
-
setVariables
public void setVariables(java.util.Map<java.lang.String,java.lang.String> variables)
-
setElements
public void setElements(java.util.Map<java.lang.String,SaWsContentElement> elements)
-
convert
public static SaWsContentStructure convert(com.saperion.intf.SaDocInfo doc)
-
-