public class DeploymentInfoXto extends Object
Java class for DeploymentInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeploymentInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errors" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="error" type="{http://eclipse.org/stardust/ws/v2012a/api}Inconsistency" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="warnings" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="warning" type="{http://eclipse.org/stardust/ws/v2012a/api}Inconsistency" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="predecessorOID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="validTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="deploymentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="revision" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentInfoXto.ErrorsXto
Java class for anonymous complex type.
|
static class |
DeploymentInfoXto.WarningsXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DeploymentInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
Date |
getDeploymentTime()
Gets the value of the deploymentTime property.
|
DeploymentInfoXto.ErrorsXto |
getErrors()
Gets the value of the errors property.
|
String |
getId()
Gets the value of the id property.
|
int |
getModelOid()
Gets the value of the modelOid property.
|
int |
getPredecessorOID()
Gets the value of the predecessorOID property.
|
int |
getRevision()
Gets the value of the revision property.
|
Date |
getValidFrom()
Gets the value of the validFrom property.
|
Date |
getValidTo()
Gets the value of the validTo property.
|
DeploymentInfoXto.WarningsXto |
getWarnings()
Gets the value of the warnings property.
|
boolean |
isDisabled()
Gets the value of the disabled property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDeploymentTime(Date value)
Sets the value of the deploymentTime property.
|
void |
setDisabled(boolean value)
Sets the value of the disabled property.
|
void |
setErrors(DeploymentInfoXto.ErrorsXto value)
Sets the value of the errors property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModelOid(int value)
Sets the value of the modelOid property.
|
void |
setPredecessorOID(int value)
Sets the value of the predecessorOID property.
|
void |
setRevision(int value)
Sets the value of the revision property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
void |
setValidFrom(Date value)
Sets the value of the validFrom property.
|
void |
setValidTo(Date value)
Sets the value of the validTo property.
|
void |
setWarnings(DeploymentInfoXto.WarningsXto value)
Sets the value of the warnings property.
|
public DeploymentInfoXto.ErrorsXto getErrors()
DeploymentInfoXto.ErrorsXtopublic void setErrors(DeploymentInfoXto.ErrorsXto value)
value - allowed object is
DeploymentInfoXto.ErrorsXtopublic DeploymentInfoXto.WarningsXto getWarnings()
DeploymentInfoXto.WarningsXtopublic void setWarnings(DeploymentInfoXto.WarningsXto value)
value - allowed object is
DeploymentInfoXto.WarningsXtopublic int getModelOid()
public void setModelOid(int value)
public int getPredecessorOID()
public void setPredecessorOID(int value)
public Date getValidFrom()
Stringpublic void setValidFrom(Date value)
value - allowed object is
Stringpublic Date getValidTo()
Stringpublic void setValidTo(Date value)
value - allowed object is
Stringpublic Date getDeploymentTime()
Stringpublic void setDeploymentTime(Date value)
value - allowed object is
Stringpublic boolean isSuccess()
public void setSuccess(boolean value)
public void setId(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic int getRevision()
public void setRevision(int value)
public boolean isDisabled()
public void setDisabled(boolean value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.