public class ModelVersionPolicyXto extends EvaluationPolicyXto
Java class for ModelVersionPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelVersionPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="restrictedToActiveModel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ModelVersionPolicyXto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRestrictedToActiveModel()
Gets the value of the restrictedToActiveModel property.
|
void |
setRestrictedToActiveModel(boolean value)
Sets the value of the restrictedToActiveModel property.
|
Copyright © 2016 Eclipse Stardust. All Rights Reserved.