public class SummaryLayoutItem extends Object
Java class for SummaryLayoutItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SummaryLayoutItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="posX" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="posY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="posZ" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customLink |
protected String |
field |
protected int |
posX |
protected Integer |
posY |
protected Integer |
posZ |
| Constructor and Description |
|---|
SummaryLayoutItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomLink()
Gets the value of the customLink property.
|
String |
getField()
Gets the value of the field property.
|
int |
getPosX()
Gets the value of the posX property.
|
Integer |
getPosY()
Gets the value of the posY property.
|
Integer |
getPosZ()
Gets the value of the posZ property.
|
void |
setCustomLink(String value)
Sets the value of the customLink property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setPosX(int value)
Sets the value of the posX property.
|
void |
setPosY(Integer value)
Sets the value of the posY property.
|
void |
setPosZ(Integer value)
Sets the value of the posZ property.
|
protected String customLink
protected String field
protected int posX
protected Integer posY
protected Integer posZ
public String getCustomLink()
Stringpublic void setCustomLink(String value)
value - allowed object is
Stringpublic String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic int getPosX()
public void setPosX(int value)
public Integer getPosY()
Integerpublic void setPosY(Integer value)
value - allowed object is
Integerpublic Integer getPosZ()
IntegerCopyright © 2016. All rights reserved.