public class ActivationLimitDurationType extends Object
Java class for ActivationLimitDurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationLimitDurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="duration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ActivationLimitDurationType(Duration theDuration) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Gets the value of the duration property.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.