public class DeployMessage extends Object
Java class for DeployMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeployMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="changed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="columnNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="componentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="problem" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="problemType" type="{urn:tooling.soap.sforce.com}DeployProblemType" minOccurs="0"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
changed |
protected Integer |
columnNumber |
protected String |
componentType |
protected boolean |
created |
protected XMLGregorianCalendar |
createdDate |
protected boolean |
deleted |
protected String |
fileName |
protected String |
fullName |
protected String |
id |
protected Integer |
lineNumber |
protected String |
problem |
protected DeployProblemType |
problemType |
protected boolean |
success |
| Constructor and Description |
|---|
DeployMessage() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColumnNumber()
Gets the value of the columnNumber property.
|
String |
getComponentType()
Gets the value of the componentType property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getId()
Gets the value of the id property.
|
Integer |
getLineNumber()
Gets the value of the lineNumber property.
|
String |
getProblem()
Gets the value of the problem property.
|
DeployProblemType |
getProblemType()
Gets the value of the problemType property.
|
boolean |
isChanged()
Gets the value of the changed property.
|
boolean |
isCreated()
Gets the value of the created property.
|
boolean |
isDeleted()
Gets the value of the deleted property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setChanged(boolean value)
Sets the value of the changed property.
|
void |
setColumnNumber(Integer value)
Sets the value of the columnNumber property.
|
void |
setComponentType(String value)
Sets the value of the componentType property.
|
void |
setCreated(boolean value)
Sets the value of the created property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setDeleted(boolean value)
Sets the value of the deleted property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLineNumber(Integer value)
Sets the value of the lineNumber property.
|
void |
setProblem(String value)
Sets the value of the problem property.
|
void |
setProblemType(DeployProblemType value)
Sets the value of the problemType property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
protected boolean changed
protected Integer columnNumber
protected String componentType
protected boolean created
protected XMLGregorianCalendar createdDate
protected boolean deleted
protected String fileName
protected String fullName
protected String id
protected Integer lineNumber
protected String problem
protected DeployProblemType problemType
protected boolean success
public boolean isChanged()
public void setChanged(boolean value)
public Integer getColumnNumber()
Integerpublic void setColumnNumber(Integer value)
value - allowed object is
Integerpublic String getComponentType()
Stringpublic void setComponentType(String value)
value - allowed object is
Stringpublic boolean isCreated()
public void setCreated(boolean value)
public XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isDeleted()
public void setDeleted(boolean value)
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Integer getLineNumber()
Integerpublic void setLineNumber(Integer value)
value - allowed object is
Integerpublic String getProblem()
Stringpublic void setProblem(String value)
value - allowed object is
Stringpublic DeployProblemType getProblemType()
DeployProblemTypepublic void setProblemType(DeployProblemType value)
value - allowed object is
DeployProblemTypepublic boolean isSuccess()
public void setSuccess(boolean value)
Copyright © 2016. All rights reserved.