public class ContactCopyParams extends ParameterType implements Serializable
Java class for ContactCopyParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactCopyParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ContactScreen" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Cycle" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PolarityChange" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Vacuum" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Diffusion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="RepeatStep" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ScreeningParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
contactScreen |
protected Integer |
cycle |
protected String |
diffusion |
protected Boolean |
polarityChange |
protected List<Double> |
repeatSteps |
protected Object |
screeningParamsRef |
protected Double |
vacuum |
| Constructor and Description |
|---|
ContactCopyParams() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getContactScreen()
Gets the value of the contactScreen property.
|
Integer |
getCycle()
Gets the value of the cycle property.
|
String |
getDiffusion()
Gets the value of the diffusion property.
|
Boolean |
getPolarityChange()
Gets the value of the polarityChange property.
|
List<Double> |
getRepeatSteps()
Gets the value of the repeatSteps property.
|
Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
Double |
getVacuum()
Gets the value of the vacuum property.
|
void |
setContactScreen(Boolean value)
Sets the value of the contactScreen property.
|
void |
setCycle(Integer value)
Sets the value of the cycle property.
|
void |
setDiffusion(String value)
Sets the value of the diffusion property.
|
void |
setPolarityChange(Boolean value)
Sets the value of the polarityChange property.
|
void |
setScreeningParamsRef(Object value)
Sets the value of the screeningParamsRef property.
|
void |
setVacuum(Double value)
Sets the value of the vacuum property.
|
protected Boolean contactScreen
protected Integer cycle
protected Boolean polarityChange
protected Double vacuum
protected String diffusion
protected Object screeningParamsRef
public Boolean getContactScreen()
Booleanpublic void setContactScreen(Boolean value)
value - allowed object is
Booleanpublic Integer getCycle()
Integerpublic void setCycle(Integer value)
value - allowed object is
Integerpublic Boolean getPolarityChange()
Booleanpublic void setPolarityChange(Boolean value)
value - allowed object is
Booleanpublic Double getVacuum()
Doublepublic void setVacuum(Double value)
value - allowed object is
Doublepublic String getDiffusion()
Stringpublic void setDiffusion(String value)
value - allowed object is
Stringpublic List<Double> getRepeatSteps()
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 repeatSteps property.
For example, to add a new item, do as follows:
getRepeatSteps().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Object getScreeningParamsRef()
ObjectCopyright © 2012. All Rights Reserved.