public class Parents extends Object
Java class for parents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parents">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="groupID" use="required" type="{http://comet.werk-ii.com/base}idTypeN" />
<attribute name="pageID" use="required" type="{http://comet.werk-ii.com/base}idTypeN" />
<attribute name="spreadID" use="required" type="{http://comet.werk-ii.com/base}idTypeN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupID |
protected String |
pageID |
protected String |
spreadID |
| Constructor and Description |
|---|
Parents() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupID()
Gets the value of the groupID property.
|
String |
getPageID()
Gets the value of the pageID property.
|
String |
getSpreadID()
Gets the value of the spreadID property.
|
void |
setGroupID(String value)
Sets the value of the groupID property.
|
void |
setPageID(String value)
Sets the value of the pageID property.
|
void |
setSpreadID(String value)
Sets the value of the spreadID property.
|
protected String groupID
protected String pageID
protected String spreadID
public String getGroupID()
Stringpublic void setGroupID(String value)
value - allowed object is
Stringpublic String getPageID()
Stringpublic void setPageID(String value)
value - allowed object is
Stringpublic String getSpreadID()
StringCopyright © 2017 SAP SE. All Rights Reserved.