public class CxPivotLayout extends Object
Java class for CxPivotLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxPivotLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Owner" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SerializedData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ChartType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsSystem" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Owner_Team" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsPublic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ViewId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Teams" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
<element name="Criteria" type="{http://Checkmarx.com}ArrayOfPivotClientBaseParam" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
chartType |
protected ArrayOfPivotClientBaseParam |
criteria |
protected long |
id |
protected boolean |
isPublic |
protected boolean |
isSystem |
protected String |
name |
protected long |
owner |
protected String |
ownerTeam |
protected String |
serializedData |
protected ArrayOfString |
teams |
protected long |
viewId |
| Constructor and Description |
|---|
CxPivotLayout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChartType()
Gets the value of the chartType property.
|
ArrayOfPivotClientBaseParam |
getCriteria()
Gets the value of the criteria property.
|
long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
long |
getOwner()
Gets the value of the owner property.
|
String |
getOwnerTeam()
Gets the value of the ownerTeam property.
|
String |
getSerializedData()
Gets the value of the serializedData property.
|
ArrayOfString |
getTeams()
Gets the value of the teams property.
|
long |
getViewId()
Gets the value of the viewId property.
|
boolean |
isIsPublic()
Gets the value of the isPublic property.
|
boolean |
isIsSystem()
Gets the value of the isSystem property.
|
void |
setChartType(String value)
Sets the value of the chartType property.
|
void |
setCriteria(ArrayOfPivotClientBaseParam value)
Sets the value of the criteria property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setIsPublic(boolean value)
Sets the value of the isPublic property.
|
void |
setIsSystem(boolean value)
Sets the value of the isSystem property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOwner(long value)
Sets the value of the owner property.
|
void |
setOwnerTeam(String value)
Sets the value of the ownerTeam property.
|
void |
setSerializedData(String value)
Sets the value of the serializedData property.
|
void |
setTeams(ArrayOfString value)
Sets the value of the teams property.
|
void |
setViewId(long value)
Sets the value of the viewId property.
|
protected long id
protected String name
protected long owner
protected String serializedData
protected String chartType
protected boolean isSystem
protected String ownerTeam
protected boolean isPublic
protected long viewId
protected ArrayOfString teams
protected ArrayOfPivotClientBaseParam criteria
public long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getOwner()
public void setOwner(long value)
public String getSerializedData()
Stringpublic void setSerializedData(String value)
value - allowed object is
Stringpublic String getChartType()
Stringpublic void setChartType(String value)
value - allowed object is
Stringpublic boolean isIsSystem()
public void setIsSystem(boolean value)
public String getOwnerTeam()
Stringpublic void setOwnerTeam(String value)
value - allowed object is
Stringpublic boolean isIsPublic()
public void setIsPublic(boolean value)
public long getViewId()
public void setViewId(long value)
public ArrayOfString getTeams()
ArrayOfStringpublic void setTeams(ArrayOfString value)
value - allowed object is
ArrayOfStringpublic ArrayOfPivotClientBaseParam getCriteria()
ArrayOfPivotClientBaseParampublic void setCriteria(ArrayOfPivotClientBaseParam value)
value - allowed object is
ArrayOfPivotClientBaseParamCopyright © 2020. All rights reserved.