public class PaasEnvironmentTemplateType
extends java.lang.Object
Classe Java pour paas_environment_templateType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="paas_environment_templateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="paas_environment_node" type="{}paas_environment_nodeType" maxOccurs="unbounded"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="memory" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PaasEnvironmentTemplateType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Obtient la valeur de la propriété description.
|
java.lang.Integer |
getMemory()
Obtient la valeur de la propriété memory.
|
java.lang.String |
getName()
Obtient la valeur de la propriété name.
|
java.util.List<PaasEnvironmentNodeType> |
getPaasEnvironmentNode()
Gets the value of the paasEnvironmentNode property.
|
void |
setDescription(java.lang.String value)
Définit la valeur de la propriété description.
|
void |
setMemory(java.lang.Integer value)
Définit la valeur de la propriété memory.
|
void |
setName(java.lang.String value)
Définit la valeur de la propriété name.
|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is String
public java.util.List<PaasEnvironmentNodeType> getPaasEnvironmentNode()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
set
method for the paasEnvironmentNode property.
For example, to add a new item, do as follows:
getPaasEnvironmentNode().add(newItem);
Objects of the following type(s) are allowed in the list
PaasEnvironmentNodeType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is String
public java.lang.Integer getMemory()
Integer
public void setMemory(java.lang.Integer value)
value
- allowed object is Integer