public class NoteParentUIDs extends Object
Java class for noteParentUIDs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="noteParentUIDs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="frame" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
<attribute name="group" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
<attribute name="page" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
<attribute name="spread" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
<attribute name="document" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
<attribute name="layer" use="required" type="{http://comet.werk-ii.com/base}uidTypeN" />
<attribute name="layer_name" use="required" type="{http://comet.werk-ii.com/base}textN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
document |
protected String |
frame |
protected String |
group |
protected String |
layer |
protected String |
layerName |
protected String |
page |
protected String |
spread |
| Constructor and Description |
|---|
NoteParentUIDs() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument()
Gets the value of the document property.
|
String |
getFrame()
Gets the value of the frame property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getLayer()
Gets the value of the layer property.
|
String |
getLayerName()
Gets the value of the layerName property.
|
String |
getPage()
Gets the value of the page property.
|
String |
getSpread()
Gets the value of the spread property.
|
void |
setDocument(String value)
Sets the value of the document property.
|
void |
setFrame(String value)
Sets the value of the frame property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setLayer(String value)
Sets the value of the layer property.
|
void |
setLayerName(String value)
Sets the value of the layerName property.
|
void |
setPage(String value)
Sets the value of the page property.
|
void |
setSpread(String value)
Sets the value of the spread property.
|
protected String frame
protected String group
protected String page
protected String spread
protected String document
protected String layer
protected String layerName
public String getFrame()
Stringpublic void setFrame(String value)
value - allowed object is
Stringpublic String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic String getPage()
Stringpublic void setPage(String value)
value - allowed object is
Stringpublic String getSpread()
Stringpublic void setSpread(String value)
value - allowed object is
Stringpublic String getDocument()
Stringpublic void setDocument(String value)
value - allowed object is
Stringpublic String getLayer()
Stringpublic void setLayer(String value)
value - allowed object is
Stringpublic String getLayerName()
StringCopyright © 2017 SAP SE. All Rights Reserved.